Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8517 in orxonox.OLD for branches/gui/src/util/hud.h


Ignore:
Timestamp:
Jun 16, 2006, 9:16:50 AM (18 years ago)
Author:
bensch
Message:

notifier now in hud (have to reposition it usefully

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/util/hud.h

    r8448 r8517  
    1010// FORWARD DECLARATION
    1111class TiXmlElement;
     12
    1213class WeaponManager;
    13 namespace OrxGui { class GLGuiWidget; }
     14namespace OrxGui {
     15  class GLGuiWidget;
     16  class GLGuiNotifier;
     17  class GLGuiInputLine;
     18
     19}
    1420
    1521//! A class that renders a HUD.
     
    2329
    2430  virtual void loadParams(const TiXmlElement* root);
     31
     32  void notifyUser(const std::string& message);
     33
    2534
    2635  void setBackGround();
     
    4958  OrxGui::GLGuiWidget*     armorWidget;
    5059
     60  OrxGui::GLGuiNotifier*   notifier;
     61  OrxGui::GLGuiInputLine*  inputLine;
     62
    5163  WeaponManager*           weaponManager;
    5264
Note: See TracChangeset for help on using the changeset viewer.