29 void set_alpha(
double alpha);
30 void set_color_strength(
double ratio);
34 SizeF size(
void)
const;
36 void set_button_align(
int align);
37 void set_buttons_interval(
const PointF& each_offset);
38 void set_button_offset(
int index,
const PointF& offset);
40 void add_button(
Button* button);
41 void remove_button(
Button* button);
42 Button* button(
int index)
const;
43 int button_size(
void)
const;
44 void set_button_enabled(
int index,
bool enable);
46 void set_current_index(
int index);
47 int current_index(
void)
const;
49 void set_decided_index(
int index);
50 int decided_index(
void)
const;
51 void set_decided(
bool decide);
52 bool is_decided(
void)
const;
63 void set_select_event(
Event* previous,
Event* next);
64 void set_decide_event(
Event* decide);
65 void set_mouse_enabled(
bool enable);
66 void set_rotate_by_key_enabled(
bool enable);
67 void hold_last_selected_index(
bool hold);
74 std::auto_ptr<pImpl> pimpl;
位置
Definition: PointF.h:12
Definition: Component.h:15
幅と高さ
Definition: SizeF.h:12