5 #include "ui_tabcontainer.h"
7 class TabContainer : public QWidget, Ui::TabContainer
12 // type of the container
13 // specifies the type of the data that treeView holds
16 EContainerTypeNone = 0,
25 TabContainer(QWidget *aParent = NULL);
27 void setType(TabContainer::Type aType);
30 void eventHasChanged(int aEventId);
33 void updateTreeViewModel(int aEventId);
34 void setDates(const QDate &aStart, const QDate &aEnd);
37 void updateTreeView(const QDate &aDate);
38 void timerUpdateTreeView();
39 void itemClicked(const QModelIndex &aIndex);
40 void displayMap(const QModelIndex &aIndex);
41 void displayWarning(const QModelIndex &aIndex);
44 TabContainer::Type mType;
47 #endif /* TABCONTAINER_H */