#include <ugadgets.hpp>
Inheritance diagram for UCheckbox:
Public Member Functions | |
UCheckbox (const UArgs &=UArgs::none) | |
virtual const UStyle & | getStyle (UContext *) const |
returns the contextual UStyle of this object | |
Static Public Attributes | |
static UStyle * | style |
three contextual styles depending on the Button's parent | |
static UStyle * | menuStyle |
three contextual styles depending on the Button's parent | |
static UStyle * | barStyle |
three contextual styles depending on the Button's parent | |
Friends | |
UCheckbox & | ucheckbox (const UArgs &a=UArgs::none) |
Callbacks see UButton. in addition:
|
returns the contextual UStyle of this object This virtual function calls the makeStyle() static function that was redefined for this specific class
Reimplemented from UBox. |