• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

korganizer

Public Slots | Public Member Functions | List of all members
KOTimeSpentView Class Reference

#include <kotimespentview.h>

Inheritance diagram for KOTimeSpentView:
Inheritance graph
[legend]

Public Slots

void changeIncidenceDisplay (const Akonadi::Item &, Akonadi::IncidenceChanger::ChangeType)
 
virtual
KOrg::CalPrinterBase::PrintType 
printType () const
 
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 updateView ()
 
- 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 bool eventDurationHint (QDateTime &startDt, QDateTime &endDt, bool &allDay)
 
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
 

Public Member Functions

 KOTimeSpentView (QWidget *parent=0)
 
 ~KOTimeSpentView ()
 
virtual int currentDateCount () const
 
KCalCore::DateList selectedIncidenceDates ()
 
virtual Akonadi::Item::List selectedIncidences ()
 
void setCalendar (const Akonadi::ETMCalendar::Ptr &cal)
 
- 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 bool isEventView ()
 
virtual CalPrinterBase::PrintType printType () const
 
virtual void restoreConfig (const KConfigGroup &configGroup)
 
virtual void saveConfig (KConfigGroup &configGroup)
 
virtual QDateTime selectionEnd ()
 
virtual QDateTime selectionStart ()
 
virtual void setChanges (EventViews::EventView::Changes changes)
 
virtual void setDateRange (const KDateTime &start, const KDateTime &end, const QDate &preferredMonth=QDate())
 
virtual void setIdentifier (const QByteArray &identifier)
 
virtual void showConfigurationDialog (QWidget *parent)
 
KDateTime startDateTime () const
 
virtual bool supportsDateNavigation () const
 
virtual bool supportsDateRangeSelection ()
 
virtual bool supportsZoom ()
 
virtual bool usesFullWindow ()
 
virtual BaseView * viewAt (const QPoint &p)
 

Additional Inherited Members

- 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 &)
 
- 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 KOrg::BaseView
Akonadi::IncidenceChanger * mChanger
 

Detailed Description

This view show the time spent on each category.

Definition at line 38 of file kotimespentview.h.

Constructor & Destructor Documentation

KOTimeSpentView::KOTimeSpentView ( QWidget *  parent = 0)
explicit

Definition at line 36 of file kotimespentview.cpp.

KOTimeSpentView::~KOTimeSpentView ( )

Definition at line 101 of file kotimespentview.cpp.

Member Function Documentation

void KOTimeSpentView::changeIncidenceDisplay ( const Akonadi::Item &  ,
Akonadi::IncidenceChanger::ChangeType   
)
slot

Definition at line 122 of file kotimespentview.cpp.

int KOTimeSpentView::currentDateCount ( ) const
virtual

Returns the number of currently shown dates.

A return value of 0 means no idea.

Implements KOrg::BaseView.

Definition at line 105 of file kotimespentview.cpp.

KOrg::CalPrinterBase::PrintType KOTimeSpentView::printType ( ) const
virtualslot

Definition at line 133 of file kotimespentview.cpp.

KCalCore::DateList KOTimeSpentView::selectedIncidenceDates ( )
inlinevirtual

Returns a list of the dates of selected events.

Most views can probably only select a single event at a time, but some may be able to select more than one.

Implements KOrg::BaseView.

Definition at line 52 of file kotimespentview.h.

virtual Akonadi::Item::List KOTimeSpentView::selectedIncidences ( )
inlinevirtual
Returns
a list of selected events. Most views can probably only select a single event at a time, but some may be able to select more than one.

Implements KOrg::BaseView.

Definition at line 47 of file kotimespentview.h.

void KOTimeSpentView::setCalendar ( const Akonadi::ETMCalendar::Ptr &  cal)
virtual

Reimplemented from KOrg::BaseView.

Definition at line 143 of file kotimespentview.cpp.

void KOTimeSpentView::showDates ( const QDate &  start,
const QDate &  end,
const QDate &  preferredMonth = QDate() 
)
virtualslot

Definition at line 110 of file kotimespentview.cpp.

void KOTimeSpentView::showIncidences ( const Akonadi::Item::List &  incidenceList,
const QDate &  date 
)
virtualslot

Definition at line 116 of file kotimespentview.cpp.

void KOTimeSpentView::updateView ( )
virtualslot

Definition at line 128 of file kotimespentview.cpp.


The documentation for this class was generated from the following files:
  • kotimespentview.h
  • kotimespentview.cpp
This file is part of the KDE documentation.
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.

korganizer

Skip menu "korganizer"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal