Developer Documentation
|
#include <Plugin-VSI/scene/elementFunction.hh>
Public Slots | |
void | editFunction () |
Public Member Functions | |
ElementFunction (Function *_f, SceneElement *_element) | |
Constructor. | |
~ElementFunction () | |
Destructor. | |
SceneElement * | element () |
The scene element of this function element. | |
Function * | function () |
Function class. | |
GraphicsScene * | scene () |
Scene. | |
void | saveToXml (QDomDocument &_doc, QDomElement &_root) |
Save to xml. | |
void | loadFromXml (QXmlQuery &_xml) |
Load from xml. | |
Private Attributes | |
SceneElement * | element_ |
Function * | function_ |
GraphicsScene * | scene_ |
Class that represents a function of an element. It holds the VSI::GraphicsScene to edit the function
Definition at line 72 of file elementFunction.hh.