Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/gui/gl/glgui_colorselector.h @ 9689

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

new_class_id: glgui adapted

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