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

Method CProgressUI

DuiLib/Control/UIProgress.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace DuiLib
5{
6 CProgressUI::CProgressUI() : m_bHorizontal(true), m_nMin(0), m_nMax(100), m_nValue(0), m_bStretchForeImage(true)
7 {
8 m_uTextStyle = DT_SINGLELINE | DT_CENTER;
9 SetFixedHeight(12);
10 }
11
12 LPCTSTR CProgressUI::GetClass() const
13 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected