Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Classes | |
class | layout_attributes_alignment_t |
A utility class for referencing the alignment characteristics in layout_attributes_t. More... | |
struct | layout_attributes_placement_t |
class | layout_attributes_t |
Layout data interface from the client to the engine. More... | |
class | layout_attributes_t::slice_t |
placeable object geometry for a single orientation of layout_attributes_t. More... | |
class | place_data_t |
Layout data interface from the engine to the client. More... | |
class | place_data_t::slice_t |
Element geometry for a single orientation of place_data_t. More... |
Namespaces | |
namespace | adobe |
Functions | |
int | top (const place_data_t &place_data) |
int | left (const place_data_t &place_data) |
int & | top (place_data_t &place_data) |
int & | left (place_data_t &place_data) |
int | height (const place_data_t &place_data) |
int | width (const place_data_t &place_data) |
int & | height (place_data_t &place_data) |
int & | width (place_data_t &place_data) |
int | bottom (const place_data_t &place_data) |
int | right (const place_data_t &place_data) |