7 #ifndef QT_OPENGL_RENDER_H
8 #define QT_OPENGL_RENDER_H
11 class CQTOpenGLRender;
12 class CQTOpenGLApplication;
15 #include <argos3/core/simulator/visualization/visualization.h>
16 #include <argos3/plugins/simulator/visualizations/qt-opengl/qtopengl_main_window.h>
19 #include <argos3/plugins/simulator/visualizations/qt-opengl/qtopengl_lua_main_window.h>
29 m_pcApplication(NULL),
34 , m_pcQTOpenGLLuaMainWindow(NULL),
signed int SInt32
32-bit signed integer.
The namespace containing all the ARGoS related code.
ticpp::Element TConfigurationNode
The ARGoS configuration XML node.
virtual void Init(TConfigurationNode &t_tree)
Initializes the resource.
CQTOpenGLMainWindow & GetMainWindow()
virtual void Reset()
Resets the resource.
virtual void Destroy()
Undoes whatever was done by Init().
virtual ~CQTOpenGLRender()