Public Member Functions | |
virtual void | DrawWidget (const Rect &r, int widget) const |
Draw the contents of a nested widget. | |
virtual void | UpdateWidgetSize (int widget, Dimension *size, const Dimension &padding, Dimension *fill, Dimension *resize) |
Update size and resize step of a widget in the window. | |
LandInfoWindow (TileIndex tile) | |
virtual bool | IsNewGRFInspectable () const |
Is the data related to this window NewGRF inspectable? | |
virtual void | ShowNewGRFInspectWindow () const |
Show the NewGRF inspection window. | |
Data Fields | |
char | landinfo_data [LAND_INFO_LINE_END][LAND_INFO_LINE_BUFF_SIZE] |
TileIndex | tile |
Private Types | |
enum | LandInfoLines { LAND_INFO_CENTERED_LINES = 12, LAND_INFO_MULTICENTER_LINE = LAND_INFO_CENTERED_LINES, LAND_INFO_LINE_END } |
Static Private Attributes | |
static const uint | LAND_INFO_LINE_BUFF_SIZE = 512 |
Definition at line 68 of file misc_gui.cpp.
enum LandInfoWindow::LandInfoLines [private] |
LAND_INFO_CENTERED_LINES |
Up to 12 centered lines. |
LAND_INFO_MULTICENTER_LINE |
One multicenter line. |
Definition at line 69 of file misc_gui.cpp.
virtual void LandInfoWindow::DrawWidget | ( | const Rect & | r, | |
int | widget | |||
) | const [inline, virtual] |
Draw the contents of a nested widget.
r | Rectangle occupied by the widget. | |
widget | Number of the widget to draw. |
Reimplemented from Window.
Definition at line 81 of file misc_gui.cpp.
References DrawString(), DrawStringMultiLine(), FONT_HEIGHT_NORMAL, LAND_INFO_CENTERED_LINES, LAND_INFO_MULTICENTER_LINE, LIW_BACKGROUND, SA_CENTER, SA_HOR_CENTER, SetDParamStr(), StrEmpty(), WD_FRAMETEXT_LEFT, WD_FRAMETEXT_RIGHT, WD_PAR_VSEP_NORMAL, WD_TEXTPANEL_BOTTOM, and WD_TEXTPANEL_TOP.
virtual bool LandInfoWindow::IsNewGRFInspectable | ( | ) | const [inline, virtual] |
Is the data related to this window NewGRF inspectable?
Reimplemented from Window.
Definition at line 320 of file misc_gui.cpp.
References GetGrfSpecFeature().
virtual void LandInfoWindow::ShowNewGRFInspectWindow | ( | ) | const [inline, virtual] |
Show the NewGRF inspection window.
When this function is called it is up to the window to call and pass the right parameters to the ShowInspectWindow function.
Reimplemented from Window.
Definition at line 325 of file misc_gui.cpp.
References GetGrfSpecFeature().
virtual void LandInfoWindow::UpdateWidgetSize | ( | int | widget, | |
Dimension * | size, | |||
const Dimension & | padding, | |||
Dimension * | fill, | |||
Dimension * | resize | |||
) | [inline, virtual] |
Update size and resize step of a widget in the window.
After retrieval of the minimal size and the resize-steps of a widget, this function is called to allow further refinement, typically by computing the real maximal size of the content. Afterwards, size is taken to be the minimal size of the widget and resize is taken to contain the resize steps. For the convenience of the callee, padding contains the amount of padding between the content and the edge of the widget. This should be added to the returned size.
widget | Widget number. | |
size | Size of the widget. | |
padding | Recommended amount of space between the widget content and the widget edge. | |
fill | Fill step of the widget. | |
resize | Resize step of the widget. |
Reimplemented from Window.
Definition at line 100 of file misc_gui.cpp.
References FONT_HEIGHT_NORMAL, GetStringBoundingBox(), GetStringHeight(), LAND_INFO_CENTERED_LINES, LAND_INFO_MULTICENTER_LINE, LIW_BACKGROUND, max(), min(), SetDParamStr(), StrEmpty(), WD_FRAMETEXT_LEFT, WD_FRAMETEXT_RIGHT, WD_PAR_VSEP_NORMAL, WD_TEXTPANEL_BOTTOM, WD_TEXTPANEL_TOP, and Window::width.