ARGoS
3
A parallel, multi-engine simulator for swarm robotics
qtopengl_application.h
Go to the documentation of this file.
1
7
#ifndef QTOPENGL_APPLICATION_H
8
#define QTOPENGL_APPLICATION_H
9
10
namespace
argos
{
11
class
CQTOpenGLApplication;
12
}
13
14
#include <QtWidgets/QApplication>
15
16
namespace
argos
{
17
18
class
CQTOpenGLApplication
:
public
QApplication {
19
20
Q_OBJECT
21
22
public
:
23
24
CQTOpenGLApplication
(
int
& n_option_num,
25
char
** ppc_options) :
26
QApplication(n_option_num,
27
ppc_options) {}
28
29
virtual
~CQTOpenGLApplication
() {}
30
31
virtual
bool
notify
(QObject* pc_receiver,
32
QEvent* pc_event);
33
34
};
35
36
}
37
38
#endif
argos::CQTOpenGLApplication::~CQTOpenGLApplication
virtual ~CQTOpenGLApplication()
Definition:
qtopengl_application.h:29
argos
The namespace containing all the ARGoS related code.
Definition:
ci_actuator.h:12
argos::CQTOpenGLApplication::CQTOpenGLApplication
CQTOpenGLApplication(int &n_option_num, char **ppc_options)
Definition:
qtopengl_application.h:24
argos::CQTOpenGLApplication
Definition:
qtopengl_application.h:18
argos::CQTOpenGLApplication::notify
virtual bool notify(QObject *pc_receiver, QEvent *pc_event)
Definition:
qtopengl_application.cpp:18
plugins
simulator
visualizations
qt-opengl
qtopengl_application.h
Generated on Wed Aug 4 2021 00:15:55 for ARGoS by
1.8.17