|
|
@ -340,7 +340,7 @@ class LIBKCAL_EXPORT CalendarResources :
|
|
|
|
@deprecated use
|
|
|
|
@deprecated use
|
|
|
|
addIncidence(Incidence *,ResourceCalendar *,const TQString &) instead.
|
|
|
|
addIncidence(Incidence *,ResourceCalendar *,const TQString &) instead.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_DEPRECATED bool addIncidence( Incidence *incidence, ResourceCalendar *resource );
|
|
|
|
TDE_DEPRECATED bool addIncidence( Incidence *incidence, ResourceCalendar *resource );
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
Insert an Incidence into a Calendar Resource.
|
|
|
|
Insert an Incidence into a Calendar Resource.
|
|
|
@ -362,7 +362,7 @@ class LIBKCAL_EXPORT CalendarResources :
|
|
|
|
@return false if the resource could not be computed or if a ticket
|
|
|
|
@return false if the resource could not be computed or if a ticket
|
|
|
|
request fails; true otherwise.
|
|
|
|
request fails; true otherwise.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_DEPRECATED bool beginChange( Incidence *incidence );
|
|
|
|
TDE_DEPRECATED bool beginChange( Incidence *incidence );
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
Flag that a change to a Calendar Incidence is starting.
|
|
|
|
Flag that a change to a Calendar Incidence is starting.
|
|
|
@ -385,7 +385,7 @@ class LIBKCAL_EXPORT CalendarResources :
|
|
|
|
@return false if the resource could not be computed or if a ticket
|
|
|
|
@return false if the resource could not be computed or if a ticket
|
|
|
|
save fails; true otherwise.
|
|
|
|
save fails; true otherwise.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_DEPRECATED bool endChange( Incidence *incidence );
|
|
|
|
TDE_DEPRECATED bool endChange( Incidence *incidence );
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
Flag that a change to a Calendar Incidence has completed.
|
|
|
|
Flag that a change to a Calendar Incidence has completed.
|
|
|
@ -427,7 +427,7 @@ class LIBKCAL_EXPORT CalendarResources :
|
|
|
|
@deprecated use
|
|
|
|
@deprecated use
|
|
|
|
addIncidence(Incidence *,ResourceCalendar *,const TQString&) instead.
|
|
|
|
addIncidence(Incidence *,ResourceCalendar *,const TQString&) instead.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_DEPRECATED bool addEvent( Event *event, ResourceCalendar *resource );
|
|
|
|
TDE_DEPRECATED bool addEvent( Event *event, ResourceCalendar *resource );
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
Insert an Event into a Calendar Resource.
|
|
|
|
Insert an Event into a Calendar Resource.
|
|
|
@ -544,7 +544,7 @@ class LIBKCAL_EXPORT CalendarResources :
|
|
|
|
@deprecated use
|
|
|
|
@deprecated use
|
|
|
|
addIncidence(Incidence *,ResourceCalendar *,const TQString &) instead.
|
|
|
|
addIncidence(Incidence *,ResourceCalendar *,const TQString &) instead.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_DEPRECATED bool addTodo( Todo *todo, ResourceCalendar *resource );
|
|
|
|
TDE_DEPRECATED bool addTodo( Todo *todo, ResourceCalendar *resource );
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
Insert an Todo into a Calendar Resource.
|
|
|
|
Insert an Todo into a Calendar Resource.
|
|
|
@ -629,7 +629,7 @@ class LIBKCAL_EXPORT CalendarResources :
|
|
|
|
@deprecated use
|
|
|
|
@deprecated use
|
|
|
|
addIncidence(Incidence *,ResourceCalendar *,const TQString &) instead.
|
|
|
|
addIncidence(Incidence *,ResourceCalendar *,const TQString &) instead.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_DEPRECATED bool addJournal( Journal *journal, ResourceCalendar *resource );
|
|
|
|
TDE_DEPRECATED bool addJournal( Journal *journal, ResourceCalendar *resource );
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
Insert a Journal into a Calendar Resource.
|
|
|
|
Insert a Journal into a Calendar Resource.
|
|
|
|