7 # define GUI_EXPORT __declspec(dllexport)
9 # define GUI_EXPORT __declspec(dllimport)
14 using namespace vrecko;
61 bool initialize(XERCES_CPP_NAMESPACE_QUALIFIER
DOMNode *parametersNode);
74 bool initialize(
string name,
string receiver,
string label,
string tooltip,
string group, osg::Vec3 position = osg::Vec3() );
77 bool processAction(
const int sensorNumber,
const GUI_ACTION action,
const bool pressed);
81 void pointed(
bool pointed);
95 void setPartColour(
string partName, osg::Vec4 newColour);
119 bool createModels(
string basicModelString,
string hullModelString );
122 bool postInitialize(
string name,
string receiver,
string label,
string tooltip,
string group, osg::Vec3 position );
126 void switchVisuals();