Classes | |
| struct | layout_info_t |
| struct | object_t |
Typedefs | |
| typedef std::vector< object_t > | vec_obj_t |
Enumerations | |
| enum | eLayoutType { eLayout_Horizontal = 1, eLayout_Vertical = 2, eLayout_Invalid = 0 } |
Functions | |
| static void | horizontalLayout (IN const layout_info_t &info, IO vec_obj_t &objects) |
| void | performLayout (IN const layout_info_t &info, IO vec_obj_t &objects) |
| the only function in the 2D layout library! | |
| enum layout::eLayoutType |
Definition at line 58 of file layout_2d.h.
| static void layout::horizontalLayout | ( | IN const layout_info_t & | info, | |
| IO vec_obj_t & | objects | |||
| ) | [static] |
Definition at line 46 of file layout_2d.cpp.
1.7.1