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 setAllExpanded(bool aExpanded); // (aExpanded==true) => expanded; (aExpanded==false) => collapsed
18 void handleItemClicked(const QModelIndex &index);
20 void requestForMap(const QModelIndex &aIndex);
21 void requestForWarning(const QModelIndex &aIndex);
22 void eventHasChanged(int aEventId); // emited when user changes some event details, eg. sets it Favourite
25 #endif /* TREEVIEW_H */