Changeset c718a77 for src/mvc/eventmodel.h
- Timestamp:
- 01/21/10 23:03:07 (13 years ago)
- Branches:
- master, qt5
- Children:
- d336730
- Parents:
- 1735f55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/eventmodel.h
r1735f55 rc718a77 21 21 void loadEventsByTrack(const QDate &aDate, int aConferenceId); // loads Events grouped by Track from the DB 22 22 int loadSearchResultEvents(const QDate &aDate, int aConferenceId); 23 // a method to force 'EventModel' emit signal 'dataChanged()'24 // a 'view', eg. 'TreeView' listens for this signal and redraws changed items(indexes)25 void emitDataChangedSignal(const QModelIndex &aTopLeft, const QModelIndex &aBottomRight);26 23 27 24 private: … … 46 43 void clearModel(); 47 44 45 public slots: 46 void updateModel(int aEventId); 47 48 48 private: 49 49 QList<Event> mEvents;
Note: See TracChangeset
for help on using the changeset viewer.