GlobeEngine
MeshExampleGLWidget.h
Go to the documentation of this file.
1 
8 #ifndef GlobeEngine_MeshExampleViewerGLWidget_h
9 #define GlobeEngine_MeshExampleViewerGLWidget_h
10 
11 #include "OpenGL_Includes.h"
12 #include "MeshExampleEngine.h"
14 #include "SimpleQTViewerGLWidget.h"
15 
16 namespace geMeshExample {
17 
18  class MeshExampleUI;
19 
21  Q_OBJECT
22 
23  public:
26 
27  // overrides from SimpleQTViewerGLWidget
28  void initialize();
29  void drawGL();
30  void updateScene();
31  void drawUI();
32  void resize(int width, int height);
33 
34  };
35 }
36 #endif
~MeshExampleGLWidget()
Definition: MeshExampleGLWidget.cpp:11
void resize(int width, int height)
Definition: MeshExampleGLWidget.cpp:72
void updateScene()
Definition: MeshExampleGLWidget.cpp:45
void drawGL()
Definition: MeshExampleGLWidget.cpp:50
MeshExampleGLWidget(MeshExampleEngine *_engine, ge::InputControl *_input)
Definition: MeshExampleGLWidget.cpp:6
Definition: SimpleQTViewerGLWidget.h:24
Definition: MeshExampleEngine.h:35
Definition: MeshExampleComposition.h:14
void drawUI()
Definition: MeshExampleGLWidget.cpp:58
Definition: MeshExampleGLWidget.h:20
Definition: InputControl.h:16
void initialize()
Definition: MeshExampleGLWidget.cpp:16