fwSystemOverview
8.4.1
|
void | fwSysOverviewUi_updateDevStateInTree (shape tree, string deviceDp) |
void | fwSysOverviewUi_populateSysTree (shape tree, string sysDpName, string parentDpName, bool showProj=TRUE) |
int | fwSysOverviewUi_populateHostView (shape tree) |
int | fwSysOverviewUi_populateSysView (shape tree) |
void | fwSysOverviewUi_addColToSysTree (shape tree) |
This library contains functions associated with the JCOP Framework System Overview tool. The functions are for connecting the user interface to the datapoints, updating the data in user interface in various display modes
void fwSysOverviewUi_updateDevStateInTree | ( | shape | tree, |
string | deviceDp | ||
) |
Update the system state in the tree
tree | Tree widget to be updated |
sysDp | System datapoint name |
command | View mode for the tree |
void fwSysOverviewUi_populateSysTree | ( | shape | tree, |
string | sysDpName, | ||
string | parentDpName, | ||
bool | showProj = TRUE |
||
) |
Populate the system and the process tree
tree | Tree widget to be populated |
sysDpName | System datapoint name |
parentDpName | Parent tree node name |
int fwSysOverviewUi_populateHostView | ( | shape | tree | ) |
Populate Host View
tree | Tree widget |
int fwSysOverviewUi_populateSysView | ( | shape | tree | ) |
Populate Hierarchy View
tree | Tree widget |
void fwSysOverviewUi_addColToSysTree | ( | shape | tree | ) |
Add cloumns to hierarchy tree
tree | Tree widget |