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

Function button

kdevplatform/sublime/idealbuttonbarwidget.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 [[nodiscard]] IdealToolButton* button() const
68 {
69 return m_button;
70 }
71 void setButton(IdealToolButton* button) {
72 Q_ASSERT(button);
73 m_button = button;

Callers 8

OpenProjectDialogMethod · 0.85
ConfigDialogMethod · 0.85
onPageChangedMethod · 0.85
applyChangesMethod · 0.85
applyOrderToLayoutMethod · 0.85
setupMethod · 0.85
AppWizardDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected