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

Method dockArea

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

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

Source from the content-addressed store, hash-verified

1669
1670//============================================================================
1671CDockAreaWidget* CDockContainerWidget::dockArea(int Index) const
1672{
1673 return (Index < dockAreaCount()) ? d->DockAreas[Index] : nullptr;
1674}
1675
1676
1677//============================================================================

Callers 3

deleteContentMethod · 0.80
emitTopLevelEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected