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 <QOpenGLWidget>
#include <QOpenGLFunctions>
#include <QOpenGLTexture>
#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
 Data regarding frame grabbing. More...
 
struct  argos::CQTOpenGLWidget::SSelectionInfo
 Data arelated to robot selection. More...
 

Namespaces

 argos
 The namespace containing all the ARGoS related code.
 

Macros

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

Macro Definition Documentation

◆ REGISTER_QTOPENGL_ENTITY_OPERATION

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

Definition at line 50 of file qtopengl_widget.h.