1 #ifndef CONFIGURATIONWIDGET_H
2 #define CONFIGURATIONWIDGET_H
9 #include <osgViewer/CompositeViewer>
10 #include <osgViewer/ViewerEventHandlers>
12 #include "NodeManager.h"
13 #include "TactorNode.h"
22 void addNode(
Node *node);
24 virtual void paintEvent(QPaintEvent* event)
34 QMap<osg::Drawable*, Node*> drawableNodeMap;
35 QMap<osgText::Text*, QString> drawableLabelMap;
40 void pick(
int x,
int y);
45 const double DESIRED_HEIGHT = 33.0;
53 void addTactor(
int id, osg::Vec3d point);
54 void patternAdd(QString
id);
55 void patternDelete(QString
id);
56 void sendTextToLog(QString text);
60 #endif // CONFIGURATIONWIDGET_H
Definition: NodeManager.h:9