EffectiveEvent Class Reference
The EffectiveEvent class the data for a single occurance of an event. More...Collaboration diagram for EffectiveEvent:

Public Types | |
| enum | Position { MidWay = 0, Start = 1, End = 2, StartEnd = 3 } |
Public Member Functions | |
| EffectiveEvent (const Event &event, const QDate &startDate, Position pos=StartEnd) | |
| EffectiveEvent (const EffectiveEvent &) | |
| EffectiveEvent & | operator= (const EffectiveEvent &) |
| bool | operator< (const EffectiveEvent &e) const |
| bool | operator<= (const EffectiveEvent &e) const |
| bool | operator== (const EffectiveEvent &e) const |
| bool | operator!= (const EffectiveEvent &e) const |
| bool | operator> (const EffectiveEvent &e) const |
| bool | operator>= (const EffectiveEvent &e) const |
| void | setStart (const QTime &start) |
| void | setEnd (const QTime &end) |
| void | setEvent (Event e) |
| void | setDate (const QDate &date) |
| void | setEffectiveDates (const QDate &from, const QDate &to) |
| const QString & | description () const |
| const QString & | location () const |
| const QString & | notes () const |
| const Event & | event () const |
| const QTime & | start () const |
| const QTime & | end () const |
| const QDate & | date () const |
| int | length () const |
| int | size () const |
| QDate | startDate () const |
| QDate | endDate () const |
Detailed Description
The EffectiveEvent class the data for a single occurance of an event.This class describes the event for a single occurance of it. For example if an Event occurs every week, the effective event might represent the third occurance of this Event.
- Warning:
- This class will be phased out in Qtopia 3.x
Definition at line 192 of file event.h.
Member Function Documentation
|
|
Returns the description of the event for this effective event. Definition at line 871 of file event.cpp. References Event::description(). |
|
|
Returns the event associated with this effective event. |
|
|
Returns the date the effective event occurs on. |
The documentation for this class was generated from the following files:
