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

#include <Plugin-VSI/parser/function.hh>

Public Member Functions

 Function (Element *_element, QString _name)
 Constructor.
 
 ~Function ()
 Destructor.
 
Elementelement () const
 Element that this function belongs to.
 
QString name () const
 Name.
 
const QString & shortDescription () const
 Short description.
 
const QString & longDescription () const
 Long description.
 
Elementstart () const
 Start element of this function.
 
Elementend () const
 End element of this function (can be NULL)
 

Private Attributes

Elementelement_
 
QString name_
 
QString shortDesc_
 
QString longDesc_
 
Elementstart_
 
Elementend_
 

Friends

class Context
 

Detailed Description

Class that represents a function in the visual script interface A function represents a editable script sub element that will be executed by its element (ex. loop/condition contents)

Definition at line 73 of file function.hh.


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