|
Returns the geometry of a given module in a given user interface.
|
|
Returns current status of the Device Editor & Navigator. Currently this comprises: -whether a local or a remote system is selected -whether edit is possible Also the global variable (g_fwDEN_selectedSystem) with the current selected system is updated.
|
|
|
|
This function will display the device panel for the current context in the device area of the Editor/Navigator.
|
|
Displays the panel associated with the selected device in the current hierarchy.
|
|
|
|
This function expands the selected node with the children devices.
|
|
This function has to be called at initialization of the Device Editor & Navigator It will set a dpConnect so that it is possible to execute the callback commands
|
|
This function initializes the tree with the first level of the hierarchy of devices
|
|
This function initializes the tree with the first level of the hierarchy of devices
|
|
This function initializes the tree with the first level of the hierarchy of devices
|
|
This function initializes the tree with the first level of the hierarchy of devices
|
|
Modification History:
|
|
Function to paste a device (pastedDevice) and its children as child of another device (destDevice) in the logical hierarchy
|
|
This function is used to refresh the root node of the hierarchy at initialization or when the user clicks on it.
|
|
This function is called when the user right clicks in one of the devices in the TreeView. It allows the user to perform the following operations: -expand a node -copy a reference to the selected device -paste a reference to the device in the clipboard from the selected device -remove a reference to the selected device from the current context
|
|
This function is called when the user right clicks in one of the devices in the TreeView. It allows the user to perform the following operations: -expand a node -copy a reference to the selected device -paste a reference to the device in the clipboard from the selected device -remove a reference to the selected device from the current context
|
|
This function is called when the user right clicks in one of the devices in the TreeView.
|
|
This function will display in the device area of the Editor/Navigator the information corresponding to the selected device in the hierarchy. This includes: the device name, the device label, the parent label, the device panel for the current context and the list of panels for the current mode (Editor or Navigator).
|
|
Set the running mode of the Device Editor & Navigator.
|
|
Function used to test the expand event in a DEM tree
|
|
Function used to test the select event in a DEM tree
|