ui::CheckBox Class Reference

Inheritance diagram for ui::CheckBox:

Inheritance graph
[legend]
List of all members.

Detailed Description

A simple checkbox. This checkbox can be toggled on or off.


Public Member Functions

 CheckBox (const std::string &label)
 CheckBox (const std::string &label, bool selected)


Constructor & Destructor Documentation

ui::CheckBox::CheckBox const std::string &  label  ) 
 

Create a CheckBox with the given label. The CheckBox is off by default.

Parameters:
label The label to use for this CheckBox.

ui::CheckBox::CheckBox const std::string &  label,
bool  selected
 

Create a Checkbox with the given label, and initial selected state.

Parameters:
label The label to use for this CheckBox.
selected Whether or not the CheckBox should be initially selected.


Generated on Mon Jun 20 19:41:48 2005 for UI by doxygen 1.3.1 using KingsTools