Check box
[Components]
Compounds | |
class | csCheckBox |
The csCheckBox class is a close child of csButton class. More... | |
Check box style flags | |
#define | CSBS_CBTYPEMASK 0x00010000 |
Checkbox type mask. | |
#define | CSBS_CB2STATE 0x00000000 |
The checkbox is a 2-state checkbox (on/off). | |
#define | CSBS_CB3STATE 0x00010000 |
The checkbox is a 3-state checkbox (on/off/indefinite). | |
#define | CSBS_CBAUTO 0x00020000 |
The checkbox automatically switches between states (on->off{->indefinite}). | |
#define | CSBS_DEFAULTCHECKBOX (CSBS_SELECTABLE | CSBS_CB2STATE | CSBS_CBAUTO) |
Default checkbox button style. | |
Enumerations | |
enum | { cscmdCheckBoxSet = 0x00000800, cscmdCheckBoxQuery, cscmdCheckBoxSwitched } |
Check box messages. More... | |
enum | csCheckBoxState { cscbsNonChecked, cscbsChecked, cscbsIndefinite } |
Possible check box states. More... |
Define Documentation
|
The checkbox is a 2-state checkbox (on/off).
Definition at line 40 of file cschkbox.h. |
|
The checkbox is a 3-state checkbox (on/off/indefinite).
Definition at line 42 of file cschkbox.h. |
|
The checkbox automatically switches between states (on->off{->indefinite}).
Definition at line 44 of file cschkbox.h. |
|
Checkbox type mask.
Definition at line 38 of file cschkbox.h. |
|
Default checkbox button style.
Definition at line 46 of file cschkbox.h. |
Enumeration Type Documentation
|
Check box messages.
Definition at line 51 of file cschkbox.h. |
|
Possible check box states.
Definition at line 77 of file cschkbox.h. |
Generated for Crystal Space by doxygen 1.2.18