Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gl/glgui_colorselector.h @ 9869

Last change on this file since 9869 was 9869, checked in by bensch, 18 years ago

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File size: 471 bytes
Line 
1/*!
2 * @file glgui_.h
3 * The gl_ widget of th openglGUI
4 *
5 */
6
7#ifndef _GLGUI_COLORSELECTOR_H
8#define _GLGUI_COLORSELECTOR_H
9
10#include "glgui_widget.h"
11
12namespace OrxGui
13{
14
15  // FORWARD DECLARATION
16
17  //! This is part of the openglGUI class
18  /**
19   *
20   */
21  class GLGui : public GLGui
22  {
23    ObjectListDeclaration(GLGuiColorSelector);
24  public:
25    GLGui();
26    virtual ~GLGui();
27
28    void init();
29
30    virtual void draw();
31
32  private:
33
34  };
35}
36#endif /* _GLGUI__H */
Note: See TracBrowser for help on using the repository browser.