|
| Check_box (Button &check, const std::string &text, const Font *font=NULL) |
|
void | update (void) |
|
void | draw (void) |
|
SizeF | size (void) const |
|
void | set_alpha (double alpha) |
|
void | set_color_strength (double ratio) |
|
bool | set_state (state_t state) |
| ボタンの状態を設定する More...
|
|
Button::state_t | state (void) const |
|
void | set_decide_event (Event *event) |
|
void | set_text_offset (const PointF &offset) |
|
void | set_checked (bool checked) |
|
bool | is_checked (void) const |
|
virtual void | set_position (const PointF &position) |
|
virtual PointF | position (void) const |
|
virtual void | set_input_enabled (bool enable) |
|
virtual bool | input_enabled (void) const |
|
virtual double | width (void) const |
|
virtual double | height (void) const |
|
virtual RectF | rect (void) const |
|
virtual double | set_align (double value, const unsigned char align) |
|
|
enum | state_t { Released = 0,
Pressed,
Focused,
Disabled
} |
|
bool Check_box::set_state |
( |
state_t |
state | ) |
|
|
virtual |
ボタンの状態を設定する
- Return values
-
true | 成功 |
false | 指定した state のサーフェスが登録されていない現在の state を返す |
Implements hrk::Button.
The documentation for this class was generated from the following files: