#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>
Go to the source code of this file.
|
| namespace | argos |
| | The namespace containing all the ARGoS related code.
|
| |
◆ REGISTER_QTOPENGL_ENTITY_OPERATION
| #define REGISTER_QTOPENGL_ENTITY_OPERATION |
( |
| ACTION, |
|
|
| OPERATION, |
|
|
| ENTITY ) |
Value:
#define REGISTER_ENTITY_OPERATION(LABEL, PLUGIN, OPERATION, RETURN_VALUE, DERIVED)
Convenience macro to register vtable entity operations.
Definition at line 50 of file qtopengl_widget.h.