#include <TreeObserver.hxx>
TreeObserver::TreeObserver |
( |
| ) |
|
void TreeObserver::observe |
( |
TreeView * |
treeView | ) |
|
void TreeObserver::processItemList |
( |
QStringList |
itemNameIdList, |
|
|
int |
actionId |
|
) |
| |
|
virtualslot |
This slot should be implemented in a specialized version of TreeObserver to process the signal emitted from the TreeView. The parameters are:
- itemNameIdList: the list of name identifiers of model objects associated to the selected qt items in the TreeView (ids for requesting directly the data model).
- actionId: the identifier of the action selected in the popup menu that triggered this signal.
References LOG.
The documentation for this class was generated from the following files: