image_button_state_descriptor_t Struct Reference |
Public Types | |
typedef boost::gil::rgba8_image_t | image_type |
Public Member Functions | |
image_button_state_descriptor_t () | |
Public Attributes | |
std::string | alt_text_m |
dictionary_t | contributing_m |
image_type | cursor_image_m |
image_type | disabled_image_m |
button_hit_proc_t | hit_proc_m |
image_type | hover_image_m |
image_type | image_m |
modifiers_t | modifier_set_m |
any_regular_t | value_m |
Detailed Description
Definition at line 134 of file button_helper.hpp.
Member Typedef Documentation
typedef boost::gil::rgba8_image_t image_type |
Definition at line 136 of file button_helper.hpp.
Constructor & Destructor Documentation
Default constructor.
Definition at line 141 of file button_helper.hpp.
Member Data Documentation
std::string alt_text_m |
Additional help text for the widget when the user pauses over it
Definition at line 158 of file button_helper.hpp.
(used internally) The retained contributing state information for this button state
Definition at line 170 of file button_helper.hpp.
Image to be used by the cursor when the user hovers over the button with it
Definition at line 155 of file button_helper.hpp.
The disabled image of this button state
Definition at line 149 of file button_helper.hpp.
The notification proc to be called when this state is fired.
Definition at line 164 of file button_helper.hpp.
Image to be shown when the user hovers over the button with the cursor
Definition at line 152 of file button_helper.hpp.
The primary image of this button state
Definition at line 146 of file button_helper.hpp.
The modifier state required to select this button state
Definition at line 161 of file button_helper.hpp.
(used internally) The retained state of the property model for this button state
Definition at line 167 of file button_helper.hpp.