Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00882.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a00882.php on line 2
The ARGoS Website

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

#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.