![]() |
Synalyze It!
1.10
|
The StructureElement class. More...
Public Member Functions | |
Structure | getStructure () |
Get structure. More... | |
![]() | |
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... | |
The StructureElement class.
A structure element object represents one structure item inside another structure.
Structure getStructure | ( | ) |
Get structure.
Get structure of element. This is only valid for elements of type ELEMENT_STRUCTURE.