Starshatter_Open
Open source Starshatter engine
|
This is the complete list of members for Layout, including all inherited members.
AddCol(DWORD min_width, float col_factor) | Layout | virtual |
AddRow(DWORD min_height, float row_factor) | Layout | virtual |
CalcCells(DWORD w, DWORD h, std::vector< DWORD > &cell_x, std::vector< DWORD > &cell_y) | Layout | protectedvirtual |
Clear() | Layout | virtual |
col_weights | Layout | protected |
cols | Layout | protected |
DoLayout(ActiveWindow *panel) | Layout | virtual |
Layout() | Layout | |
row_weights | Layout | protected |
rows | Layout | protected |
ScaleWeights() | Layout | protectedvirtual |
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) | Layout | virtual |
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) | Layout | virtual |
SetConstraints(int ncols, int nrows, const int *min_x, const int *min_y, const float *weight_x, const float *weight_y) | Layout | virtual |
TYPENAME() | Layout | inlinestatic |
~Layout() | Layout | virtual |