#include <koincidenceeditor.h>
|
|
void | deleteAttendee (Incidence *) |
| |
|
void | editCategories () |
| |
|
void | updateCategoryConfig () |
| |
|
void | dialogClose (Incidence *) |
| |
|
void | editCanceled (Incidence *) |
| |
|
void | deleteIncidenceSignal (Incidence *) |
| |
|
void | signalAddAttachments (const TQStringList &attachments, const TQStringList &mimeTypes=TQStringList(), bool inlineAttachment=false) |
| |
This is the base class for the calendar component editors.
Definition at line 57 of file koincidenceeditor.h.
◆ KOIncidenceEditor()
| KOIncidenceEditor::KOIncidenceEditor |
( |
const TQString & |
caption, |
|
|
Calendar * |
calendar, |
|
|
TQWidget * |
parent |
|
) |
| |
◆ ~KOIncidenceEditor()
| KOIncidenceEditor::~KOIncidenceEditor |
( |
| ) |
|
|
virtual |
◆ addAttachments
| void KOIncidenceEditor::addAttachments |
( |
const TQStringList & |
attachments, |
|
|
const TQStringList & |
mimeTypes = TQStringList(), |
|
|
bool |
inlineAttachment = false |
|
) |
| |
|
slot |
◆ addAttendees
| void KOIncidenceEditor::addAttendees |
( |
const TQStringList & |
attendees | ) |
|
|
slot |
◆ addDesignerTab()
| TQWidget * KOIncidenceEditor::addDesignerTab |
( |
const TQString & |
uifile | ) |
|
|
protected |
◆ cancelRemovedAttendees()
| void KOIncidenceEditor::cancelRemovedAttendees |
( |
Incidence * |
incidence | ) |
|
|
protected |
◆ createEmbeddedURLPages()
| void KOIncidenceEditor::createEmbeddedURLPages |
( |
Incidence * |
i | ) |
|
|
protected |
◆ editIncidence
| virtual void KOIncidenceEditor::editIncidence |
( |
Incidence * |
, |
|
|
const TQDate & |
, |
|
|
Calendar * |
|
|
) |
| |
|
pure virtualslot |
◆ init
| virtual void KOIncidenceEditor::init |
( |
| ) |
|
|
pure virtualslot |
◆ modified()
| virtual void KOIncidenceEditor::modified |
( |
| ) |
|
|
inlinevirtual |
◆ openURL
| void KOIncidenceEditor::openURL |
( |
const KURL & |
url | ) |
|
|
protectedslot |
◆ processCancel()
| virtual void KOIncidenceEditor::processCancel |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ processInput()
| virtual bool KOIncidenceEditor::processInput |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ readDesignerFields()
| void KOIncidenceEditor::readDesignerFields |
( |
Incidence * |
i | ) |
|
|
protected |
◆ saveAsTemplate()
| void KOIncidenceEditor::saveAsTemplate |
( |
Incidence * |
incidence, |
|
|
const TQString & |
name |
|
) |
| |
|
protected |
◆ selectCreateTask()
| void KOIncidenceEditor::selectCreateTask |
( |
bool |
enable | ) |
|
|
virtual |
◆ selectInvitationCounterProposal()
| void KOIncidenceEditor::selectInvitationCounterProposal |
( |
bool |
enable | ) |
|
|
virtual |
◆ setIncidenceChanger
| virtual void KOIncidenceEditor::setIncidenceChanger |
( |
IncidenceChangerBase * |
changer | ) |
|
|
inlinevirtualslot |
◆ setRecurringIncidence()
| void KOIncidenceEditor::setRecurringIncidence |
( |
Incidence * |
originalIncidence, |
|
|
Incidence * |
incAfterDissociation |
|
) |
| |
This should be called when editing only one occurrence of a recurring incidence, before showing the editor.
It gives the editor a pointer to the original incidence, which contains all occurrences and a pointer to the original incidence already dissociated from the event (mEvent).
If the user presses ok/apply the changes made to the incAfterDissociation are commited to the callendar through mChanger.
If the user presses cancel we restore originalIncidence and all dissociations are discarded
Definition at line 410 of file koincidenceeditor.cpp.
◆ setResource()
| void KOIncidenceEditor::setResource |
( |
ResourceCalendar * |
res, |
|
|
const TQString & |
subRes |
|
) |
| |
|
virtual |
◆ setupAttendeesTab()
| void KOIncidenceEditor::setupAttendeesTab |
( |
| ) |
|
|
protected |
◆ setupDesignerTabs()
| void KOIncidenceEditor::setupDesignerTabs |
( |
const TQString & |
type | ) |
|
|
protected |
◆ setupEmbeddedURLPage()
| void KOIncidenceEditor::setupEmbeddedURLPage |
( |
const TQString & |
label, |
|
|
const TQString & |
url, |
|
|
const TQString & |
mimetype |
|
) |
| |
|
protected |
◆ slotApply
| void KOIncidenceEditor::slotApply |
( |
| ) |
|
|
protectedslot |
◆ slotCancel
| void KOIncidenceEditor::slotCancel |
( |
| ) |
|
|
protectedslot |
◆ slotLoadTemplate
| void KOIncidenceEditor::slotLoadTemplate |
( |
const TQString & |
templateName | ) |
|
|
protectedvirtualslot |
◆ slotManageTemplates
| void KOIncidenceEditor::slotManageTemplates |
( |
| ) |
|
|
protectedvirtualslot |
◆ slotOk
| void KOIncidenceEditor::slotOk |
( |
| ) |
|
|
protectedslot |
◆ slotTemplatesChanged
| void KOIncidenceEditor::slotTemplatesChanged |
( |
const TQStringList & |
newTemplates | ) |
|
|
protectedvirtualslot |
◆ type()
| virtual TQString KOIncidenceEditor::type |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ writeDesignerFields()
| void KOIncidenceEditor::writeDesignerFields |
( |
Incidence * |
i | ) |
|
|
protected |
◆ mAttachedDesignerFields
| TQPtrList<TQWidget> KOIncidenceEditor::mAttachedDesignerFields |
|
protected |
◆ mAttendeeEditor
◆ mCalendar
◆ mChanger
| KOrg::IncidenceChangerBase* KOIncidenceEditor::mChanger |
|
protected |
◆ mDesignerFieldForWidget
| TQMap<TQWidget*, KPIM::DesignerFields*> KOIncidenceEditor::mDesignerFieldForWidget |
|
protected |
◆ mDesignerFields
| TQPtrList<KPIM::DesignerFields> KOIncidenceEditor::mDesignerFields |
|
protected |
◆ mDetails
| KOEditorDetails* KOIncidenceEditor::mDetails |
|
protected |
◆ mEmbeddedURLPages
| TQPtrList<TQWidget> KOIncidenceEditor::mEmbeddedURLPages |
|
protected |
◆ mIsCounter
| bool KOIncidenceEditor::mIsCounter |
|
protected |
◆ mIsCreateTask
| bool KOIncidenceEditor::mIsCreateTask |
|
protected |
◆ mRecurIncidence
| Incidence* KOIncidenceEditor::mRecurIncidence |
|
protected |
◆ mRecurIncidenceAfterDissoc
| Incidence* KOIncidenceEditor::mRecurIncidenceAfterDissoc |
|
protected |
◆ mResource
◆ mSubResource
| TQString KOIncidenceEditor::mSubResource |
|
protected |
The documentation for this class was generated from the following files:
|