|
aswang
1.0
|
#include <ProgressBar.h>
Inheritance diagram for aswang::ProgressBar:Public Member Functions | |
| ProgressBar (HWND h, window *p=NULL) | |
| ProgressBar (window *p, unsigned long newStyle=WS_CHILD) | |
| virtual | ~ProgressBar () |
| virtual const _TCHAR * | GetClassName () const |
| virtual void | SetIncrement (unsigned long incr) |
| virtual void | Step (unsigned long times=1) |
| virtual void | SetRange (unsigned short min, unsigned short max) |
| virtual void | SetPos (unsigned short pos) |
| virtual void | AdvancePos (unsigned short incr) |
Definition at line 24 of file ProgressBar.h.
| aswang::ProgressBar::ProgressBar | ( | HWND | h, |
| window * | p = NULL |
||
| ) | [inline] |
Definition at line 26 of file ProgressBar.h.
| aswang::ProgressBar::ProgressBar | ( | window * | p, |
| unsigned long | newStyle = WS_CHILD |
||
| ) | [inline] |
Definition at line 27 of file ProgressBar.h.
| virtual aswang::ProgressBar::~ProgressBar | ( | ) | [inline, virtual] |
Definition at line 28 of file ProgressBar.h.
| void ProgressBar::AdvancePos | ( | unsigned short | incr | ) | [virtual] |
Definition at line 50 of file ProgressBar.cpp.
| virtual const _TCHAR* aswang::ProgressBar::GetClassName | ( | ) | const [inline, virtual] |
Implements aswang::window.
Definition at line 30 of file ProgressBar.h.
| void ProgressBar::SetIncrement | ( | unsigned long | incr | ) | [virtual] |
Definition at line 24 of file ProgressBar.cpp.
| void ProgressBar::SetPos | ( | unsigned short | pos | ) | [virtual] |
Definition at line 44 of file ProgressBar.cpp.
| void ProgressBar::SetRange | ( | unsigned short | min, |
| unsigned short | max | ||
| ) | [virtual] |
Definition at line 38 of file ProgressBar.cpp.
| void ProgressBar::Step | ( | unsigned long | times = 1 | ) | [virtual] |
Definition at line 30 of file ProgressBar.cpp.
1.7.5.1