preview_t Struct Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef dictionary_t | controller_model_type |
| typedef dictionary_t | controller_model_type |
| typedef boost::function< void(const controller_model_type &)> | setter_proc_type |
| typedef boost::function< void(const controller_model_type &)> | setter_proc_type |
| typedef boost::gil::rgba8_image_t | view_model_type |
| typedef boost::gil::rgba8_image_t | view_model_type |
Public Member Functions | |
| widget_node_t | evaluate (const std::string &sheet_description, const std::string &layout_description, const dictionary_t ¶meters, const widget_node_t &parent, const factory_token_t &token, const widget_factory_t &factory, const button_notifier_t ¬ifier, behavior_t behavior) |
| widget_node_t | evaluate (const std::string &sheet_description, const std::string &layout_description, const dictionary_t ¶meters, const widget_node_t &parent, const factory_token_t &token, const widget_factory_t &factory, const button_notifier_t ¬ifier, behavior_t &behavior) |
| preview_t (const std::string &alt_text, theme_t theme) | |
| preview_t (const std::string &alt_text, theme_t theme) | |
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) |
| 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 view_model_type &value) |
| void | display (const view_model_type &value) |
Controller Concept Operations | |
See the Controller concept and controller::hpp for more information. | |
| void | monitor (const setter_proc_type &proc) |
| void | enable (bool make_enabled) |
| void | monitor (const setter_proc_type &proc) |
| void | enable (bool make_enabled) |
Detailed Description
- Model Of:
Definition at line 41 of file macintosh/adobe/future/widgets/headers/platform_preview.hpp.
Member Typedef Documentation
| typedef dictionary_t controller_model_type |
model types for this widget
Definition at line 44 of file macintosh/adobe/future/widgets/headers/platform_preview.hpp.
| typedef dictionary_t controller_model_type |
model types for this widget
Definition at line 41 of file windows/adobe/future/widgets/headers/platform_preview.hpp.
| typedef boost::function<void (const controller_model_type&)> setter_proc_type |
Definition at line 43 of file windows/adobe/future/widgets/headers/platform_preview.hpp.
| typedef boost::function<void (const controller_model_type&)> setter_proc_type |
Definition at line 46 of file macintosh/adobe/future/widgets/headers/platform_preview.hpp.
| typedef boost::gil::rgba8_image_t view_model_type |
Definition at line 45 of file macintosh/adobe/future/widgets/headers/platform_preview.hpp.
| typedef boost::gil::rgba8_image_t view_model_type |
Definition at line 42 of file windows/adobe/future/widgets/headers/platform_preview.hpp.
Constructor & Destructor Documentation
Member Function Documentation
| void display | ( | const view_model_type & | value ) |
| void display | ( | const view_model_type & | value ) |
| void enable | ( | bool | make_enabled ) |
| void enable | ( | bool | make_enabled ) |
| widget_node_t evaluate | ( | const std::string & | sheet_description, |
| const std::string & | layout_description, | ||
| const dictionary_t & | parameters, | ||
| const widget_node_t & | parent, | ||
| const factory_token_t & | token, | ||
| const widget_factory_t & | factory, | ||
| const button_notifier_t & | notifier, | ||
| behavior_t | behavior | ||
| ) |
Definition at line 83 of file macintosh/adobe/future/widgets/headers/platform_preview.hpp.
| widget_node_t evaluate | ( | const std::string & | sheet_description, |
| const std::string & | layout_description, | ||
| const dictionary_t & | parameters, | ||
| const widget_node_t & | parent, | ||
| const factory_token_t & | token, | ||
| const widget_factory_t & | factory, | ||
| const button_notifier_t & | notifier, | ||
| behavior_t & | behavior | ||
| ) |
Definition at line 80 of file windows/adobe/future/widgets/headers/platform_preview.hpp.
| void measure | ( | extents_t & | result ) |
| void measure | ( | extents_t & | result ) |
| void monitor | ( | const setter_proc_type & | proc ) |
| void monitor | ( | const setter_proc_type & | proc ) |
| void place | ( | const place_data_t & | place_data ) |
| void place | ( | const place_data_t & | place_data ) |

