$search
#include <playground.h>

Public Member Functions | |
| World * | getWorld () |
| PlaygroundViewer (World *world) | |
| virtual | ~PlaygroundViewer () |
Public Attributes | |
| unsigned | energyPool |
| QFont | font |
| std::valarray< uint8 > | lastMessageData |
| uint16 | lastMessageSource |
| Dashel::Stream * | stream |
Protected Member Functions | |
| virtual void | connectionClosed (Dashel::Stream *stream, bool abnormal) |
| virtual void | connectionCreated (Dashel::Stream *stream) |
| virtual void | incomingData (Dashel::Stream *stream) |
| virtual void | renderObjectsTypesHook () |
| virtual void | sceneCompletedHook () |
| virtual void | timerEvent (QTimerEvent *event) |
Definition at line 43 of file playground.h.
| Enki::PlaygroundViewer::PlaygroundViewer | ( | World * | world | ) |
Definition at line 527 of file playground.cpp.
| Enki::PlaygroundViewer::~PlaygroundViewer | ( | ) | [virtual] |
Definition at line 573 of file playground.cpp.
| void Enki::PlaygroundViewer::connectionClosed | ( | Dashel::Stream * | stream, | |
| bool | abnormal | |||
| ) | [protected, virtual] |
Reimplemented from Dashel::Hub.
Definition at line 658 of file playground.cpp.
| void Enki::PlaygroundViewer::connectionCreated | ( | Dashel::Stream * | stream | ) | [protected, virtual] |
Reimplemented from Dashel::Hub.
Definition at line 616 of file playground.cpp.
| World* Enki::PlaygroundViewer::getWorld | ( | ) | [inline] |
Definition at line 59 of file playground.h.
| void Enki::PlaygroundViewer::incomingData | ( | Dashel::Stream * | stream | ) | [protected, virtual] |
Reimplemented from Dashel::Hub.
Definition at line 631 of file playground.cpp.
| void Enki::PlaygroundViewer::renderObjectsTypesHook | ( | ) | [protected, virtual] |
Definition at line 582 of file playground.cpp.
| void Enki::PlaygroundViewer::sceneCompletedHook | ( | ) | [protected, virtual] |
Definition at line 587 of file playground.cpp.
| void Enki::PlaygroundViewer::timerEvent | ( | QTimerEvent * | event | ) | [protected, virtual] |
Definition at line 677 of file playground.cpp.
| unsigned Enki::PlaygroundViewer::energyPool |
Definition at line 51 of file playground.h.
Definition at line 50 of file playground.h.
| std::valarray<uint8> Enki::PlaygroundViewer::lastMessageData |
Definition at line 49 of file playground.h.
Definition at line 48 of file playground.h.
Definition at line 47 of file playground.h.