From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_layout-members.html | 137 +++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 Doc/doxygen/html/class_layout-members.html (limited to 'Doc/doxygen/html/class_layout-members.html') diff --git a/Doc/doxygen/html/class_layout-members.html b/Doc/doxygen/html/class_layout-members.html new file mode 100644 index 0000000..8eddb25 --- /dev/null +++ b/Doc/doxygen/html/class_layout-members.html @@ -0,0 +1,137 @@ + + + + + +Starshatter_Open: Member List + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Layout Member List
+
+
+ +

This is the complete list of members for Layout, including all inherited members.

+ + + + + + + + + + + + + + + + + +
AddCol(DWORD min_width, float col_factor)Layoutvirtual
AddRow(DWORD min_height, float row_factor)Layoutvirtual
CalcCells(DWORD w, DWORD h, std::vector< DWORD > &cell_x, std::vector< DWORD > &cell_y)Layoutprotectedvirtual
Clear()Layoutvirtual
col_weightsLayoutprotected
colsLayoutprotected
DoLayout(ActiveWindow *panel)Layoutvirtual
Layout()Layout
row_weightsLayoutprotected
rowsLayoutprotected
ScaleWeights()Layoutprotectedvirtual
SetConstraints(const std::vector< DWORD > &min_x, const std::vector< DWORD > &min_y, const std::vector< float > &weight_x, const std::vector< float > &weight_y)Layoutvirtual
SetConstraints(const std::vector< float > &min_x, const std::vector< float > &min_y, const std::vector< float > &weight_x, const std::vector< float > &weight_y)Layoutvirtual
SetConstraints(int ncols, int nrows, const int *min_x, const int *min_y, const float *weight_x, const float *weight_y)Layoutvirtual
TYPENAME()Layoutinlinestatic
~Layout()Layoutvirtual
+
+ + + + -- cgit v1.1