comparisonvisitor.h
This class provides information about free/busy time of a calendar user.
Definition: freebusy.h:40
bool compare(IncidenceBase *incidence, const IncidenceBase *reference)
Compares the incidence referenced by incidence to the incidence referenced by reference.
Definition: comparisonvisitor.cpp:46
Definition: alarm.h:38
virtual bool visit(Event *event)
Compares the event referenced by event to the incidence passed to compare().
Definition: comparisonvisitor.cpp:57
This class provides the interface for a visitor of calendar components.
Definition: incidencebase.h:54
Helper for type correct comparison of incidences via pointers.
Definition: comparisonvisitor.h:50
This class provides the base class common to all calendar components.
Definition: incidencebase.h:45