group_t Struct Reference |
Public Member Functions | |
group_t (const std::string &name, const std::string &alt_text, theme_t theme) | |
group_t (const std::string &name, const std::string &alt_text, theme_t theme) | |
void | measure (extents_t &result) |
void | place (const place_data_t &place_data) |
Placeable Concept Operations | |
See the Placeable concept and placeable::hpp for more information. | |
void | measure (extents_t &result) |
void | place (const place_data_t &place_data) |
Public Attributes | |
std::string | alt_text_m |
HWND | control_m |
std::string | name_m |
theme_t | theme_m |
Detailed Description
- Model Of:
The semantics of a group are that of a flag. One would use a group when you want to have a selectable option turned on or off. There is a third state the group can be in, the undetermined state, which is neither true or false. This is often represented with a dash or a filled group.
Definition at line 40 of file macintosh/adobe/future/widgets/headers/platform_group.hpp.
Constructor & Destructor Documentation
- Parameters:
-
name is the name of the widget alt_text is additional help text for the widget when the user pauses over it theme is the theme for the widget
Member Function Documentation
void measure | ( | extents_t & | result ) |
void measure | ( | extents_t & | result ) |
void place | ( | const place_data_t & | place_data ) |
void place | ( | const place_data_t & | place_data ) |
Member Data Documentation
std::string alt_text_m |
Definition at line 44 of file windows/adobe/future/widgets/headers/platform_group.hpp.
HWND control_m |
Definition at line 42 of file windows/adobe/future/widgets/headers/platform_group.hpp.
std::string name_m |
Definition at line 43 of file windows/adobe/future/widgets/headers/platform_group.hpp.
Definition at line 45 of file windows/adobe/future/widgets/headers/platform_group.hpp.