|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Implementation of virtual interface for the poly<placeable_twopass> modeling PlaceableTwoPassConcept. More...
#include <poly_placeable.hpp>
Public Types | |
| typedef optimized_storage_type< T, poly_placeable_twopass_interface >::type | base_t |
Public Member Functions | |
| BOOST_CLASS_REQUIRE (T, adobe, PlaceableTwoPassConcept) | |
| poly_placeable_twopass_instance (const T &x) | |
| poly_placeable_twopass_instance (poly_placeable_twopass_instance &&x) | |
| 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) |
Definition at line 123 of file poly_placeable.hpp.
| typedef optimized_storage_type<T,poly_placeable_twopass_interface>::type base_t |
Definition at line 125 of file poly_placeable.hpp.
| poly_placeable_twopass_instance | ( | const T & | x | ) |
Definition at line 129 of file poly_placeable.hpp.
| poly_placeable_twopass_instance | ( | poly_placeable_twopass_instance< T > && | x | ) |
Definition at line 130 of file poly_placeable.hpp.
| BOOST_CLASS_REQUIRE | ( | T | , |
| adobe | , | ||
| PlaceableTwoPassConcept | ) |
| void measure | ( | extents_t & | result | ) |
Definition at line 132 of file poly_placeable.hpp.
| void measure_vertical | ( | extents_t & | calculated_horizontal, |
| const place_data_t & | placed_horizontal ) |
Definition at line 134 of file poly_placeable.hpp.
| void place | ( | const place_data_t & | place_data | ) |
Definition at line 139 of file poly_placeable.hpp.