![]() |
Public API Reference |
#include <cschkbox.h>
Inheritance diagram for csCheckBox:
Public Methods | |
csCheckBox (csComponent *iParent, int iButtonID, int iButtonStyle=CSBS_DEFAULTCHECKBOX) | |
Create a checkbox object. More... | |
virtual bool | HandleEvent (iEvent &Event) |
Handle external events. More... | |
Protected Methods | |
virtual void | Press () |
Emulate a button press (generate command). More... | |
void | SetButtBitmap (char *id_n, char *id_p) |
Change bitmaps used for displaying normal/pressed states. More... | |
void | SetCheckBoxState (csCheckBoxState iNewState) |
Set checkbox state. More... |
The check boxes contains a fixed bitmap which changes depending on checkbox state and no text.
Definition at line 92 of file cschkbox.h.
|
Create a checkbox object.
|
|
Handle external events.
Reimplemented from csButton. |
|
Emulate a button press (generate command).
Reimplemented from csButton. |
|
Change bitmaps used for displaying normal/pressed states.
|
|
Set checkbox state.
|