Changeset 4693fa6 for src/mvc/eventmodel.h
- Timestamp:
- 01/20/10 22:02:30 (12 years ago)
- Branches:
- master, qt5
- Children:
- 8fe9bd2
- Parents:
- 926f106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/eventmodel.h
r926f106 r4693fa6 19 19 void loadEvents(const QDate &aDate, int aConferenceId); // loads Events from the DB 20 20 void loadFavEvents(const QDate &aDate, int aConferenceId); // loads Favourite events from the DB 21 void loadEventsBy Activities(const QDate &aDate, int aConferenceId); // loads Events grouped by Activitiesfrom the DB21 void loadEventsByTrack(const QDate &aDate, int aConferenceId); // loads Events grouped by Track from the DB 22 22 // a method to force 'EventModel' emit signal 'dataChanged()' 23 23 // a 'view', eg. 'TreeView' listens for this signal and redraws changed items(indexes) … … 42 42 private: 43 43 void createTimeGroups(); 44 void create ActivityGroups();44 void createTrackGroups(); 45 45 void clearModel(); 46 46
Note: See TracChangeset
for help on using the changeset viewer.