![]() |
Synalyze It!
1.10
|
The OffsetElement class. More...
Public Member Functions | |
setAdditionalOffset (String additionalOffset) | |
Set additional offset. 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 OffsetElement class.
An offset element object represents one file offset item in a structure.
setAdditionalOffset | ( | String | additionalOffset | ) |
Set additional offset.
Set expression which result to be added to parsed offset value
[in] | additionalOffset | String with expression |