int rowCount ( const QModelIndex & parent = QModelIndex() ) const;
void loadEvents(const QDate &aDate, int aConferenceId); // loads Events from the DB
void loadFavEvents(const QDate &aDate, int aConferenceId); // loads Favourite events from the DB
- void loadEventsByActivities(const QDate &aDate, int aConferenceId); // loads Events grouped by Activities from the DB
+ void loadEventsByTrack(const QDate &aDate, int aConferenceId); // loads Events grouped by Track from the DB
// a method to force 'EventModel' emit signal 'dataChanged()'
// a 'view', eg. 'TreeView' listens for this signal and redraws changed items(indexes)
void emitDataChangedSignal(const QModelIndex &aTopLeft, const QModelIndex &aBottomRight);
private:
void createTimeGroups();
- void createActivityGroups();
+ void createTrackGroups();
void clearModel();
private: