korganizer
koagendaview.cpp
Go to the documentation of this file.
244 void KOAgendaView::changeIncidenceDisplay( const Akonadi::Item &, Akonadi::IncidenceChanger::ChangeType )
void incidenceSelected(const Akonadi::Item &, const QDate)
virtual bool eventDurationHint(QDateTime &startDt, QDateTime &endDt, bool &allDay)
return the default start/end date/time for new events
Definition: koagendaview.cpp:208
void zoomViewHorizontally(const QDate &, int count)
virtual Akonadi::Item::List selectedIncidences()
returns the currently selected events
Definition: koagendaview.cpp:198
KOAgendaView is the agenda-like view that displays events in a single or multi-day view...
Definition: koagendaview.h:36
void setChanges(EventViews::EventView::Changes changes)
Notifies the view that there are pending changes so a redraw is needed.
Definition: koagendaview.cpp:309
void toggleAlarmSignal(const Akonadi::Item &)
instructs the receiver to toggle the alarms of the Incidence.
virtual void showIncidences(const Akonadi::Item::List &incidenceList, const QDate &date)
Definition: koagendaview.cpp:234
virtual void setCalendar(const Akonadi::ETMCalendar::Ptr &cal)
Definition: koagendaview.cpp:150
void enableAgendaUpdate(bool enable)
Definition: koagendaview.cpp:182
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 void showDates(const QDate &start, const QDate &end, const QDate &preferredMonth=QDate())
Definition: koagendaview.cpp:229
virtual KCalCore::DateList selectedIncidenceDates()
returns the currently selected incidence's dates
Definition: koagendaview.cpp:203
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...
void editIncidenceSignal(const Akonadi::Item &)
instructs the receiver to begin editing the incidence specified in some manner.
void showIncidenceSignal(const Akonadi::Item &)
instructs the receiver to show the incidence in read-only mode.
void zoomInHorizontally(const QDate &date=QDate())
Definition: koagendaview.cpp:167
void copyIncidenceSignal(const Akonadi::Item &)
instructs the receiver to copy the incidence
void newSubTodoSignal(const Akonadi::Item &)
void setIncidenceChanger(Akonadi::IncidenceChanger *changer)
Definition: koagendaview.cpp:284
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)...
void deleteIncidenceSignal(const Akonadi::Item &)
instructs the receiver to delete the Incidence in some manner; some possibilities include automatical...
virtual int currentDateCount() const
Returns number of currently shown dates.
Definition: koagendaview.cpp:193
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
void setDateRange(const KDateTime &start, const KDateTime &end, const QDate &preferredMonth=QDate())
reimpl
Definition: koagendaview.cpp:329
bool selectedIsSingleCell()
returns if only a single cell is selected, or a range of cells
Definition: koagendaview.cpp:214
void newEventSignal()
instructs the receiver to create a new event in given collection.
void timeSpanSelectionChanged()
virtual int maxDatesHint() const
Returns maximum number of days supported by the koagendaview.
Definition: koagendaview.cpp:187
void zoomOutHorizontally(const QDate &date=QDate())
Definition: koagendaview.cpp:172
KOAgendaView(QWidget *parent=0, bool isSideBySide=false)
Definition: koagendaview.cpp:60
void zoomView(const int delta, const QPoint &pos, const Qt::Orientation orient=Qt::Horizontal)
Definition: koagendaview.cpp:177
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).
void changeIncidenceDisplay(const Akonadi::Item &incidence, Akonadi::IncidenceChanger::ChangeType)
Definition: koagendaview.cpp:244
void pasteIncidenceSignal()
instructs the receiver to paste the incidence
void changeIncidenceDisplayAdded(const Akonadi::Item &incidence)
Definition: koagendaview.cpp:239
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.