Changeset 7620de0 in confclerk_git for src/mvc/event.h
- Timestamp:
- 01/25/10 13:52:01 (13 years ago)
- Branches:
- master, qt5
- Children:
- c7b58d4
- Parents:
- 7b70507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
r7b70507 r7620de0 27 27 static QList<Event> nowEvents(int conferenceId, QString orderBy); // get events scheduled NOW 28 28 static QList<Event> getByTrack(int id); 29 static QList<Event> getByDateAndRoom(const QDate& date, int conferenceId); 29 30 public: 30 31 int id() const { return value("id").toInt(); } … … 45 46 // records from other tables associated with 'id' 46 47 QString room() const; 48 int roomId() const; 47 49 QStringList persons() const; 48 50
Note: See TracChangeset
for help on using the changeset viewer.