MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / CProgressBar

Method CProgressBar

ReClass/CProgressBar.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9END_MESSAGE_MAP( )
10
11CProgressBar::CProgressBar( ) :
12 m_pStatusBar( NULL )
13{
14 m_Rect.SetRect( 0, 0, 0, 0 );
15}
16
17CProgressBar::CProgressBar( LPCTSTR strMessage, int nSize /*=100*/,
18 int MaxValue /*=100*/, BOOL bSmooth /*=FALSE*/,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected