Changeset 7620de0 for src/mvc/eventmodel.h
- Timestamp:
- 01/25/10 13:52:01 (12 years ago)
- Branches:
- master, qt5
- Children:
- c7b58d4
- Parents:
- 7b70507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/eventmodel.h
r7b70507 r7620de0 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 loadEventsByTrack(const QDate &aDate, int aConferenceId); // loads Events grouped by Trackfrom the DB21 void loadEventsByTrack(const QDate &aDate, int aConferenceId); // loads Events sorted by Track id and Event start from the DB 22 22 int loadSearchResultEvents(const QDate &aDate, int aConferenceId); 23 23 void loadNowEvents(int aConferenceId); // loads Now events from the DB 24 void loadEventsByRoom(const QDate &aDate, int aConferenceId); 24 25 25 26 private: … … 44 45 void createTrackGroupsNew(); 45 46 void clearModel(); 47 void createRoomGroups(); 46 48 47 49 public slots:
Note: See TracChangeset
for help on using the changeset viewer.