Synalyze It!  1.10
Public Member Functions | List of all members
StructureElement Class Reference

The StructureElement class. More...

Inheritance diagram for StructureElement:
Element

Public Member Functions

Structure getStructure ()
 Get structure. More...
 
- Public Member Functions inherited from Element
Element Element (ELEMENT_TYPE type, String name, bool setDefaults)
 Constructor. More...
 
String getName ()
 Get name. More...
 
 setName (String name)
 Set name. More...
 
String getDescription ()
 Get description. More...
 
 setDescription (String name)
 Set description. More...
 
 addFixedValue (Value value)
 Add fixed value. More...
 
Structure getEnclosingStructure ()
 Get enclosing structure. More...
 
String getLength ()
 Get length. More...
 
LENGTH_UNIT getLengthUnit ()
 Get length unit. More...
 
 setColorRgb (float red, float green, float blue)
 Set fill color (RGB). More...
 
 setLength (String length, LENGTH_UNIT lengthUnit)
 Set length. More...
 
ELEMENT_TYPE getType ()
 Get type. More...
 
bool mustMatch ()
 Get "must match" flag. More...
 
 setMustMatch (BOOL mustMatch)
 Set "must match" flag. More...
 
Value getMinValue ()
 Get minimum value. More...
 
Value getMaxValue ()
 Get maximum value. More...
 
Element getParent ()
 Get parent. More...
 

Detailed Description

The StructureElement class.

A structure element object represents one structure item inside another structure.

Author
Andreas Pehnack

Member Function Documentation

Structure getStructure ( )

Get structure.

Get structure of element. This is only valid for elements of type ELEMENT_STRUCTURE.

Author
Andreas Pehnack
Date
2012-05-11
Returns
The structure the element refers to.

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