korganizer
KOrganizerIfaceImpl Class Reference
#include <korganizerifaceimpl.h>

Detailed Description
Definition at line 40 of file korganizerifaceimpl.h.
Public Slots | |
| bool | addIncidence (const QString &iCal) |
| void | closeUrl () |
| bool | deleteIncidence (const QString &uid, bool force) |
| bool | deleteIncidence (const QString &uid) |
| bool | editIncidence (const QString &uid) |
| QString | getCurrentURLasString () const |
| bool | mergeURL (const QString &url) |
| bool | openURL (const QString &url) |
| bool | saveAsURL (const QString &url) |
| bool | saveURL () |
| bool | showIncidence (const QString &uid) |
| bool | showIncidenceContext (const QString &uid) |
Public Member Functions | |
| KOrganizerIfaceImpl (ActionManager *mActionManager, QObject *parent=0, const char *name=0) | |
| ~KOrganizerIfaceImpl () | |
Constructor & Destructor Documentation
| KOrganizerIfaceImpl::KOrganizerIfaceImpl | ( | ActionManager * | mActionManager, | |
| QObject * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) | [explicit] |
Definition at line 40 of file korganizerifaceimpl.cpp.
| KOrganizerIfaceImpl::~KOrganizerIfaceImpl | ( | ) |
Definition at line 50 of file korganizerifaceimpl.cpp.
Member Function Documentation
| bool KOrganizerIfaceImpl::addIncidence | ( | const QString & | iCal | ) | [slot] |
Add an incidence to the active calendar.
- Parameters:
-
iCal A calendar in iCalendar format containing the incidence. The calendar must consist of a VCALENDAR component which contains the incidence (VEVENT, VTODO, VJOURNAL or VFREEBUSY) and optionally a VTIMEZONE component. If there is more than one incidence, only the first is added to KOrganizer's calendar.
Definition at line 94 of file korganizerifaceimpl.cpp.
| void KOrganizerIfaceImpl::closeUrl | ( | ) | [slot] |
Definition at line 64 of file korganizerifaceimpl.cpp.
| bool KOrganizerIfaceImpl::deleteIncidence | ( | const QString & | uid, | |
| bool | force | |||
| ) | [slot] |
Delete the incidence with the given unique ID from the active calendar.
- Parameters:
-
uid The incidence's unique ID. force If true, all recurrences and sub-todos (if applicable) will be deleted without prompting for confirmation.
Definition at line 84 of file korganizerifaceimpl.cpp.
| bool KOrganizerIfaceImpl::deleteIncidence | ( | const QString & | uid | ) | [inline, slot] |
- Reimplemented from superclass.
from KOrganizerIface::deleteIncidence()
- Parameters:
-
uid the UID of the item to delete. if no such item exists, nothing happens
- Returns:
- true if the item could be deleted, false otherwise
Definition at line 62 of file korganizerifaceimpl.h.
| bool KOrganizerIfaceImpl::editIncidence | ( | const QString & | uid | ) | [slot] |
Definition at line 89 of file korganizerifaceimpl.cpp.
| QString KOrganizerIfaceImpl::getCurrentURLasString | ( | ) | const [slot] |
Definition at line 79 of file korganizerifaceimpl.cpp.
| bool KOrganizerIfaceImpl::mergeURL | ( | const QString & | url | ) | [slot] |
Definition at line 59 of file korganizerifaceimpl.cpp.
| bool KOrganizerIfaceImpl::openURL | ( | const QString & | url | ) | [slot] |
Definition at line 54 of file korganizerifaceimpl.cpp.
| bool KOrganizerIfaceImpl::saveAsURL | ( | const QString & | url | ) | [slot] |
Definition at line 74 of file korganizerifaceimpl.cpp.
| bool KOrganizerIfaceImpl::saveURL | ( | ) | [slot] |
Definition at line 69 of file korganizerifaceimpl.cpp.
| bool KOrganizerIfaceImpl::showIncidence | ( | const QString & | uid | ) | [slot] |
Show a HTML representation of the incidence (the "View.." dialog).
If no incidence with the given uid exists, nothing happens.
- Parameters:
-
uid The UID of the incidence to be shown.
Definition at line 99 of file korganizerifaceimpl.cpp.
| bool KOrganizerIfaceImpl::showIncidenceContext | ( | const QString & | uid | ) | [slot] |
Show an incidence in context.
This means showing the todo, agenda or journal view (as appropriate) and scrolling it to show the incidence.
- Parameters:
-
uid Unique ID of the incidence to show.
Definition at line 104 of file korganizerifaceimpl.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference