korganizer
kojournalview.cpp
Go to the documentation of this file.
QLayout * layout() const
void showIncidences(const Akonadi::Item::List &incidences, const QDate &date)
Definition: kojournalview.cpp:142
QString styleSheet() const
void incidenceSelected(const Akonadi::Item &, const QDate)
void printJournal(const KCalCore::Journal::Ptr &journal, bool preview)
Definition: kojournalview.cpp:178
void setCalendar(const Akonadi::ETMCalendar::Ptr &)
Definition: kojournalview.cpp:172
void toggleAlarmSignal(const Akonadi::Item &)
instructs the receiver to toggle the alarms of the Incidence.
virtual Akonadi::Item::List selectedIncidences()
Definition: kojournalview.cpp:122
void newTodoSignal(const QDate &)
void getHighlightMode(bool &highlightEvents, bool &highlightTodos, bool &highlightJournals)
reimp
Definition: kojournalview.cpp:158
virtual int currentDateCount() const
Returns the number of currently shown dates.
Definition: kojournalview.cpp:117
void addWidget(QWidget *widget, int stretch, QFlags< Qt::AlignmentFlag > alignment)
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 setIncidenceChanger(Akonadi::IncidenceChanger *changer)
Definition: kojournalview.cpp:153
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
void toggleTodoCompletedSignal(const Akonadi::Item &)
instructs the receiver to toggle the completion state of the Incidence (which must be a Todo type)...
void showDates(const QDate &start, const QDate &end, const QDate &preferredMonth=QDate())
Definition: kojournalview.cpp:137
void deleteIncidenceSignal(const Akonadi::Item &)
instructs the receiver to delete the Incidence in some manner; some possibilities include automatical...
void copyIncidenceToResourceSignal(const Akonadi::Item &, const Akonadi::Collection &)
Copy the incidence to the specified resource.
void moveIncidenceToResourceSignal(const Akonadi::Item &, const Akonadi::Collection &)
Move the incidence to the specified resource.
virtual Akonadi::ETMCalendar::Ptr calendar()
Return calendar object of this view.
Definition: baseview.cpp:80
This class provides an interface for all views being displayed within the main calendar view...
Definition: baseview.h:52
void newEventSignal()
instructs the receiver to create a new event in given collection.
void changeIncidenceDisplay(const Akonadi::Item &incidence, Akonadi::IncidenceChanger::ChangeType)
Definition: kojournalview.cpp:147
CalendarSupport::CalPrinterBase::PrintType printType() const
reimp
Definition: kojournalview.cpp:167
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void newJournalSignal(const QDate &)
void pasteIncidenceSignal()
instructs the receiver to paste the incidence
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.