panel_t Struct Reference |
Public Types | |
typedef any_regular_t | model_type |
typedef any_regular_t | model_type |
Public Member Functions | |
void | display (const any_regular_t &value) |
void | measure (extents_t &result) |
panel_t (const any_regular_t &show_value, theme_t theme) | |
panel_t (const any_regular_t &show_value, theme_t theme) | |
void | place (const place_data_t &place_data) |
void | set_visible (bool make_visible) |
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) |
View Concept Operations | |
See the View concept and view::hpp for more information. | |
void | display (const any_regular_t &value) |
Public Attributes | |
HWND | control_m |
any_regular_t | show_value_m |
theme_t | theme_m |
Detailed Description
- Model Of:
Definition at line 35 of file macintosh/adobe/future/widgets/headers/platform_panel.hpp.
Member Typedef Documentation
typedef any_regular_t model_type |
model type for this widget
Definition at line 38 of file macintosh/adobe/future/widgets/headers/platform_panel.hpp.
typedef any_regular_t model_type |
Definition at line 30 of file windows/adobe/future/widgets/headers/platform_panel.hpp.
Constructor & Destructor Documentation
panel_t | ( | const any_regular_t & | show_value, |
theme_t | theme | ||
) |
constructor for this widget
panel_t | ( | const any_regular_t & | show_value, |
theme_t | theme | ||
) |
Member Function Documentation
void display | ( | const any_regular_t & | value ) |
void display | ( | const any_regular_t & | value ) |
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 ) |
void set_visible | ( | bool | make_visible ) |
Member Data Documentation
HWND control_m |
Definition at line 42 of file windows/adobe/future/widgets/headers/platform_panel.hpp.
Definition at line 44 of file windows/adobe/future/widgets/headers/platform_panel.hpp.
Definition at line 43 of file windows/adobe/future/widgets/headers/platform_panel.hpp.