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