#include <kojournalview.h>
|
void | flushEntries () |
|
void | setIncidenceChangerSignal (IncidenceChangerBase *) |
|
void | journalEdited (Journal *) |
|
void | journalDeleted (Journal *) |
|
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 &) |
|
This class provides a journal view.
View for Journal components. - Author
- Cornelius Schumacher schum.nosp@m.ache.nosp@m.r@kde.nosp@m..org, Reinhold Kainhofer reinh.nosp@m.old@.nosp@m.kainh.nosp@m.ofer.nosp@m..com
- See also
- KOBaseView
Definition at line 41 of file kojournalview.h.
◆ KOJournalView()
KOJournalView::KOJournalView |
( |
Calendar * |
calendar, |
|
|
TQWidget * |
parent = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
◆ ~KOJournalView()
KOJournalView::~KOJournalView |
( |
| ) |
|
◆ appendJournal()
void KOJournalView::appendJournal |
( |
Journal * |
journal, |
|
|
const TQDate & |
dt |
|
) |
| |
◆ changeIncidenceDisplay
void KOJournalView::changeIncidenceDisplay |
( |
Incidence * |
incidence, |
|
|
int |
action |
|
) |
| |
|
slot |
◆ clearEntries()
void KOJournalView::clearEntries |
( |
| ) |
|
|
protected |
◆ currentDateCount()
int KOJournalView::currentDateCount |
( |
| ) |
|
|
virtual |
◆ dayPassed
virtual void KOJournalView::dayPassed |
( |
const TQDate & |
| ) |
|
|
inlinevirtualslot |
◆ flushView
void KOJournalView::flushView |
( |
| ) |
|
|
slot |
◆ newJournal
void KOJournalView::newJournal |
( |
| ) |
|
|
slot |
◆ printType()
CalPrinterBase::PrintType KOJournalView::printType |
( |
| ) |
|
|
virtual |
◆ selectedIncidenceDates()
DateList KOJournalView::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()
Incidence::List KOJournalView::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.
◆ setIncidenceChanger
void KOJournalView::setIncidenceChanger |
( |
IncidenceChangerBase * |
changer | ) |
|
|
slot |
◆ showDates
void KOJournalView::showDates |
( |
const TQDate & |
start, |
|
|
const TQDate & |
end |
|
) |
| |
|
slot |
◆ showIncidences
void KOJournalView::showIncidences |
( |
const Incidence::List & |
incidenceList, |
|
|
const TQDate & |
date |
|
) |
| |
|
slot |
◆ updateView
void KOJournalView::updateView |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files:
|