#include "pgpopupmenu.h"Include dependency graph for infopopup.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | InfoPopUp |
|
More... | |
Functions | |
| bool | showUnitInfo (PG_PopupMenu::MenuItem *item, PG_Pointer clientdata) |
| bool | showUnitWeight (PG_PopupMenu::MenuItem *item, PG_Pointer clientdata) |
| bool | showWeaponRange (PG_PopupMenu::MenuItem *item, PG_Pointer clientdata) |
| bool | showMovementRange (PG_PopupMenu::MenuItem *item, PG_Pointer clientdata) |
| bool | showTerrainInfo (PG_PopupMenu::MenuItem *item, PG_Pointer clientdata) |
| bool showMovementRange | ( | PG_PopupMenu::MenuItem * | item, | |
| PG_Pointer | clientdata | |||
| ) |
Definition at line 51 of file infopopup.cpp.
References execUserAction_ev(), and ua_viewunitmovementrange.
Referenced by InfoPopUp::InfoPopUp().
| bool showTerrainInfo | ( | PG_PopupMenu::MenuItem * | item, | |
| PG_Pointer | clientdata | |||
| ) |
Definition at line 57 of file infopopup.cpp.
References execUserAction_ev(), and ua_viewterraininfo.
Referenced by InfoPopUp::InfoPopUp().
| bool showUnitInfo | ( | PG_PopupMenu::MenuItem * | item, | |
| PG_Pointer | clientdata | |||
| ) |
Definition at line 35 of file infopopup.cpp.
References execUserAction_ev(), and ua_vehicleinfo.
Referenced by InfoPopUp::InfoPopUp().
| bool showUnitWeight | ( | PG_PopupMenu::MenuItem * | item, | |
| PG_Pointer | clientdata | |||
| ) |
Definition at line 41 of file infopopup.cpp.
References execUserAction_ev(), and ua_unitweightinfo.
Referenced by InfoPopUp::InfoPopUp().
| bool showWeaponRange | ( | PG_PopupMenu::MenuItem * | item, | |
| PG_Pointer | clientdata | |||
| ) |
Definition at line 47 of file infopopup.cpp.
References execUserAction_ev(), and ua_viewunitweaponrange.
Referenced by InfoPopUp::InfoPopUp().
1.5.1