korganizer
#include <koagendaview.h>
Public Slots | |
void | changeIncidenceDisplay (const Akonadi::Item &incidence, Akonadi::IncidenceChanger::ChangeType) |
void | changeIncidenceDisplayAdded (const Akonadi::Item &incidence) |
void | clearSelection () |
void | enableAgendaUpdate (bool enable) |
void | readSettings () |
void | readSettings (KConfig *) |
void | setIncidenceChanger (Akonadi::IncidenceChanger *changer) |
virtual void | showDates (const QDate &start, const QDate &end, const QDate &preferredMonth=QDate()) |
virtual void | showIncidences (const Akonadi::Item::List &incidenceList, const QDate &date) |
virtual void | updateConfig () |
virtual void | updateView () |
void | writeSettings (KConfig *) |
void | zoomInHorizontally (const QDate &date=QDate()) |
void | zoomInVertically () |
void | zoomOutHorizontally (const QDate &date=QDate()) |
void | zoomOutVertically () |
void | zoomView (const int delta, const QPoint &pos, const Qt::Orientation orient=Qt::Horizontal) |
Public Slots inherited from KOEventView | |
void | defaultAction (const Akonadi::Item &incidence) |
void | focusChanged (QWidget *, QWidget *) |
Public Slots inherited from KOrg::BaseView | |
virtual void | changeIncidenceDisplay (const Akonadi::Item &, Akonadi::IncidenceChanger::ChangeType)=0 |
virtual void | clearSelection () |
virtual void | dayPassed (const QDate &) |
virtual void | flushView () |
virtual void | setIncidenceChanger (Akonadi::IncidenceChanger *changer) |
virtual void | showIncidences (const Akonadi::Item::List &incidenceList, const QDate &date)=0 |
virtual void | updateConfig () |
virtual void | updateView ()=0 |
Signals | |
void | timeSpanSelectionChanged () |
void | zoomViewHorizontally (const QDate &, int count) |
Signals inherited from KOEventView | |
void | datesSelected (const KCalCore::DateList datelist) |
void | shiftedEvent (const QDate &olddate, const QDate &ewdate) |
Signals inherited from KOrg::BaseView | |
void | copyIncidenceSignal (const Akonadi::Item &) |
void | copyIncidenceToResourceSignal (const Akonadi::Item &, const QString &) |
void | cutIncidenceSignal (const Akonadi::Item &) |
void | deleteIncidenceSignal (const Akonadi::Item &) |
void | dissociateOccurrencesSignal (const Akonadi::Item &, const QDate &) |
void | editIncidenceSignal (const Akonadi::Item &) |
void | endMultiModify () |
void | incidenceSelected (const Akonadi::Item &, const QDate) |
void | moveIncidenceToResourceSignal (const Akonadi::Item &, const QString &) |
void | newEventSignal () |
void | newEventSignal (const QDate &) |
void | newEventSignal (const QDateTime &) |
void | newEventSignal (const QDateTime &, const QDateTime &) |
void | newJournalSignal (const QDate &) |
void | newSubTodoSignal (const Akonadi::Item &) |
void | newTodoSignal (const QDate &) |
void | pasteIncidenceSignal () |
void | showIncidenceSignal (const Akonadi::Item &) |
void | startMultiModify (const QString &) |
void | toggleAlarmSignal (const Akonadi::Item &) |
void | toggleTodoCompletedSignal (const Akonadi::Item &) |
Public Member Functions | |
KOAgendaView (QWidget *parent=0, bool isSideBySide=false) | |
virtual | ~KOAgendaView () |
virtual int | currentDateCount () const |
void | deleteSelectedDateTime () |
virtual bool | eventDurationHint (QDateTime &startDt, QDateTime &endDt, bool &allDay) |
virtual int | maxDatesHint () const |
CalPrinter::PrintType | printType () const |
virtual KCalCore::DateList | selectedIncidenceDates () |
virtual Akonadi::Item::List | selectedIncidences () |
bool | selectedIsAllDay () |
bool | selectedIsSingleCell () |
virtual QDateTime | selectionEnd () |
virtual QDateTime | selectionStart () |
virtual void | setCalendar (const Akonadi::ETMCalendar::Ptr &cal) |
void | setChanges (EventViews::EventView::Changes changes) |
void | setDateRange (const KDateTime &start, const KDateTime &end, const QDate &preferredMonth=QDate()) |
virtual void | setTypeAheadReceiver (QObject *o) |
Public Member Functions inherited from KOEventView | |
KOEventView (QWidget *parent=0) | |
virtual | ~KOEventView () |
KOEventPopupMenu * | eventPopup () |
bool | isEventView () |
QMenu * | newEventPopup () |
int | showMoveRecurDialog (const Akonadi::Item &inc, const QDate &date) |
bool | supportsDateNavigation () const |
Public Member Functions inherited from KOrg::BaseView | |
BaseView (QWidget *parent=0) | |
virtual | ~BaseView () |
KDateTime | actualEndDateTime () const |
KDateTime | actualStartDateTime () const |
virtual Akonadi::ETMCalendar::Ptr | calendar () |
EventViews::EventView::Changes | changes () const |
virtual Akonadi::Collection::Id | collectionId () const |
KDateTime | endDateTime () const |
virtual void | getHighlightMode (bool &highlightEvents, bool &highlightTodos, bool &highlightJournals) |
virtual bool | hasConfigurationDialog () const |
QByteArray | identifier () const |
virtual void | restoreConfig (const KConfigGroup &configGroup) |
virtual void | saveConfig (KConfigGroup &configGroup) |
virtual void | setIdentifier (const QByteArray &identifier) |
virtual void | showConfigurationDialog (QWidget *parent) |
KDateTime | startDateTime () const |
virtual bool | supportsDateRangeSelection () |
virtual bool | supportsZoom () |
virtual bool | usesFullWindow () |
virtual BaseView * | viewAt (const QPoint &p) |
Additional Inherited Members | |
Public Types inherited from KOEventView | |
enum | { BRIGHTNESS_FACTOR = 125 } |
Static Public Member Functions inherited from KOEventView | |
static bool | usesCompletedTodoPixmap (const Akonadi::Item &todo, const QDate &date) |
Protected Slots inherited from KOEventView | |
void | popupCopy () |
void | popupCut () |
void | popupDelete () |
void | popupEdit () |
void | popupShow () |
virtual void | showNewEventPopup () |
Protected Slots inherited from KOrg::BaseView | |
virtual void | calendarReset () |
Protected Member Functions inherited from KOrg::BaseView | |
virtual QPair< KDateTime, KDateTime > | actualDateRange (const KDateTime &start, const KDateTime &end, const QDate &preferredMonth=QDate()) const |
virtual void | doRestoreConfig (const KConfigGroup &configGroup) |
virtual void | doSaveConfig (KConfigGroup &configGroup) |
virtual void | showDates (const QDate &start, const QDate &end, const QDate &preferredMonth=QDate())=0 |
Protected Attributes inherited from KOEventView | |
Akonadi::Item | mCurrentIncidence |
Protected Attributes inherited from KOrg::BaseView | |
Akonadi::IncidenceChanger * | mChanger |
Detailed Description
KOAgendaView is the agenda-like view that displays events in a single or multi-day view.
Definition at line 36 of file koagendaview.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 60 of file koagendaview.cpp.
|
virtual |
Definition at line 145 of file koagendaview.cpp.
Member Function Documentation
|
slot |
Definition at line 244 of file koagendaview.cpp.
|
slot |
Definition at line 239 of file koagendaview.cpp.
|
slot |
Definition at line 274 of file koagendaview.cpp.
|
virtual |
Returns number of currently shown dates.
Implements KOrg::BaseView.
Definition at line 193 of file koagendaview.cpp.
void KOAgendaView::deleteSelectedDateTime | ( | ) |
make selected start/end invalid
Definition at line 279 of file koagendaview.cpp.
|
slot |
Definition at line 182 of file koagendaview.cpp.
|
virtual |
return the default start/end date/time for new events
Reimplemented from KOrg::BaseView.
Definition at line 208 of file koagendaview.cpp.
|
virtual |
Returns maximum number of days supported by the koagendaview.
Implements KOEventView.
Definition at line 187 of file koagendaview.cpp.
|
virtual |
Reimplemented from KOrg::BaseView.
Definition at line 249 of file koagendaview.cpp.
|
slot |
Definition at line 259 of file koagendaview.cpp.
|
slot |
Definition at line 264 of file koagendaview.cpp.
|
virtual |
returns the currently selected incidence's dates
Implements KOrg::BaseView.
Definition at line 203 of file koagendaview.cpp.
|
virtual |
returns the currently selected events
Implements KOrg::BaseView.
Definition at line 198 of file koagendaview.cpp.
bool KOAgendaView::selectedIsAllDay | ( | ) |
returns true if selection is for whole day
Definition at line 299 of file koagendaview.cpp.
bool KOAgendaView::selectedIsSingleCell | ( | ) |
returns if only a single cell is selected, or a range of cells
Definition at line 214 of file koagendaview.cpp.
|
virtual |
end-datetime of selection
Reimplemented from KOrg::BaseView.
Definition at line 294 of file koagendaview.cpp.
|
virtual |
start-datetime of selection
Reimplemented from KOrg::BaseView.
Definition at line 289 of file koagendaview.cpp.
|
virtual |
Reimplemented from KOrg::BaseView.
Definition at line 150 of file koagendaview.cpp.
|
virtual |
Notifies the view that there are pending changes so a redraw is needed.
- Parameters
-
changes Types of changes that were made
Reimplemented from KOrg::BaseView.
Definition at line 309 of file koagendaview.cpp.
|
virtual |
|
slot |
Definition at line 284 of file koagendaview.cpp.
|
virtual |
|
virtualslot |
Definition at line 229 of file koagendaview.cpp.
|
virtualslot |
Definition at line 234 of file koagendaview.cpp.
|
signal |
|
virtualslot |
Definition at line 224 of file koagendaview.cpp.
|
virtualslot |
Definition at line 219 of file koagendaview.cpp.
|
slot |
Definition at line 269 of file koagendaview.cpp.
|
slot |
Definition at line 167 of file koagendaview.cpp.
|
slot |
Definition at line 157 of file koagendaview.cpp.
|
slot |
Definition at line 172 of file koagendaview.cpp.
|
slot |
Definition at line 162 of file koagendaview.cpp.
|
slot |
Definition at line 177 of file koagendaview.cpp.
|
signal |
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.