1 #ifndef HRK_PUSH_BUTTON_H
2 #define HRK_PUSH_BUTTON_H
32 SizeF size(
void)
const;
33 void set_alpha(
double alpha);
34 void set_color_strength(
double ratio);
39 Button::state_t state(
void)
const;
41 void set_decided(
bool decide);
42 bool is_decided(
void)
const;
48 void set_toggle_enabled(
bool enable);
56 std::auto_ptr<pImpl> pimpl;
位置
Definition: PointF.h:12
幅と高さ
Definition: SizeF.h:12
ラベル
Definition: Label.h:19