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

Method addDockWidget

src/3rdparty/Qt-Advanced-Docking-System/src/DockAreaWidget.cpp:510–513  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

508
509//============================================================================
510void CDockAreaWidget::addDockWidget(CDockWidget* DockWidget)
511{
512 insertDockWidget(d->ContentsLayout->count(), DockWidget);
513}
514
515
516//============================================================================

Callers 1

restoreStateMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected