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

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 Documentation

#define REGISTER_QTOPENGL_USER_FUNCTIONS (   CLASSNAME,
  LABEL 
)
Value:
REGISTER_SYMBOL(CQTOpenGLUserFunctions,                  \
                   CLASSNAME,                               \
                   LABEL,                                   \
                   "undefined",                             \
                   "undefined",                             \
                   "undefined",                             \
                   "undefined",                             \
                   "undefined")

Definition at line 340 of file qtopengl_user_functions.h.