MCPcopy Create free account
hub / github.com/KDAB/KDDockWidgets / asStackController

Method asStackController

src/core/View.cpp:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247Core::Stack *View::asStackController() const
248{
249 if (m_controller && m_controller->is(ViewType::Stack))
250 return object_cast<Core::Stack *>(m_controller);
251
252 return nullptr;
253}
254
255Core::DockWidget *View::asDockWidgetController() const
256{

Callers 1

Calls 1

isMethod · 0.45

Tested by

no test coverage detected