Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7779 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_container.cc


Ignore:
Timestamp:
May 23, 2006, 10:04:17 PM (18 years ago)
Author:
bensch
Message:

3088 linews changed :): trunk: namespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_container.cc

    r5393 r7779  
    1818#include "glgui_container.h"
    1919
    20 using namespace std;
     20namespace OrxGui
     21{
    2122
    22 /**
    23  * standard constructor
    24 */
    25 GLGuiContainer::GLGuiContainer ()
    26 {
    27   this->init();
    28 }
     23  /**
     24   * standard constructor
     25  */
     26  GLGuiContainer::GLGuiContainer ()
     27  {
     28    this->init();
     29  }
    2930
    3031
    31 /**
    32  * standard deconstructor
    33 */
    34 GLGuiContainer::~GLGuiContainer()
    35 {
    36 }
     32  /**
     33   * standard deconstructor
     34  */
     35  GLGuiContainer::~GLGuiContainer()
     36  {}
    3737
    38 /**
    39  * initializes the GUI-element
    40  */
    41 void GLGuiContainer::init()
    42 {
    43   this->setClassID(CL_GLGUI_CONTAINER, "GLGuiContainer");
     38  /**
     39   * initializes the GUI-element
     40   */
     41  void GLGuiContainer::init()
     42  {
     43    this->setClassID(CL_GLGUI_CONTAINER, "GLGuiContainer");
    4444
    45 }
     45  }
    4646
    4747
    48 /**
    49  * draws the GLGuiContainer
    50  */
    51 void GLGuiContainer::draw()
    52 {
    53 
     48  /**
     49   * draws the GLGuiContainer
     50   */
     51  void GLGuiContainer::draw()
     52  {
     53  }
    5454}
Note: See TracChangeset for help on using the changeset viewer.