• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdepim
  • Sitemap
  • Contact Us
 

korganizer

KOEditorFreeBusy Class Reference

#include <koeditorfreebusy.h>

Inheritance diagram for KOEditorFreeBusy:

Inheritance graph
[legend]

List of all members.


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]

Implements KOAttendeeEditor.

Definition at line 862 of file koeditorfreebusy.cpp.

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]

Implements KOAttendeeEditor.

Definition at line 814 of file koeditorfreebusy.cpp.

void KOEditorFreeBusy::dateTimesChanged ( const QDateTime &  ,
const QDateTime &   
) [signal]

void KOEditorFreeBusy::editFreeBusyUrl ( KDGanttViewItem *  item  )  [slot]

Definition at line 750 of file koeditorfreebusy.cpp.

bool KOEditorFreeBusy::eventFilter ( QObject *  watched,
QEvent *  event 
) [protected, virtual]

Reimplemented from KOAttendeeEditor.

Definition at line 983 of file koeditorfreebusy.cpp.

Q3ListViewItem * KOEditorFreeBusy::hasExampleAttendee (  )  const [protected, virtual]

Implements KOAttendeeEditor.

Definition at line 970 of file koeditorfreebusy.cpp.

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 *   ) 

void KOEditorFreeBusy::setDateTimes ( const QDateTime &  start,
const QDateTime &  end 
) [slot]

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 &  email 
) [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]

Implements KOAttendeeEditor.

Definition at line 824 of file koeditorfreebusy.cpp.

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:
  • koeditorfreebusy.h
  • koeditorfreebusy.cpp

korganizer

Skip menu "korganizer"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

kdepim

Skip menu "kdepim"
  • akonadi
  •   clients
  •   kabc
  •   kcal
  •   kcm
  • akregator
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt
  • kdgantt1
  • kjots
  • kleopatra
  • kmail
  • kmobiletools
  • knode
  • knotes
  • kontact
  • kontactinterfaces
  • korganizer
  •   korgac
  • kpilot
  • ktimetracker
  • libkdepim
  • libkholidays
  • libkleo
  • libkpgp
  • maildir
Generated for kdepim by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal