KOJournalView Class Reference
#include <kojournalview.h>
Inheritance diagram for KOJournalView:
Public Slots | |
| virtual void | dayPassed (const TQDate &) |
| void | updateView () |
| void | flushView () |
| void | showDates (const TQDate &start, const TQDate &end) |
| void | showIncidences (const Incidence::List &incidenceList, const TQDate &date) |
| void | changeIncidenceDisplay (Incidence *, int) |
| void | setIncidenceChanger (IncidenceChangerBase *changer) |
| void | newJournal () |
Public Slots inherited from KOrg::BaseView | |
| virtual void | showDates (const TQDate &start, const TQDate &end)=0 |
| virtual void | showIncidences (const Incidence::List &incidenceList, const TQDate &date)=0 |
| virtual void | updateView ()=0 |
| virtual void | dayPassed (const TQDate &) |
| virtual void | setIncidenceChanger (IncidenceChangerBase *changer) |
| virtual void | flushView () |
| virtual void | changeIncidenceDisplay (Incidence *, int)=0 |
| virtual void | updateConfig () |
| virtual void | clearSelection () |
| virtual bool | eventDurationHint (TQDateTime &, TQDateTime &, bool &) |
Signals | |
| void | flushEntries () |
| void | setIncidenceChangerSignal (IncidenceChangerBase *) |
| void | journalEdited (Journal *) |
| void | journalDeleted (Journal *) |
Signals inherited from KOrg::BaseView | |
| void | incidenceSelected (Incidence *, const TQDate &) |
| void | showIncidenceSignal (Incidence *, const TQDate &) |
| void | editIncidenceSignal (Incidence *, const TQDate &) |
| void | deleteIncidenceSignal (Incidence *) |
| void | cutIncidenceSignal (Incidence *) |
| void | copyIncidenceSignal (Incidence *) |
| void | pasteIncidenceSignal () |
| void | toggleAlarmSignal (Incidence *) |
| void | dissociateOccurrenceSignal (Incidence *, const TQDate &) |
| void | dissociateFutureOccurrenceSignal (Incidence *, const TQDate &) |
| void | startMultiModify (const TQString &) |
| void | endMultiModify () |
| void | newEventSignal (ResourceCalendar *res, const TQString &subResource) |
| void | newEventSignal (ResourceCalendar *res, const TQString &subResource, const TQDate &) |
| void | newEventSignal (ResourceCalendar *res, const TQString &subResource, const TQDateTime &) |
| void | newEventSignal (ResourceCalendar *res, const TQString &subResource, const TQDateTime &, const TQDateTime &) |
| void | newTodoSignal (ResourceCalendar *res, const TQString &subResource, const TQDate &) |
| void | newSubTodoSignal (Todo *) |
| void | newJournalSignal (ResourceCalendar *res, const TQString &subResource, const TQDate &) |
Public Member Functions | |
| KOJournalView (Calendar *calendar, TQWidget *parent=0, const char *name=0) | |
| virtual int | currentDateCount () |
| virtual Incidence::List | selectedIncidences () |
| DateList | selectedIncidenceDates () |
| void | appendJournal (Journal *journal, const TQDate &dt) |
| CalPrinterBase::PrintType | printType () |
Public Member Functions inherited from KOrg::BaseView | |
| BaseView (Calendar *cal, TQWidget *parent=0, const char *name=0) | |
| virtual | ~BaseView () |
| void | setReadOnly (bool readonly) |
| bool | readOnly () |
| virtual void | setCalendar (Calendar *cal) |
| virtual Calendar * | calendar () |
| virtual void | setResource (ResourceCalendar *res, const TQString &subResource) |
| ResourceCalendar * | resourceCalendar () |
| TQString | subResourceCalendar () const |
| virtual TQDateTime | selectionStart () |
| virtual TQDateTime | selectionEnd () |
| virtual bool | isEventView () |
| virtual bool | supportsDateNavigation () const |
Protected Member Functions | |
| void | clearEntries () |
Additional Inherited Members | |
Protected Attributes inherited from KOrg::BaseView | |
| IncidenceChangerBase * | mChanger |
Detailed Description
This class provides a journal view.
View for Journal components.
- See also
- KOBaseView
Definition at line 41 of file kojournalview.h.
Member Function Documentation
◆ currentDateCount()
|
virtual |
Return number of currently shown dates.
A return value of 0 means no idea.
Implements KOrg::BaseView.
Definition at line 100 of file kojournalview.cpp.
◆ 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 kojournalview.h.
◆ selectedIncidences()
|
virtual |
- 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 105 of file kojournalview.cpp.
The documentation for this class was generated from the following files:

Public Slots inherited from