44 #ifndef VSI_ELEMENTFUNCTION_HH 45 #define VSI_ELEMENTFUNCTION_HH 50 #include <QDomDocument> 51 #include <QDomElement> 88 void saveToXml (QDomDocument &_doc, QDomElement &_root);
SceneElement * element()
The scene element of this function element.
GraphicsScene * scene()
Scene.
void saveToXml(QDomDocument &_doc, QDomElement &_root)
Save to xml.
~ElementFunction()
Destructor.
void loadFromXml(QXmlQuery &_xml)
Load from xml.
ElementFunction(Function *_f, SceneElement *_element)
Constructor.