3 #include "helpers/ScopeNumber.h"
4 #include "ScopeDefines.h"
12 :
public CWindowImpl<CScopeProgressCtrl, CProgressBarCtrl> {
28 DEFAULT_REFLECTION_HANDLER()
44 LRESULT
OnUpdateControl(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
An adapted CProgressBarCtrl control around a ScopeNumber.
bool created
true if window created
LRESULT OnUpdateControl(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
Worker for UpdateControl.
ScopeNumber< double > *const scopenum
Pointer to the underlying ScopeNumber.
BOOL AttachToDlgItem(HWND hWnd)
Attach the control to a dialog item and set range.
boost::signals2::connection valueconnection
The connection object for the control state (connection to the scopenum value change) ...