MCPcopy Create free account
hub / github.com/KDE/kdevelop / setView

Method setView

kdevplatform/sublime/idealdockwidget.cpp:68–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66{ return m_view; }
67
68void IdealDockWidget::setView(View *view)
69{ m_view = view; }
70
71Qt::DockWidgetArea IdealDockWidget::dockWidgetArea() const
72{ return m_docking_area; }

Callers 3

addViewMethod · 0.80
saveStateMethod · 0.80
restoreStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected