group_t Struct ReferenceGroup container widget.
More...
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | |
| 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:
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.

