Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DLayout.cpp117 { return m_cell_margin; } in CellMargin()
166 rect.ul.x += static_cast<int>(m_cell_margin / 2); in RelativeCellRects()
168 rect.lr.x -= static_cast<int>(m_cell_margin - m_cell_margin / 2); in RelativeCellRects()
170 rect.ul.y += static_cast<int>(m_cell_margin / 2); in RelativeCellRects()
172 rect.lr.y -= static_cast<int>(m_cell_margin - m_cell_margin / 2); in RelativeCellRects()
232 margin.y = Y(m_cell_margin); in DoLayout()
236 margin.x = X(m_cell_margin); in DoLayout()
445 ul_margin.y += static_cast<int>(m_cell_margin / 2); in DoLayout()
447 ul_margin.x += static_cast<int>(m_cell_margin / 2); in DoLayout()
449 lr_margin.y += static_cast<int>(m_cell_margin / 2.0 + 0.5); in DoLayout()
[all …]
H A DListBox.cpp523 m_cell_margin(DEFAULT_MARGIN), in ListBox()
1449 { return m_cell_margin; } in CellMargin()
2443 row->SetMargin(m_cell_margin); in NormalizeRow()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DLayout.h291 unsigned int m_cell_margin; variable
H A DListBox.h625 …unsigned int m_cell_margin; ///< the amount of space left between each edge of the… variable