Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00880.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/a00880.php on line 2
The ARGoS Website

qtopengl_user_functions.h File Reference
#include <argos3/core/utility/configuration/base_configurable_resource.h>
#include <argos3/plugins/simulator/visualizations/qt-opengl/qtopengl_main_window.h>
#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. More...
 
class  argos::CQTOpenGLUserFunctions::CFunctionHolderImpl< USER_IMPL, ENTITY >
 The actual function holder. More...
 

Namespaces

 argos
 The namespace containing all the ARGoS related code.
 

Macros

#define REGISTER_QTOPENGL_USER_FUNCTIONS(CLASSNAME, LABEL)
 

Macro Definition Documentation

#define REGISTER_QTOPENGL_USER_FUNCTIONS (   CLASSNAME,
  LABEL 
)
Value:
REGISTER_SYMBOL(CQTOpenGLUserFunctions, \
CLASSNAME, \
LABEL, \
"undefined", \
"undefined", \
"undefined", \
"undefined", \
"undefined")
#define REGISTER_SYMBOL(BASECLASS,CLASSNAME,LABEL,AUTHOR,VERSION,BRIEF_DESCRIPTION,LONG_DESCRIPTION,STATUS)
Macro to register a symbol into the factory.
Definition: factory.h:149

Definition at line 478 of file qtopengl_user_functions.h.