MCPcopy 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
50bool 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

finishFilesDownloadMethod · 0.45
switchWorkingDayMethod · 0.45
setEditsMethod · 0.45
SaveSettingsMethod · 0.45
OnSwitchSelectionModeMethod · 0.45
OnSearchButtonClickedMethod · 0.45
OnDebugStyleMethod · 0.45
OnLayerEnabledMethod · 0.45
OnRulerEnabledMethod · 0.45
ShowModalMethod · 0.45

Calls 2

ASSERTFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected