Home
last modified time | relevance | path

Searched refs:NUM_CLASS_BUTTONS_PER_ROW (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DDesignWnd.cpp1945 …const int NUM_CLASS_BUTTONS_PER_ROW = static_cast<int>(std::ceil(static_cast<float>(NUM_CLASS_BUTT… in DoLayout() local
1947 const int TOTAL_BUTTONS_PER_ROW = NUM_CLASS_BUTTONS_PER_ROW + num_non_class_buttons_per_row; in DoLayout()
1955 int col = NUM_CLASS_BUTTONS_PER_ROW; in DoLayout()
1958 if (col >= NUM_CLASS_BUTTONS_PER_ROW) { in DoLayout()
1974 col = NUM_CLASS_BUTTONS_PER_ROW; in DoLayout()
1983 [&col, &row, &num_non_class_buttons_per_row, NUM_CLASS_BUTTONS_PER_ROW, in DoLayout()
1990 if (col >= NUM_CLASS_BUTTONS_PER_ROW + num_non_class_buttons_per_row - 1) { in DoLayout()
1991 col = NUM_CLASS_BUTTONS_PER_ROW - 1; in DoLayout()