korganizer
KOEditorFreeBusy Class Reference
#include <koeditorfreebusy.h>

Detailed Description
Definition at line 48 of file koeditorfreebusy.h.
Public Slots | |
| void | editFreeBusyUrl (KDGanttViewItem *item) |
| void | setDateTimes (const QDateTime &, const QDateTime &) |
| void | slotInsertFreeBusy (KCal::FreeBusy *fb, const QString &email) |
Signals | |
| void | dateTimesChanged (const QDateTime &, const QDateTime &) |
Public Member Functions | |
| void | cancelReload () |
| void | clearAttendees () |
| void | insertAttendee (KCal::Attendee *, bool readFBList=true) |
| KOEditorFreeBusy (int spacing=8, QWidget *parent=0) | |
| void | readIncidence (KCal::Incidence *incidence) |
| void | removeAttendee (KCal::Attendee *) |
| void | setUpdateEnabled (bool enabled) |
| void | triggerReload () |
| bool | updateEnabled () const |
| void | writeIncidence (KCal::Incidence *incidence) |
| virtual | ~KOEditorFreeBusy () |
Protected Slots | |
| void | autoReload () |
| void | listViewClicked (int button, KDGanttViewItem *item) |
| void | manualReload () |
| void | removeAttendee () |
| void | showAttendeeStatusMenu () |
| void | slotCenterOnStart () |
| void | slotIntervalColorRectangleMoved (const QDateTime &start, const QDateTime &end) |
| void | slotPickDate () |
| void | slotScaleChanged (int) |
| void | slotUpdateGanttView (const QDateTime &, const QDateTime &) |
| void | slotZoomToTime () |
Protected Member Functions | |
| void | changeStatusForMe (KCal::Attendee::PartStat status) |
| void | clearSelection () const |
| KCal::Attendee * | currentAttendee () const |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| Q3ListViewItem * | hasExampleAttendee () const |
| void | timerEvent (QTimerEvent *) |
| void | updateCurrentItem () |
Constructor & Destructor Documentation
| KOEditorFreeBusy::KOEditorFreeBusy | ( | int | spacing = 8, |
|
| QWidget * | parent = 0 | |||
| ) | [explicit] |
Definition at line 223 of file koeditorfreebusy.cpp.
| KOEditorFreeBusy::~KOEditorFreeBusy | ( | ) | [virtual] |
Definition at line 371 of file koeditorfreebusy.cpp.
Member Function Documentation
| void KOEditorFreeBusy::autoReload | ( | ) | [protected, slot] |
Definition at line 731 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::cancelReload | ( | ) |
Definition at line 720 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::changeStatusForMe | ( | KCal::Attendee::PartStat | status | ) | [protected, virtual] |
| void KOEditorFreeBusy::clearAttendees | ( | ) |
Definition at line 405 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::clearSelection | ( | ) | const [protected] |
Definition at line 852 of file koeditorfreebusy.cpp.
| KCal::Attendee * KOEditorFreeBusy::currentAttendee | ( | ) | const [protected, virtual] |
| void KOEditorFreeBusy::editFreeBusyUrl | ( | KDGanttViewItem * | item | ) | [slot] |
Definition at line 750 of file koeditorfreebusy.cpp.
| Q3ListViewItem * KOEditorFreeBusy::hasExampleAttendee | ( | ) | const [protected, virtual] |
| void KOEditorFreeBusy::insertAttendee | ( | KCal::Attendee * | , | |
| bool | readFBList = true | |||
| ) | [virtual] |
Implements KOAttendeeEditor.
| void KOEditorFreeBusy::listViewClicked | ( | int | button, | |
| KDGanttViewItem * | item | |||
| ) | [protected, slot] |
Definition at line 907 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::manualReload | ( | ) | [protected, slot] |
Definition at line 725 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::readIncidence | ( | KCal::Incidence * | incidence | ) | [virtual] |
Reimplemented from KOAttendeeEditor.
| void KOEditorFreeBusy::removeAttendee | ( | ) | [protected, slot] |
Definition at line 834 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::removeAttendee | ( | KCal::Attendee * | ) |
Definition at line 446 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::setUpdateEnabled | ( | bool | enabled | ) |
Definition at line 410 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::showAttendeeStatusMenu | ( | ) | [protected, slot] |
Definition at line 877 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::slotCenterOnStart | ( | ) | [protected, slot] |
Definition at line 459 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::slotInsertFreeBusy | ( | KCal::FreeBusy * | fb, | |
| const QString & | ||||
| ) | [slot] |
Definition at line 502 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::slotIntervalColorRectangleMoved | ( | const QDateTime & | start, | |
| const QDateTime & | end | |||
| ) | [protected, slot] |
Definition at line 438 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::slotPickDate | ( | ) | [protected, slot] |
This slot is called when the user clicks the "Pick a date" button.
Definition at line 541 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::slotScaleChanged | ( | int | newScale | ) | [protected, slot] |
Definition at line 451 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::slotUpdateGanttView | ( | const QDateTime & | dtFrom, | |
| const QDateTime & | dtTo | |||
| ) | [protected, slot] |
Centers the Gantt view to the date/time passed in.
Definition at line 524 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::slotZoomToTime | ( | ) | [protected, slot] |
Definition at line 464 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::timerEvent | ( | QTimerEvent * | event | ) | [protected] |
Definition at line 486 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::triggerReload | ( | ) |
Definition at line 715 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::updateCurrentItem | ( | ) | [protected, virtual] |
| bool KOEditorFreeBusy::updateEnabled | ( | ) | const |
Definition at line 415 of file koeditorfreebusy.cpp.
| void KOEditorFreeBusy::writeIncidence | ( | KCal::Incidence * | incidence | ) | [virtual] |
Reimplemented from KOAttendeeEditor.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference