MCPcopy Create free account
hub / github.com/KDE/labplot / dumpLayout

Method dumpLayout

src/3rdparty/Qt-Advanced-Docking-System/src/DockContainerWidget.cpp:2006–2015  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

2004
2005//============================================================================
2006void CDockContainerWidget::dumpLayout()
2007{
2008#if (ADS_DEBUG_LEVEL > 0)
2009 qDebug("\n\nDumping layout --------------------------");
2010 std::cout << "\n\nDumping layout --------------------------" << std::endl;
2011 d->dumpRecursive(0, d->RootSplitter);
2012 qDebug("--------------------------\n\n");
2013 std::cout << "--------------------------\n\n" << std::endl;
2014#endif
2015}
2016
2017
2018//============================================================================

Callers 4

dropIntoContainerMethod · 0.80
dropIntoSectionMethod · 0.80
removeDockWidgetMethod · 0.80
restoreStateMethod · 0.80

Calls 1

dumpRecursiveMethod · 0.80

Tested by

no test coverage detected