stlab.adobe.com Adobe Systems Incorporated

#include <adobe/layout_attributes.hpp>

Classes

class  slice_t
 

Public Member Functions

slice_thorizontal ()
 
const slice_thorizontal () const
 
slice_tvertical ()
 
const slice_tvertical () const
 

Public Attributes

boost::array< slice_t, 2 > slice_m
 

Detailed Description

The place_data_t is the primary communication mechanism that engine uses
to get solved layout information to the client. The place_data_t is similar to the layout_attributes_t, except for the following: - data included is the "solved" result, not the data the client passed in (though the solution is based on the client's data) - data included is only pertinent to the laying-out of the placeable object into it's final resting place.
This struct is used when calling the place operation
inside the placeable object's related poly_placeable_t.
See also
adobe::poly_placeable_t

Definition at line 130 of file layout_attributes.hpp.

Member Function Documentation

§ horizontal() [1/2]

slice_t& horizontal ( )

Definition at line 150 of file layout_attributes.hpp.

§ horizontal() [2/2]

const slice_t& horizontal ( ) const

Definition at line 153 of file layout_attributes.hpp.

§ vertical() [1/2]

slice_t& vertical ( )

Definition at line 149 of file layout_attributes.hpp.

§ vertical() [2/2]

const slice_t& vertical ( ) const

Definition at line 152 of file layout_attributes.hpp.

Member Data Documentation

§ slice_m

boost::array<slice_t, 2> slice_m

Definition at line 147 of file layout_attributes.hpp.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google