Public Types |
enum | { btCAPTION = 1,
btBITMAP = 2,
bt2STATES = 4
} |
enum | { btCHECK = 8
} |
Public Methods |
ALIBOBJ ADLL | Abutton (char *name, Aobject *L, int x, int y, int def=btCHECK) |
ADLL | Abutton (char *name, Aobject *L, int x, int y, int w, int h, char *caption=NULL, int type=btCAPTION) |
ADLL | Abutton (char *name, Aobject *L, int x, int y, int w, int h, Aresobj *o, int type=btBITMAP) |
virtual ADLL | ~Abutton () |
virtual ADLL bool | mouse (int x, int y, int state, int event) |
virtual ADLL void | setCaption (char *caption) |
virtual ADLL char * | getCaption () |
virtual bool | isChecked () |
virtual ADLL void | setChecked (bool c) |
Public Attributes |
dword | colorBACKNORMAL |
dword | colorBACKOVER |
dword | colorBACKDOWN |
dword | colorBACKCHECK |
dword | colorFORENORMAL |
dword | colorFOREOVER |
dword | colorFOREDOWN |
dword | colorFORECHECK |
Protected Attributes |
int | type |
bool | checked |
char * | caption |
Abitmap * | bmp1 |