#include <checkboxred.h>


Public Member Functions | |
| CheckBoxRed (const std::string &label) | |
| bool | Checked () |
| void | Checked (bool value) |
Public Member Functions inherited from RedButton | |
| RedButton (const std::string &label) | |
| void | enable (bool value) |
| void | text (const std::string &value) |
| void | textColor (int value) |
| void | icon (Image *icon) |
| float | reqWidth () |
| float | reqHeight () |
Protected Member Functions | |
| virtual void | layout () |
| virtual void | onClick () |
Protected Member Functions inherited from RedButton | |
| virtual void | createChildren () |
| virtual void | onTouchDown () |
| virtual void | onTouchUp () |
Additional Inherited Members | |
Protected Attributes inherited from RedButton | |
| BitmapText * | _text |
| Image * | _icon |
| NinePatch * | _bg |
| CheckBoxRed::CheckBoxRed | ( | const std::string & | label | ) |

|
inline |

| void CheckBoxRed::Checked | ( | bool | value | ) |

|
protectedvirtual |
|
protectedvirtual |
