Method |
Description |
|
NotifyControllers ( Lock aLock ) : void |
|
|
Variable ( ) : System |
|
|
allSubVariables ( ) : ArrayList |
Part of the list interface for SubVariables |
|
appendSubVariables ( Lock aLock, Variable el ) : void |
|
|
appendSubVariables ( System coll ) : void |
Part of the list interface for SubVariables |
|
appendSubVariables ( System coll, Lock aLock ) : void |
|
|
appendSubVariables ( Variable el ) : void |
Part of the list interface for SubVariables |
|
copyTo ( Variable other ) : void |
|
|
countSubVariables ( ) : int |
Part of the list interface for SubVariables |
|
deleteSubVariables ( int idx ) : void |
Part of the list interface for SubVariables This deletion function removes an element from the collection in SubVariables |
|
deleteSubVariables ( int idx, Lock aLock ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void |
|
|
find ( Object search ) : bool |
|
|
getDefaultValue ( ) : string |
|
|
getHeight ( ) : int |
|
|
getHidden ( ) : bool |
|
|
getPinned ( ) : bool |
|
|
getSubVariables ( int idx ) : Variable |
Part of the list interface for SubVariables This function returns an element from the collection in SubVariables based on an index. |
|
getTypeName ( ) : string |
|
|
getVariableMode ( ) : acceptor.VariableModeEnumType |
|
|
getVariableMode_AsString ( ) : string |
|
|
getWidth ( ) : int |
|
|
getX ( ) : int |
|
|
getY ( ) : int |
|
|
indexOfSubVariables ( IXmlBBase el ) : int |
Part of the list interface for SubVariables This function returns the index of an element in the collection. |
|
insertSubVariables ( int idx, Variable el ) : void |
Part of the list interface for SubVariables This insertion function inserts a new element in the collection in SubVariables |
|
insertSubVariables ( int idx, Variable el, Lock aLock ) : void |
|
|
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|
parseBody ( XmlBooster.XmlBContext ctxt ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|
removeSubVariables ( IXmlBBase obj ) : void |
Part of the list interface for SubVariables This deletion function removes an element from the collection in SubVariables If the object given in parameter is not found in the the collection, this function does nothing. |
|
removeSubVariables ( IXmlBBase obj, Lock aLock ) : void |
|
|
setAllSubVariables ( Lock aLock, System coll ) : void |
|
|
setAllSubVariables ( System coll ) : void |
Part of the list interface for SubVariables |
|
setDefaultValue ( string v ) : void |
|
|
setHeight ( int v ) : void |
|
|
setHidden ( bool v ) : void |
|
|
setPinned ( bool v ) : void |
|
|
setTypeName ( string v ) : void |
|
|
setVariableMode ( acceptor v ) : void |
|
|
setVariableMode_AsString ( string v ) : bool |
|
|
setWidth ( int v ) : void |
|
|
setX ( int v ) : void |
|
|
setY ( int v ) : void |
|
|
subElements ( ArrayList l ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|
unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|
unParseBody ( TextWriter pw ) : void |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
|