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

Method widget

plugins/quickopen/quickopenwidget.h:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 void run();
95
96 QuickOpenWidget* widget() const
97 {
98 return m_widget;
99 }
100private:
101 QDialog* m_dialog; /// @warning m_dialog is also the parent
102 QuickOpenWidget* m_widget;

Callers 15

initMethod · 0.45
eventFilterMethod · 0.45
showQuickOpenWidgetMethod · 0.45
startMethod · 0.45
finishMethod · 0.45
createWidgetMethod · 0.45
selectUseFunction · 0.45
testSplitViewBuddiesMethod · 0.45
OktetaWidgetMethod · 0.45
setupActionsMethod · 0.45
KastenToolViewWidgetMethod · 0.45

Calls

no outgoing calls

Tested by 2

testSplitViewBuddiesMethod · 0.36
toolViewPointerMethod · 0.36