#include <challenge.h>
Public Slots | |
void | addNewRobot () |
void | autoCameraStateChanged (bool state) |
void | removeRobot () |
Public Member Functions | |
ChallengeViewer (World *world, int ePuckCount) | |
Protected Member Functions | |
virtual void | displayObjectHook (PhysicalObject *object) |
void | drawQuad2D (double x, double y, double w, double ar) |
virtual void | initializeGL () |
virtual void | keyPressEvent (QKeyEvent *event) |
virtual void | keyReleaseEvent (QKeyEvent *event) |
virtual void | renderObjectsTypesHook () |
virtual void | sceneCompletedHook () |
virtual void | timerEvent (QTimerEvent *event) |
Protected Attributes | |
bool | autoCamera |
QFont | entryFont |
int | ePuckCount |
QFont | labelFont |
bool | savingVideo |
QFont | titleFont |
Definition at line 42 of file challenge.h.
Enki::ChallengeViewer::ChallengeViewer | ( | World * | world, |
int | ePuckCount | ||
) |
Definition at line 563 of file challenge.cpp.
void Enki::ChallengeViewer::addNewRobot | ( | ) | [slot] |
Definition at line 584 of file challenge.cpp.
void Enki::ChallengeViewer::autoCameraStateChanged | ( | bool | state | ) | [slot] |
Definition at line 618 of file challenge.cpp.
void Enki::ChallengeViewer::displayObjectHook | ( | PhysicalObject * | object | ) | [protected, virtual] |
Definition at line 703 of file challenge.cpp.
void Enki::ChallengeViewer::drawQuad2D | ( | double | x, |
double | y, | ||
double | w, | ||
double | ar | ||
) | [protected] |
Definition at line 675 of file challenge.cpp.
void Enki::ChallengeViewer::initializeGL | ( | ) | [protected, virtual] |
Definition at line 691 of file challenge.cpp.
void Enki::ChallengeViewer::keyPressEvent | ( | QKeyEvent * | event | ) | [protected, virtual] |
Definition at line 659 of file challenge.cpp.
void Enki::ChallengeViewer::keyReleaseEvent | ( | QKeyEvent * | event | ) | [protected, virtual] |
Definition at line 667 of file challenge.cpp.
void Enki::ChallengeViewer::removeRobot | ( | ) | [slot] |
Definition at line 599 of file challenge.cpp.
void Enki::ChallengeViewer::renderObjectsTypesHook | ( | ) | [protected, virtual] |
Definition at line 696 of file challenge.cpp.
void Enki::ChallengeViewer::sceneCompletedHook | ( | ) | [protected, virtual] |
Definition at line 722 of file challenge.cpp.
void Enki::ChallengeViewer::timerEvent | ( | QTimerEvent * | event | ) | [protected, virtual] |
Definition at line 623 of file challenge.cpp.
bool Enki::ChallengeViewer::autoCamera [protected] |
Definition at line 50 of file challenge.h.
QFont Enki::ChallengeViewer::entryFont [protected] |
Definition at line 53 of file challenge.h.
int Enki::ChallengeViewer::ePuckCount [protected] |
Definition at line 48 of file challenge.h.
QFont Enki::ChallengeViewer::labelFont [protected] |
Definition at line 54 of file challenge.h.
bool Enki::ChallengeViewer::savingVideo [protected] |
Definition at line 47 of file challenge.h.
QFont Enki::ChallengeViewer::titleFont [protected] |
Definition at line 52 of file challenge.h.