Property | Type | Description | |
---|---|---|---|
m_hasChildren | bool | ||
m_isBrowsable | bool | ||
m_name | string | ||
m_objectHandle | uint | ||
m_parentHandle | uint |
Property | Type | Description | |
---|---|---|---|
TriggerAddedToAddressSpace | bool | ||
TriggerRemovedFromAddressSpace | bool |
Method | Description | |
---|---|---|
AddChild ( |
Implements the AddChild Interface. Must be overriden in the children classes
|
|
GetChildren ( ) : ArrayList |
GetChildren interface. Derived classes must implement this method.
|
|
GetParent ( ) : |
GetParent intrface. Derived classes must implement this method.
|
|
RemoveChild ( |
Implements the RemoveChild Interface. Must be overriden in the children classes
|
Method | Description | |
---|---|---|
AddressSpaceElement ( ) : System |
Default constructor
|
|
AddressSpaceElement ( string aName, uint anUserData, uint anObjectHandle, uint aParentHandle ) : System |
Proteced constructor used for string based address element creation. This constructor is only allowed to be called from within the server's Creator instance.
|
Method | Description | |
---|---|---|
TriggerAddedToAddressSpace ( ) : bool |
triggers the event
|
|
TriggerRemovedFromAddressSpace ( ) : bool |
triggers the event
|
public AddChild ( |
||
aChild | an address space element to be added as child | |
return | bool |
protected AddressSpaceElement ( string aName, uint anUserData, uint anObjectHandle, uint aParentHandle ) : System | ||
aName | string | the name of the element |
anUserData | uint | application's ID of the element. If 0, this is automatically generated |
anObjectHandle | uint | Toolkit internal identifier of the element |
aParentHandle | uint | Toolkit internal identifier of the element's parent |
return | System |
public abstract GetParent ( ) : |
||
return |
public RemoveChild ( |
||
aChild | an address space element to be added as child | |
return | bool |