Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4048 in orxonox.OLD


Ignore:
Timestamp:
May 5, 2005, 12:06:26 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/guiMerge: more naming issues

Location:
orxonox/branches/guiMerge/src
Files:
11 edited

Legend:

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

    r4047 r4048  
    11/*!
    2  \file orxonox_gui.h
     2 \file gui.h
    33 \brief Creation of the Gui
    44
     
    1111*/
    1212
    13 #ifndef _ORXONOX_GUI_H
    14 #define _ORXONOX_GUI_H
     13#ifndef _GUI_H
     14#define _GUI_H
    1515
    1616using namespace std;
     
    3030};
    3131
    32 #endif /* _ORXONOX_GUI_H */
     32#endif /* _GUI_H */
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_audio.h

    r4047 r4048  
    11/*!
    2   \file orxonox_gui_audio.h
     2  \file gui_audio.h
    33  \brief File that holds the class that creates the Audio-Options.
    44*/
    55
    6 #ifndef _ORXONOX_GUI_AUDIO_H
    7 #define _ORXONOX_GUI_AUDIO_H
     6#ifndef _GUI_AUDIO_H
     7#define _GUI_AUDIO_H
    88
    99#include "gui_element.h"
     
    2222  ~OrxonoxGuiAudio(void);
    2323};
    24 #endif /* _ORXONOX_GUI_AUDIO_H */
     24#endif /* _GUI_AUDIO_H */
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_banner.h

    r4047 r4048  
    11/*!
    2   \file orxonox_gui_banner.h
     2  \file gui_banner.h
    33  \brief  File that holds the class that creates the Banner-Image.\n
    44  This is Commercial :-)
    55*/
    66
    7 #ifndef _ORXONOX_GUI_BANNER_H
    8 #define _ORXONOX_GUI_BANNER_H
     7#ifndef _GUI_BANNER_H
     8#define _GUI_BANNER_H
    99
    1010#include "gui.h"
     
    2020
    2121
    22 #endif /* _ORXONOX_GUI_BANNER_H */
     22#endif /* _GUI_BANNER_H */
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_element.h

    r4047 r4048  
    11/*!
    2     \file orxonox_gui_element.h
     2    \file gui_element.h
    33    \brief Definition of ...
    44
    55*/
    66
    7 #ifndef _ORXONOX_GUI_ELEMENT_H
    8 #define _ORXONOX_GUI_ELEMENT_H
     7#ifndef _GUI_ELEMENT_H
     8#define _GUI_ELEMENT_H
    99
    1010#include "gui_gtk.h"
     
    2626};
    2727
    28 #endif /* _ORXONOX_GUI_ELEMENT_H */
     28#endif /* _GUI_ELEMENT_H */
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_exec.h

    r4047 r4048  
    11/*!
    2   \file orxonox_gui_exec.h
     2  \file gui_exec.h
    33  \brief File that holds the class that creates the execute-Options.
    44*/
    55
    6 #ifndef _ORXONOX_GUI_EXEC_H
    7 #define _ORXONOX_GUI_EXEC_H
     6#ifndef _GUI_EXEC_H
     7#define _GUI_EXEC_H
    88
    99#include "gui.h"
     
    6767
    6868
    69 #endif /* _ORXONOX_GUI_EXEC_H */
     69#endif /* _GUI_EXEC_H */
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_flags.h

    r4047 r4048  
    11/*!
    2   \file orxonox_gui_flags.h
     2  \file gui_flags.h
    33  \brief File that holds the class that creates the flags-Text.
    44*/
    55
    6 #ifndef _ORXONOX_GUI_FLAGS_H
    7 #define _ORXONOX_GUI_FLAGS_H
     6#ifndef _GUI_FLAGS_H
     7#define _GUI_FLAGS_H
    88
    99#include "gui.h"
     
    3333  };
    3434};
    35 #endif /* _ORXONOX_GUI_FLAGS_H */
     35#endif /* _GUI_FLAGS_H */
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_gtk.h

    r4047 r4048  
    11/*!
    2  \file orxonox_gui_gtk.h
     2 \file gui_gtk.h
    33 \brief Contains all th different Widgets.
    44*/
    5 #ifndef _ORXONOX_GUI_GTK_H
    6 #define _ORXONOX_GUI_GTK_H
     5#ifndef _GUI_GTK_H
     6#define _GUI_GTK_H
    77
    88#if HAVE_CONFIG_H
     
    406406//gint orxonox_gui_quit(GtkWidget* widget, GdkEvent* event, gpointer data);
    407407
    408 #endif /* _ORXONOX_GUI_GTK_H */
     408#endif /* _GUI_GTK_H */
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_keys.h

    r4047 r4048  
    11/*!
    2   \file orxonox_gui_keys.h
     2  \file gui_keys.h
    33  \brief File that holds the class that creates the Keyboard-Options.
    44*/
    55
    6 #ifndef _ORXONOX_GUI_KEYS_H
    7 #define _ORXONOX_GUI_KEYS_H
     6#ifndef _GUI_KEYS_H
     7#define _GUI_KEYS_H
    88
    99#include "gui.h"
     
    7878
    7979
    80 #endif /* _ORXONOX_GUI_KEYS_H */
     80#endif /* _GUI_KEYS_H */
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_update.h

    r4047 r4048  
    11/*!
    2   \file orxonox_gui_update.h
     2  \file gui_update.h
    33  \brief File that holds the class that creates the update-menu.
    44*/
    55
    6 #ifndef _ORXONOX_GUI_UPDATE_H
    7 #define _ORXONOX_GUI_UPDATE_H
     6#ifndef _GUI_UPDATE_H
     7#define _GUI_UPDATE_H
    88
    99#include "gui.h"
     
    112112};
    113113
    114 #endif /* _ORXONOX_GUI_UPDATE_H */
     114#endif /* _GUI_UPDATE_H */
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_video.h

    r4047 r4048  
    11/*!
    2   \file orxonox_gui_video.h
     2  \file gui_video.h
    33  \brief File that holds the class that creates the Video-Options.
    44*/
    5 #ifndef _ORXONOX_GUI_VIDEO_H
    6 #define _ORXONOX_GUI_VIDEO_H
     5#ifndef _GUI_VIDEO_H
     6#define _GUI_VIDEO_H
    77
    88#include "gui.h"
     
    5151
    5252};
    53 #endif /* _ORXONOX_GUI_VIDEO_H */
     53#endif /* _GUI_VIDEO_H */
  • orxonox/branches/guiMerge/src/orxonox.cc

    r4047 r4048  
    2222   main-programmer: Patrick Boenzli
    2323   co-programmer: Christian Meyer
    24    co-programmer: Benjamin Grauer: injected ResourceManager/GraphicsEngine
     24   co-programmer: Benjamin Grauer: injected ResourceManager/GraphicsEngine/GUI
    2525*/
    2626
Note: See TracChangeset for help on using the changeset viewer.