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

Method GetMaxValue

DuiLib/Control/UIProgress.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 int CProgressUI::GetMaxValue() const
48 {
49 return m_nMax;
50 }
51
52 void CProgressUI::SetMaxValue(int nMax)
53 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected