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