assignmentvisitor.h
Helper for type correct assignment of incidences via pointers.
Definition assignmentvisitor.h:51
bool assign(IncidenceBase *target, const IncidenceBase *source)
Assigns the incidence referenced by source to the incidence referenced by target, first ensuring that...
Definition assignmentvisitor.cpp:49
virtual bool visit(Event *event)
Tries to assign to the given event, using the source passed to assign().
Definition assignmentvisitor.cpp:63
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