|
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 | loadElementFunctionFromXml (QDomElement &_domElement) |
| 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 66 of file elementFunction.hh.
| VSI::ElementFunction::ElementFunction | ( | Function * | _f, |
| SceneElement * | _element | ||
| ) |
Constructor.
Definition at line 64 of file elementFunction.cc.
| VSI::ElementFunction::~ElementFunction | ( | ) |
Destructor.
Definition at line 76 of file elementFunction.cc.
|
slot |
Definition at line 103 of file elementFunction.cc.
|
inline |
The scene element of this function element.
Definition at line 79 of file elementFunction.hh.
|
inline |
Function class.
Definition at line 82 of file elementFunction.hh.
| void VSI::ElementFunction::loadElementFunctionFromXml | ( | QDomElement & | _domElement | ) |
Load from xml.
Definition at line 95 of file elementFunction.cc.
| void VSI::ElementFunction::saveToXml | ( | QDomDocument & | _doc, |
| QDomElement & | _root | ||
| ) |
Save to xml.
Definition at line 84 of file elementFunction.cc.
|
inline |
Scene.
Definition at line 85 of file elementFunction.hh.
|
private |
Definition at line 100 of file elementFunction.hh.
|
private |
Definition at line 101 of file elementFunction.hh.
|
private |
Definition at line 103 of file elementFunction.hh.