Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2005, 11:50:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/guiMerge: heavy clean-up of the gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/guiMerge/src/lib/gui/gui/orxonox_gui_banner.h

    r4030 r4046  
    1414class OrxonoxGuiBanner : public OrxonoxGuiElement
    1515{
    16  private:
    17   // the banner Frame
    18   Frame* bannerFrame;       //!< The frame that holds the Banner.
    19   Box* bannerBox;           //!< The box that holds the Banner.
    20   EventBox* bannerEventBox; //!< an Image needs an EventBox to catch klicks.
    21   Image* bannerImage;       //!< The Image for the Banner.
    22   Label* bannerLabel;       //!< The Label of the Banner.
    23 
    24   // the logo Window
    25   Window* logoWindow;       //!< The Window that holds the Orxonox-CrewLogo.
    26   EventBox* logoEventBox;   //!< The EventBox that holds the Orxonox-CrewLogo. it has to be an eventbox, because Images can not receive clicks.
    27   Box* logoBox;             //!< The Box that holds the Orxonox-CrewLogo
    28   Image* logoImage;         //!< The Orxonox-CrewLogo-Image
    29   Label* logoLabel;         //!< The Label for the Orxonox-CrewLogo
    30   Label* orxIsLabel;        //!< Some text about us.
    31 
    3216 public:
    3317  OrxonoxGuiBanner(void);
Note: See TracChangeset for help on using the changeset viewer.