Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

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)

Detailed Description

Function Documentation

◆ top() [1/2]

int top ( const place_data_t & place_data)

Definition at line 144 of file layout_attributes.hpp.

◆ left() [1/2]

int left ( const place_data_t & place_data)

Definition at line 149 of file layout_attributes.hpp.

◆ top() [2/2]

int & top ( place_data_t & place_data)

Definition at line 154 of file layout_attributes.hpp.

◆ left() [2/2]

int & left ( place_data_t & place_data)

Definition at line 159 of file layout_attributes.hpp.

◆ height() [1/2]

int height ( const place_data_t & place_data)

Definition at line 164 of file layout_attributes.hpp.

◆ width() [1/2]

int width ( const place_data_t & place_data)

Definition at line 169 of file layout_attributes.hpp.

◆ height() [2/2]

int & height ( place_data_t & place_data)

Definition at line 174 of file layout_attributes.hpp.

◆ width() [2/2]

int & width ( place_data_t & place_data)

Definition at line 179 of file layout_attributes.hpp.

◆ bottom()

int bottom ( const place_data_t & place_data)

Definition at line 184 of file layout_attributes.hpp.

◆ right()

int right ( const place_data_t & place_data)

Definition at line 189 of file layout_attributes.hpp.