ARGoS  3
A parallel, multi-engine simulator for swarm robotics
plugins/simulator/visualizations/qt-opengl/qtopengl_widget.h File Reference
#include <argos3/plugins/simulator/visualizations/qt-opengl/qtopengl_camera.h>
#include <argos3/core/simulator/entity/entity.h>
#include <argos3/core/utility/datatypes/datatypes.h>
#include <QGLWidget>
#include <GL/glu.h>
+ Include dependency graph for qtopengl_widget.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  argos::CQTOpenGLOperationDrawNormal
class  argos::CQTOpenGLOperationDrawSelected
class  argos::CQTOpenGLWidget
struct  argos::CQTOpenGLWidget::SFrameGrabData
struct  argos::CQTOpenGLWidget::SSelectionInfo

Namespaces

namespace  argos
 

The namespace containing all the ARGoS related code.


Defines

#define REGISTER_QTOPENGL_ENTITY_OPERATION(ACTION, OPERATION, ENTITY)   REGISTER_ENTITY_OPERATION(ACTION, CQTOpenGLWidget, OPERATION, void, ENTITY);

Define Documentation

#define REGISTER_QTOPENGL_ENTITY_OPERATION (   ACTION,
  OPERATION,
  ENTITY 
)    REGISTER_ENTITY_OPERATION(ACTION, CQTOpenGLWidget, OPERATION, void, ENTITY);

Definition at line 52 of file qtopengl_widget.h.