Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ isChecked
Method
isChecked
qt/popup_menu_holder.cpp:50–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool PopupMenuHolder::isChecked(size_t idx)
51
{
52
CHECK_LESS(idx, m_actions.size(), ());
53
ASSERT(m_actions[idx]->isCheckable(), ());
54
return m_actions[idx]->isChecked();
55
}
56
57
} // namespace qt
Callers
14
finishFilesDownload
Method · 0.45
switchWorkingDay
Method · 0.45
setEdits
Method · 0.45
buildChargeSocketDialog
Method · 0.45
SaveSettings
Method · 0.45
OnCreateFeatureClicked
Method · 0.45
OnSwitchSelectionMode
Method · 0.45
OnSearchButtonClicked
Method · 0.45
OnDebugStyle
Method · 0.45
OnLayerEnabled
Method · 0.45
OnRulerEnabled
Method · 0.45
ShowModal
Method · 0.45
Calls
2
ASSERT
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected