public |
Inheritance Graph
graph BT
Checkbox
Checkbox --> Container
click Checkbox "classGUI_1_1Checkbox"
click Container "classGUI_1_1Container"
Description
Public Functions
Checkbox( GUI_Manager & gui, bool checked, const std::string & text, flag_t flags) | |
~Checkbox() | |
void | setChecked(bool b) |
bool | isChecked() const |
void | setValueRef(bool * boolRef) |
void | setValueRef(unsigned int * intValueRef, unsigned int intBitMask) |
void | setText(const std::string & text) |
std::string | getText() const |
void | setFont( AbstractFont * newFont) |
void | setTextStyle(unsigned int style) |
void | action() |
void | doLayout() |
Documentation
function
GUI::Checkbox::Checkbox
public |
Checkbox( | GUI_Manager & | gui, |
bool | checked, | |
const std::string & | text, | |
flag_t | flags | |
) |
Defined in GUI/Components/Checkbox.h:26
function
GUI::Checkbox::~Checkbox
public | virtual |
~Checkbox( | ) |
Defined in GUI/Components/Checkbox.h:27
function
GUI::Checkbox::setChecked
public |
void setChecked( | bool | b ) |
Defined in GUI/Components/Checkbox.h:29
function
GUI::Checkbox::isChecked
public | const |
bool isChecked( | ) const |
Defined in GUI/Components/Checkbox.h:30
function
GUI::Checkbox::setValueRef
public |
void setValueRef( | bool * | boolRef ) |
Defined in GUI/Components/Checkbox.h:32
function
GUI::Checkbox::setValueRef
public |
void setValueRef( | unsigned int * | intValueRef, |
unsigned int | intBitMask | |
) |
Defined in GUI/Components/Checkbox.h:33
function
GUI::Checkbox::setText
public |
void setText( | const std::string & | text ) |
Defined in GUI/Components/Checkbox.h:35
function
GUI::Checkbox::getText
public | const |
std::string getText( | ) const |
Defined in GUI/Components/Checkbox.h:36
function
GUI::Checkbox::setFont
public | inline |
void setFont( | AbstractFont * | newFont ) |
Defined in GUI/Components/Checkbox.h:38
function
GUI::Checkbox::setTextStyle
public | inline |
void setTextStyle( | unsigned int | style ) |
Defined in GUI/Components/Checkbox.h:39
function
GUI::Checkbox::action
public | virtual |
void action( | ) |
Defined in GUI/Components/Checkbox.h:42
function
GUI::Checkbox::doLayout
public | virtual |
void doLayout( | ) |
Defined in GUI/Components/Checkbox.h:45