

Public Member Functions | |
| AlarmTree () | |
| DefaultMutableTreeNode | add (Alarm al, DefaultMutableTreeNode parent) |
| void | clear (Alarm al) |
Private Attributes | |
| DefaultMutableTreeNode | rootNode = new DefaultMutableTreeNode() |
| AlarmTreeModel | model |
The tree of reduced alarms
| alma::acsplugins::alarmsystem::gui::tree::AlarmTree::AlarmTree | ( | ) | [inline] |
| DefaultMutableTreeNode alma::acsplugins::alarmsystem::gui::tree::AlarmTree::add | ( | Alarm | al, | |
| DefaultMutableTreeNode | parent | |||
| ) | [inline] |
Add a child to the parent. The content of the child is given by the passed alarm.
| al | The alarm to set as content | |
| parent | The parent |
References alma::acsplugins::alarmsystem::gui::tree::AlarmTreeModel::addChild(), and model.
Referenced by alma::acsplugins::alarmsystem::gui::reduced::ReducedChainDlg::getAlarmChain().
| void alma::acsplugins::alarmsystem::gui::tree::AlarmTree::clear | ( | Alarm | al | ) | [inline] |
Clear the tree setting the passed alarm as root
| al | The alarm to set as root |
References alma::acsplugins::alarmsystem::gui::tree::AlarmTreeModel::clearTree(), and model.
Referenced by alma::acsplugins::alarmsystem::gui::reduced::ReducedChainDlg::refreshContent().
The model of the tree
Referenced by add(), AlarmTree(), and clear().
DefaultMutableTreeNode alma::acsplugins::alarmsystem::gui::tree::AlarmTree::rootNode = new DefaultMutableTreeNode() [private] |
The root node
Referenced by AlarmTree().
1.6.2