Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DPlayerListWnd.cpp20 const int DATA_PANEL_BORDER = 1; variable
201 …uare_ul + GG::Pt(GG::X(ICON_SIZE), GG::Y(ICON_SIZE)), square_color, border_clr, DATA_PANEL_BORDER); in Render()
269 { return UpperLeft() + GG::Pt(GG::X(DATA_PANEL_BORDER), GG::Y(DATA_PANEL_BORDER)); } in ClientUpperLeft()
273 { return LowerRight() - GG::Pt(GG::X(DATA_PANEL_BORDER), GG::Y(DATA_PANEL_BORDER)); } in ClientLowerRight()
284 … GG::FlatRectangle(UpperLeft(), LowerRight(), background_colour, border_colour, DATA_PANEL_BORDER); in Render()
493 GG::X left(DATA_PANEL_BORDER); in DoLayout()
494 GG::Y top(DATA_PANEL_BORDER); in DoLayout()
H A DFleetWnd.cpp50 …const int DATA_PANEL_BORDER = 1; // how thick should the border around ship or … variable
68 …n std::max(DataPanelIconSpace().y, LabelHeight() + StatIconSize().y) + 2*DATA_PANEL_BORDER + PAD; } in ListRowHeight()
675 { return UpperLeft() + GG::Pt(GG::X(DATA_PANEL_BORDER), GG::Y(DATA_PANEL_BORDER)); } in ClientUpperLeft()
678 { return LowerRight() - GG::Pt(GG::X(DATA_PANEL_BORDER), GG::Y(DATA_PANEL_BORDER)); } in ClientLowerRight()
711 …tRectangle(ul, lr, background_colour, border_colour, DATA_PANEL_BORDER); // backgr… in Render()
1139 { return UpperLeft() + GG::Pt(GG::X(DATA_PANEL_BORDER), GG::Y(DATA_PANEL_BORDER)); } in ClientUpperLeft()
1142 { return LowerRight() - GG::Pt(GG::X(DATA_PANEL_BORDER), GG::Y(DATA_PANEL_BORDER)); } in ClientLowerRight()
1180 …GG::FlatRectangle(ul, lr, background_colour, border_colour, DATA_PANEL_BORDER); //… in Render()
H A DObjectListWnd.cpp369 const int DATA_PANEL_BORDER = 1; variable
1435 … GG::FlatRectangle(UpperLeft(), LowerRight(), background_colour, border_colour, DATA_PANEL_BORDER); in Render()