eve.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
23 /*************************************************************************************************/
28 /*************************************************************************************************/
32 /*************************************************************************************************/
37 /*************************************************************************************************/
51 /*************************************************************************************************/
55 /*************************************************************************************************/
100 * rename calculate to calculate_horizontal - all calculation passes are optional (initial should
245 /*************************************************************************************************/
249 /*************************************************************************************************/
253 /*************************************************************************************************/
257 /*************************************************************************************************/
Definition: arg_stream.hpp:51 Definition: eve.hpp:90 std::pair< int, int > adjust(evaluate_options_t options, int width, int height) Adjusts the solved view layout to fit within the newly specified dimensions. Eve will relay the new s... void set_margin(layout_attributes_t &container, int x) Definition: functional.hpp:26 adobe::poly Definition: poly.hpp:414 Layout data interface from the client to the engine. Definition: layout_attributes.hpp:68 iterator add_placeable(iterator parent, const layout_attributes_t &initial, bool is_container_type, poly_placeable_t &placeable, bool reverse=false) Adds a new view element to the view hierarchy being formed for layout. A utility class for referencing the two slices of a extents_t. Definition: extents.hpp:68 Representative of adobe::PlaceableConcept so that placeable models adobe::PlaceableConcept when T doe... Definition: poly_placeable.hpp:86 Definition: eve.hpp:87 std::pair< int, int > evaluate(evaluate_options_t options, int width=0, int height=0) This call performs the layout, it will call each element to get its dimentions, solve the layout... |