Changeset e662750 for src/mvc/eventmodel.h
- Timestamp:
- 01/21/10 10:49:41 (13 years ago)
- Branches:
- master, qt5
- Children:
- 72cd3af
- Parents:
- 842f5f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/eventmodel.h
r842f5f9 re662750 20 20 void loadFavEvents(const QDate &aDate, int aConferenceId); // loads Favourite events from the DB 21 21 void loadEventsByTrack(const QDate &aDate, int aConferenceId); // loads Events grouped by Track from the DB 22 void loadSearchResultEvents(const QDate &aDate, int aConferenceId); 22 23 // a method to force 'EventModel' emit signal 'dataChanged()' 23 24 // a 'view', eg. 'TreeView' listens for this signal and redraws changed items(indexes)
Note: See TracChangeset
for help on using the changeset viewer.