infopopup.h

Go to the documentation of this file.
00001 //
00002 // C++ Interface: infopopup
00003 //
00004 // Description: 
00005 //
00006 //
00007 // Author: Kevin Hirschmann <hirsch@dhcppc0>, (C) 2005
00008 //
00009 // Copyright: See COPYING file that comes with this distribution
00010 //
00011 //
00012 #ifndef INFOPOPUP_H
00013 #define INFOPOPUP_H
00014 
00015 #include "pgpopupmenu.h"
00019 class InfoPopUp: public PG_PopupMenu{
00020 public:
00021     InfoPopUp(PG_Widget* parent);
00022 
00023     ~InfoPopUp();
00024 
00025     private:
00026     PG_PopupMenu::MenuItem* ut;
00027     
00028     
00029 };
00030 extern bool showUnitInfo(PG_PopupMenu::MenuItem* item, PG_Pointer clientdata);
00031 extern bool showUnitWeight(PG_PopupMenu::MenuItem* item, PG_Pointer clientdata);
00032 extern bool showWeaponRange(PG_PopupMenu::MenuItem* item, PG_Pointer clientdata);
00033 extern bool showMovementRange(PG_PopupMenu::MenuItem* item, PG_Pointer clientdata);
00034 extern bool showTerrainInfo(PG_PopupMenu::MenuItem* item, PG_Pointer clientdata);
00035 #endif
00036 

Generated on Mon Jan 5 01:28:21 2009 for Advanced Strategic Command by  doxygen 1.5.1