image_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 | |
| void | display (const view_model_type &value) |
| void | display (const view_model_type &value) |
| void | enable (bool make_enabled) |
| void | enable (bool make_enabled) |
| ::OSStatus | handle_event (::EventHandlerCallRef next,::EventRef event) |
| LRESULT | handle_event (HWND window, UINT message, WPARAM wparam, LPARAM lparam, WNDPROC next_proc) |
| image_t (const view_model_type &image) | |
| image_t (const view_model_type &image) | |
| void | monitor (const setter_proc_type &proc) |
| void | monitor (const setter_proc_type &proc) |
PlaceableTwopass Concept Operations | |
See the PlaceableTwopass concept and placeable::hpp for more information. | |
| void | measure (extents_t &result) |
| void | measure_vertical (extents_t &calculated_horizontal, const place_data_t &placed_horizontal) |
| void | place (const place_data_t &place_data) |
Public Attributes | |
| setter_proc_type | callback_m |
| bool | enabled_m |
| adobe::auto_ptr < message_handler_t > | handler_m |
| view_model_type | image_m |
| POINTS | last_point_m |
| dictionary_t | metadata_m |
| std::pair< long, long > | origin_m |
| HWND | prev_capture_m |
| bool | tracking_m |
| HWND | window_m |
Detailed Description
Definition at line 53 of file macintosh/adobe/future/widgets/headers/platform_image.hpp.
Member Typedef Documentation
| typedef dictionary_t controller_model_type |
model types for this widget
Definition at line 56 of file macintosh/adobe/future/widgets/headers/platform_image.hpp.
| typedef dictionary_t controller_model_type |
model types for this widget
Definition at line 36 of file windows/adobe/future/widgets/headers/platform_image.hpp.
| typedef boost::function<void (const controller_model_type&)> setter_proc_type |
Definition at line 38 of file windows/adobe/future/widgets/headers/platform_image.hpp.
| typedef boost::function<void (const controller_model_type&)> setter_proc_type |
Definition at line 58 of file macintosh/adobe/future/widgets/headers/platform_image.hpp.
| typedef boost::gil::rgba8_image_t view_model_type |
Definition at line 57 of file macintosh/adobe/future/widgets/headers/platform_image.hpp.
| typedef boost::gil::rgba8_image_t view_model_type |
Definition at line 37 of file windows/adobe/future/widgets/headers/platform_image.hpp.
Constructor & Destructor Documentation
| image_t | ( | const view_model_type & | image ) |
constructor for this widget
| image_t | ( | const view_model_type & | image ) |
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 ) |
| LRESULT handle_event | ( | HWND | window, |
| UINT | message, | ||
| WPARAM | wparam, | ||
| LPARAM | lparam, | ||
| WNDPROC | next_proc | ||
| ) |
| ::OSStatus handle_event | ( | ::EventHandlerCallRef | next, |
| ::EventRef | event | ||
| ) |
| void measure | ( | extents_t & | result ) |
| void measure_vertical | ( | extents_t & | calculated_horizontal, |
| const place_data_t & | placed_horizontal | ||
| ) |
| void monitor | ( | const setter_proc_type & | proc ) |
| void monitor | ( | const setter_proc_type & | proc ) |
| void place | ( | const place_data_t & | place_data ) |
Member Data Documentation
Definition at line 51 of file windows/adobe/future/widgets/headers/platform_image.hpp.
| bool enabled_m |
Definition at line 53 of file windows/adobe/future/widgets/headers/platform_image.hpp.
Definition at line 56 of file windows/adobe/future/widgets/headers/platform_image.hpp.
Definition at line 50 of file windows/adobe/future/widgets/headers/platform_image.hpp.
| POINTS last_point_m |
Definition at line 59 of file windows/adobe/future/widgets/headers/platform_image.hpp.
Definition at line 52 of file windows/adobe/future/widgets/headers/platform_image.hpp.
| std::pair<long, long> origin_m |
Definition at line 60 of file windows/adobe/future/widgets/headers/platform_image.hpp.
| HWND prev_capture_m |
Definition at line 57 of file windows/adobe/future/widgets/headers/platform_image.hpp.
| bool tracking_m |
Definition at line 58 of file windows/adobe/future/widgets/headers/platform_image.hpp.
| HWND window_m |
Definition at line 49 of file windows/adobe/future/widgets/headers/platform_image.hpp.

