Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
VSI::ElementFunction Class Reference

#include <Plugin-VSI/scene/elementFunction.hh>

Inheritance diagram for VSI::ElementFunction:

Public Slots

void editFunction ()
 

Public Member Functions

 ElementFunction (Function *_f, SceneElement *_element)
 Constructor.
 
 ~ElementFunction ()
 Destructor.
 
SceneElementelement ()
 The scene element of this function element.
 
Functionfunction ()
 Function class.
 
GraphicsScenescene ()
 Scene.
 
void saveToXml (QDomDocument &_doc, QDomElement &_root)
 Save to xml.
 
void loadFromXml (QXmlQuery &_xml)
 Load from xml.
 

Private Attributes

SceneElementelement_
 
Functionfunction_
 
GraphicsScenescene_
 

Detailed Description

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.


The documentation for this class was generated from the following files: