Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
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 | place_data_t |
Layout data interface from the engine to the client. More... |
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) |
int top | ( | const place_data_t & | place_data | ) |
Definition at line 144 of file layout_attributes.hpp.
int left | ( | const place_data_t & | place_data | ) |
Definition at line 149 of file layout_attributes.hpp.
int & top | ( | place_data_t & | place_data | ) |
Definition at line 154 of file layout_attributes.hpp.
int & left | ( | place_data_t & | place_data | ) |
Definition at line 159 of file layout_attributes.hpp.
int height | ( | const place_data_t & | place_data | ) |
Definition at line 164 of file layout_attributes.hpp.
int width | ( | const place_data_t & | place_data | ) |
Definition at line 169 of file layout_attributes.hpp.
int & height | ( | place_data_t & | place_data | ) |
Definition at line 174 of file layout_attributes.hpp.
int & width | ( | place_data_t & | place_data | ) |
Definition at line 179 of file layout_attributes.hpp.
int bottom | ( | const place_data_t & | place_data | ) |
Definition at line 184 of file layout_attributes.hpp.
int right | ( | const place_data_t & | place_data | ) |
Definition at line 189 of file layout_attributes.hpp.