Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4056 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui/gui_video.cc


Ignore:
Timestamp:
May 5, 2005, 1:43:20 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/gui_video.cc

    r4054 r4056  
    3333   \brief Creates the Video-Option-Frame
    3434*/
    35 OrxonoxGuiVideo::OrxonoxGuiVideo(void)
     35GuiVideo::GuiVideo(void)
    3636{
    3737  this->videoFrame = new Frame("Video-Options:");
     
    6262   \brief Destructs the Video-stuff
    6363*/
    64 OrxonoxGuiVideo::~OrxonoxGuiVideo(void)
     64GuiVideo::~GuiVideo(void)
    6565{
    6666  // nothing to do here.
     
    7070   \brief Creates a window, and all it contains for the Source-update.
    7171*/
    72 void OrxonoxGuiVideo::advancedWindowCreate(void)
     72void GuiVideo::advancedWindowCreate(void)
    7373{
    7474  // the button, that opens this Window.
     
    137137   \returns A Pointer to the Button of the UpdaterSourceWindow
    138138*/
    139 Button* OrxonoxGuiVideo::advancedWindowGetButton(void)
     139Button* GuiVideo::advancedWindowGetButton(void)
    140140{
    141141  return this->advancedButton;
    142142}
    143143
    144 void OrxonoxGuiVideo::getResolutions(Menu* menu)
     144void GuiVideo::getResolutions(Menu* menu)
    145145{
    146146  SDL_Init(SDL_INIT_VIDEO);
Note: See TracChangeset for help on using the changeset viewer.