incidencebase.cpp
This class represents custom calendar properties.
Definition: customproperties.h:42
void addAttendee(Attendee *attendee, bool doUpdate=true)
Add Attendee to this incidence.
Definition: incidencebase.cpp:266
Attendee * attendeeByMails(const TQStringList &, const TQString &email=TQString()) const
Return first Attendee with one of the given email addresses.
Definition: incidencebase.cpp:315
virtual TDE_DEPRECATED TQString dtStartDateStr(bool shortfmt=true) const
returns an event's starting date as a string formatted according to the users locale settings
Definition: incidencebase.cpp:211
TQDateTime lastModified() const
Return the time the incidence was last modified.
Definition: incidencebase.cpp:159
virtual TDE_DEPRECATED TQString dtStartStr() const
returns an event's starting date and time as a string formatted according to the users locale setting...
Definition: incidencebase.cpp:216
void addComment(const TQString &comment)
Add a comment to this incidence.
Definition: incidencebase.cpp:235
Attendee * attendeeByUid(const TQString &uid) const
Return attendee with given uid.
Definition: incidencebase.cpp:331
Definition: alarm.h:38
TQStringList comments() const
Return all comments associated with this incidence.
Definition: incidencebase.cpp:260
virtual TDE_DEPRECATED TQString dtStartTimeStr() const
returns an event's starting time as a string formatted according to the users locale settings.
Definition: incidencebase.cpp:206
Attendee * attendeeByMail(const TQString &) const
Return the Attendee with this email address.
Definition: incidencebase.cpp:305
virtual void customPropertyUpdated()
Definition: incidencebase.cpp:417
virtual void setDtStart(const TQDateTime &dtStart)
for setting the event's starting date/time with a TQDateTime.
Definition: incidencebase.cpp:194
void setLastModified(const TQDateTime &lm)
Sets the time the incidence was last modified.
Definition: incidencebase.cpp:145
This class represents information related to an attendee of an event.
Definition: attendee.h:36
bool doesFloat() const
Return true or false depending on whether the incidence "floats," i.e.
Definition: incidencebase.cpp:222
bool removeComment(const TQString &comment)
Remove a comment from the event.
Definition: incidencebase.cpp:240
void clearComments()
Delete all comments associated with this incidence.
Definition: incidencebase.cpp:255
virtual TQDateTime dtStart() const
returns an event's starting date/time as a TQDateTime.
Definition: incidencebase.cpp:201
This class provides the base class common to all calendar components.
Definition: incidencebase.h:45
void updated()
Call this to notify the observers after the IncidenceBas object has changed.
Definition: incidencebase.cpp:405