korganizer
kotimelineview.cpp
Go to the documentation of this file.
virtual KCalCore::DateList selectedIncidenceDates()
Returns a list of the dates of selected events.
Definition: kotimelineview.cpp:142
void incidenceSelected(const Akonadi::Item &, const QDate)
virtual void showIncidences(const Akonadi::Item::List &incidenceList, const QDate &date)
Shows given incidences.
Definition: kotimelineview.cpp:160
virtual KOrg::CalPrinterBase::PrintType printType() const
Definition: kotimelineview.cpp:185
virtual void setIncidenceChanger(Akonadi::IncidenceChanger *changer)
Assign a new incidence change helper object.
Definition: kotimelineview.cpp:202
void toggleAlarmSignal(const Akonadi::Item &)
instructs the receiver to toggle the alarms of the Incidence.
virtual void changeIncidenceDisplay(const Akonadi::Item &incidence, Akonadi::IncidenceChanger::ChangeType)
Updates the current display to reflect the changes to one particular incidence.
Definition: kotimelineview.cpp:173
KOEventView is the abstract base class from which all other calendar views for event data are derived...
Definition: koeventview.h:54
void newTodoSignal(const QDate &)
virtual void setCalendar(const Akonadi::ETMCalendar::Ptr &cal)
Definition: baseview.cpp:68
virtual Akonadi::Item::List selectedIncidences()
Definition: kotimelineview.cpp:136
void datesSelected(const KCalCore::DateList datelist)
When the view changes the dates that are selected in one way or another, this signal is emitted...
void dissociateOccurrencesSignal(const Akonadi::Item &, const QDate &)
Dissociate from a recurring incidence the occurrence on the given date to a new incidence or dissocia...
virtual bool eventDurationHint(QDateTime &startDt, QDateTime &endDt, bool &allDay)
Sets the default start/end date/time for new events.
Definition: kotimelineview.cpp:179
void editIncidenceSignal(const Akonadi::Item &)
instructs the receiver to begin editing the incidence specified in some manner.
virtual int currentDateCount() const
Returns the number of currently shown dates.
Definition: kotimelineview.cpp:148
void showIncidenceSignal(const Akonadi::Item &)
instructs the receiver to show the incidence in read-only mode.
void copyIncidenceSignal(const Akonadi::Item &)
instructs the receiver to copy the incidence
void newSubTodoSignal(const Akonadi::Item &)
void cutIncidenceSignal(const Akonadi::Item &)
instructs the receiver to cut the Incidence
Definition: printplugin.h:47
void toggleTodoCompletedSignal(const Akonadi::Item &)
instructs the receiver to toggle the completion state of the Incidence (which must be a Todo type)...
KOEventPopupMenu * eventPopup()
Construct a standard context menu for an event.
Definition: koeventview.cpp:69
void deleteIncidenceSignal(const Akonadi::Item &)
instructs the receiver to delete the Incidence in some manner; some possibilities include automatical...
void moveIncidenceToResourceSignal(const Akonadi::Item &, const QString &)
Move the incidence to the specified resource.
Context menu for event views with standard event actions.
Definition: koeventpopupmenu.h:38
Definition: printplugin.h:48
virtual void showDates(const QDate &, const QDate &, const QDate &preferredMonth=QDate())
Definition: kotimelineview.cpp:154
void newEventSignal()
instructs the receiver to create a new event in given collection.
void copyIncidenceToResourceSignal(const Akonadi::Item &, const QString &)
Copy the incidence to the specified resource.
void newJournalSignal(const QDate &)
void shiftedEvent(const QDate &olddate, const QDate &ewdate)
Emitted when an event is moved using the mouse in an agenda view (week / month).
virtual void setCalendar(const Akonadi::ETMCalendar::Ptr &cal)
Definition: kotimelineview.cpp:195
void pasteIncidenceSignal()
instructs the receiver to paste the incidence
virtual void updateView()
Updates the current display to reflect changes that may have happened in the calendar since the last ...
Definition: kotimelineview.cpp:167
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.