MCPcopy Create free account
hub / github.com/cinience/RedisStudio / IsSelected

Method IsSelected

DuiLib/Control/UIOption.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 bool COptionUI::IsSelected() const
62 {
63 return m_bSelected;
64 }
65
66 void COptionUI::Selected(bool bSelected)
67 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected