ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <argos3/plugins/simulator/visualizations/qt-opengl/qtopengl_widget.h>
#include <argos3/core/utility/datatypes/color.h>
#include <argos3/core/utility/math/quaternion.h>
Go to the source code of this file.
Classes | |
class | argos::CQTOpenGLUserFunctions |
The QTOpenGL user functions. More... | |
class | argos::CQTOpenGLUserFunctions::CFunctionHolder |
The base function holder. | |
class | argos::CQTOpenGLUserFunctions::CFunctionHolderImpl< USER_IMPL, ENTITY > |
The actual function holder. | |
Namespaces | |
namespace | argos |
The namespace containing all the ARGoS related code. | |
Defines | |
#define | REGISTER_QTOPENGL_USER_FUNCTIONS(CLASSNAME, LABEL) |
#define REGISTER_QTOPENGL_USER_FUNCTIONS | ( | CLASSNAME, | |
LABEL | |||
) |
REGISTER_SYMBOL(CQTOpenGLUserFunctions, \ CLASSNAME, \ LABEL, \ "undefined", \ "undefined", \ "undefined", \ "undefined", \ "undefined")
Definition at line 340 of file qtopengl_user_functions.h.