Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3187 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_banner.h


Ignore:
Timestamp:
Dec 15, 2004, 9:00:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: doxygen-tags… it's very much.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui_banner.h

    r3153 r3187  
    1515 private:
    1616  // the banner Frame
    17   Frame* bannerFrame;
    18   Box* bannerBox;
    19   EventBox* bannerEventBox; //!< an Image needs an EventBox to catch klicks
    20   Image* bannerImage;
    21   Label* bannerLabel;
     17  Frame* bannerFrame;       //!< The frame that holds the Banner.
     18  Box* bannerBox;           //!< The box that holds the Banner.
     19  EventBox* bannerEventBox; //!< an Image needs an EventBox to catch klicks.
     20  Image* bannerImage;       //!< The Image for the Banner.
     21  Label* bannerLabel;       //!< The Label of the Banner.
    2222
    2323  // the logo Window
    24   Window* logoWindow;
    25   EventBox* logoEventBox;
    26   Box* logoBox;
    27   Image* logoImage;
    28   Label* logoLabel;
     24  Window* logoWindow;       //!< The Window that holds the Orxonox-CrewLogo.
     25  EventBox* logoEventBox;   //!< The EventBox that holds the Orxonox-CrewLogo. it has to be an eventbox, because Images can not receive clicks.
     26  Box* logoBox;             //!< The Box that holds the Orxonox-CrewLogo
     27  Image* logoImage;         //!< The Orxonox-CrewLogo-Image
     28  Label* logoLabel;         //!< The Label for the Orxonox-CrewLogo
    2929
    3030 public:
Note: See TracChangeset for help on using the changeset viewer.