Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OpenProjectDialog
Method · 0.85
ConfigDialog
Method · 0.85
checkForUnsavedChanges
Method · 0.85
onPageChanged
Method · 0.85
applyChanges
Method · 0.85
applyOrderToLayout
Method · 0.85
setup
Method · 0.85
AppWizardDialog
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected