1 #ifndef HRK_CHECK_BOX_H
2 #define HRK_CHECK_BOX_H
25 const Font* font = NULL);
30 SizeF size(
void)
const;
31 void set_alpha(
double alpha);
32 void set_color_strength(
double ratio);
35 Button::state_t state(
void)
const;
37 void set_decide_event(
Event* event);
39 void set_text_offset(
const PointF& offset);
40 void set_checked(
bool checked);
41 bool is_checked(
void)
const;
48 std::auto_ptr<pImpl> pimpl;
位置
Definition: PointF.h:12
Definition: Check_box.h:21
幅と高さ
Definition: SizeF.h:12
bool set_state(state_t state)
ボタンの状態を設定する
Definition: Check_box.cpp:203
フォント管理
Definition: Font.h:19