#include <checkbox.h>
Inheritance diagram for CL_CheckBox:


Public Methods | |
| CL_CheckBox (const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager *style=NULL) | |
| Construction:. | |
| CL_CheckBox (const CL_Point &pos, const std::string &text, CL_Component *parent, CL_StyleManager *style=NULL) | |
| virtual | ~CL_CheckBox () |
| bool | is_checked () const |
| Attributes:. | |
| void | set_checked (bool check) |
| Operations:. | |
Private Methods | |
| CL_CheckBox (const CL_CheckBox ©) | |
| Implementation:. | |
Private Attributes | |
| class CL_CheckBox_Generic* | impl |
| Implementation:. | |
Definition at line 16 of file checkbox.h.
|
|
Construction:.
|
|
|
|
|
|
|
|
|
Implementation:.
|
|
|
Attributes:.
|
|
|
Operations:.
|
|
|
Implementation:.
Reimplemented from CL_Button. Definition at line 48 of file checkbox.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001