#include <dashboard.h>
Inheritance diagram for DashboardPanel:

Public Member Functions | |
| void | eval () |
| void | showUnitData (Vehicle *veh, Building *bld, tfield *fld, bool redraw=false) |
Protected Member Functions | |
| DashboardPanel (PG_Widget *parent, const PG_Rect &r, const ASCString &panelName_, bool loadTheme) | |
| void | painter (const PG_Rect &src, const ASCString &name, const PG_Rect &dst) |
| void | registerSpecialDisplay (const ASCString &name) |
| void | reset (GameMap &map) |
| bool | containerRenamed (PG_LineEdit *lineEdit) |
| bool | viewExperienceOverview () |
Protected Attributes | |
| Vehicle * | veh |
| Building * | bld |
|
||||||||||||||||||||
|
Definition at line 108 of file dashboard.cpp. References ContainerBase::anyContainerDestroyed, eval(), registerSpecialDisplay(), reset(), GameMap::sigMapDeletion, ASCString::toString(), updateFieldInfo, and viewExperienceOverview(). |
|
|
Definition at line 155 of file dashboard.cpp. References bld, ContainerBase::getMap(), ContainerBase::getOwner(), Vehicle::name, and veh. Referenced by UnitInfoPanel::UnitInfoPanel(). |
|
|
||||||||||||||||
|
|
Definition at line 185 of file dashboard.cpp. References SpecialDisplayWidget::display, PG_Widget::FindChild(), and painter(). Referenced by DashboardPanel(). |
|
|
Definition at line 174 of file dashboard.cpp. References bld, ContainerBase::getMap(), and veh. Referenced by DashboardPanel(). |
|
||||||||||||||||||||
|
|
Definition at line 132 of file dashboard.cpp. References PG_Widget::GetParent(), ExperienceOverview::RunModal(), and PG_Widget::Show(). Referenced by DashboardPanel(). |
|
|
Definition at line 45 of file dashboard.h. Referenced by containerRenamed(), eval(), and reset(). |
|
|
Definition at line 44 of file dashboard.h. Referenced by containerRenamed(), eval(), UnitInfoPanel::onClick(), painter(), and reset(). |
1.4.2