ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <qtopengl_main_window.h>
Public Slots | |
void | StopSimulation () |
void | SimulationCanProceed (bool) |
void | SimulationDone () |
void | ResetSimulation () |
void | CameraXMLPopUp () |
QString | GetCameraXMLData () |
void | SwitchCamera (QAction *) |
Signals | |
void | CameraSwitched (int) |
void | SimulationReset () |
Public Member Functions | |
CQTOpenGLMainWindow (TConfigurationNode &t_tree) | |
virtual | ~CQTOpenGLMainWindow () |
CQTOpenGLWidget & | GetOpenGLWidget () |
const QString & | GetIconDir () const |
const QString & | GetTextureDir () const |
Definition at line 36 of file qtopengl_main_window.h.
Definition at line 128 of file qtopengl_main_window.cpp.
argos::CQTOpenGLMainWindow::~CQTOpenGLMainWindow | ( | ) | [virtual] |
Definition at line 165 of file qtopengl_main_window.cpp.
void argos::CQTOpenGLMainWindow::CameraSwitched | ( | int | ) | [signal] |
void argos::CQTOpenGLMainWindow::CameraXMLPopUp | ( | ) | [slot] |
Definition at line 661 of file qtopengl_main_window.cpp.
QString argos::CQTOpenGLMainWindow::GetCameraXMLData | ( | ) | [slot] |
Definition at line 711 of file qtopengl_main_window.cpp.
const QString& argos::CQTOpenGLMainWindow::GetIconDir | ( | ) | const [inline] |
Definition at line 49 of file qtopengl_main_window.h.
CQTOpenGLWidget& argos::CQTOpenGLMainWindow::GetOpenGLWidget | ( | ) | [inline] |
Definition at line 45 of file qtopengl_main_window.h.
const QString& argos::CQTOpenGLMainWindow::GetTextureDir | ( | ) | const [inline] |
Definition at line 53 of file qtopengl_main_window.h.
void argos::CQTOpenGLMainWindow::ResetSimulation | ( | ) | [slot] |
Definition at line 645 of file qtopengl_main_window.cpp.
void argos::CQTOpenGLMainWindow::SimulationCanProceed | ( | bool | b_allowed | ) | [slot] |
Definition at line 612 of file qtopengl_main_window.cpp.
void argos::CQTOpenGLMainWindow::SimulationDone | ( | ) | [slot] |
Definition at line 633 of file qtopengl_main_window.cpp.
void argos::CQTOpenGLMainWindow::SimulationReset | ( | ) | [signal] |
void argos::CQTOpenGLMainWindow::StopSimulation | ( | ) | [slot] |
Definition at line 605 of file qtopengl_main_window.cpp.
void argos::CQTOpenGLMainWindow::SwitchCamera | ( | QAction * | pc_action | ) | [slot] |
Definition at line 835 of file qtopengl_main_window.cpp.