#include <playground.h>
Public Slots | |
void | openLoadFileDialog () |
Public Member Functions | |
Playground (QWidget *parent=0) | |
Public Attributes | |
MockDisplayFactory * | factory_ |
PropertyTreeModel * | model_ |
DisplayGroup * | root_ |
VisualizationManager * | vis_man_ |
Definition at line 39 of file playground.h.
Playground::Playground | ( | QWidget * | parent = 0 | ) |
Definition at line 72 of file playground.cpp.
void Playground::openLoadFileDialog | ( | ) | [slot] |
Definition at line 179 of file playground.cpp.
MockDisplayFactory* Playground::factory_ |
Definition at line 47 of file playground.h.
PropertyTreeModel* Playground::model_ |
Definition at line 46 of file playground.h.
DisplayGroup* Playground::root_ |
Definition at line 45 of file playground.h.
VisualizationManager* Playground::vis_man_ |
Definition at line 48 of file playground.h.