#include <bars.h>
Inheritance diagram for SimpleBarControl:
Public Member Functions | |
SimpleBarControl & | operator= (SimpleBarControl &other) |
SimpleBarControl () | |
Public Attributes | |
BarControlInfo | BarCtrlInfo |
OpDescriptor * | pOpDesc |
UINT32 | BubbleID |
UINT32 | StatusID |
Definition at line 138 of file bars.h.
|
Definition at line 156 of file bars.h. 00156 : BarCtrlInfo(0, 0, 0) {}
|
|
Definition at line 146 of file bars.h. 00147 { 00148 BarCtrlInfo = other.BarCtrlInfo; 00149 pOpDesc = other.pOpDesc; 00150 BubbleID = other.BubbleID; 00151 StatusID = other.StatusID; 00152 00153 return *this; 00154 }
|
|
|
|
|
|
|
|
|