6 class TreeView : public QTreeView
10 TreeView(QWidget *aParent = NULL);
13 void mouseReleaseEvent(QMouseEvent *aEvent);
14 bool testForControlClicked(const QModelIndex &aIndex, const QPoint &aPoint);
16 void handleItemClicked(const QModelIndex &index);
18 void requestForMap(const QModelIndex &aIndex);
21 #endif /* TREEVIEW_H */