#include <kowhatsnextview.h>
|
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 &) |
|
IncidenceChangerBase * | mChanger |
|
This class provides a view of the next events and todos.
Definition at line 51 of file kowhatsnextview.h.
◆ KOWhatsNextView()
KOWhatsNextView::KOWhatsNextView |
( |
Calendar * |
calendar, |
|
|
TQWidget * |
parent = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
◆ ~KOWhatsNextView()
KOWhatsNextView::~KOWhatsNextView |
( |
| ) |
|
◆ appendEvent()
void KOWhatsNextView::appendEvent |
( |
Incidence * |
ev, |
|
|
const TQDateTime & |
start = TQDateTime() , |
|
|
const TQDateTime & |
end = TQDateTime() |
|
) |
| |
|
protected |
◆ appendTodo()
void KOWhatsNextView::appendTodo |
( |
Incidence * |
ev | ) |
|
|
protected |
◆ changeIncidenceDisplay
void KOWhatsNextView::changeIncidenceDisplay |
( |
Incidence * |
, |
|
|
int |
action |
|
) |
| |
|
slot |
◆ currentDateCount()
int KOWhatsNextView::currentDateCount |
( |
| ) |
|
|
virtual |
◆ selectedIncidenceDates()
DateList KOWhatsNextView::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 62 of file kowhatsnextview.h.
◆ selectedIncidences()
virtual Incidence::List KOWhatsNextView::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 61 of file kowhatsnextview.h.
◆ showDates
void KOWhatsNextView::showDates |
( |
const TQDate & |
start, |
|
|
const TQDate & |
end |
|
) |
| |
|
virtualslot |
◆ showIncidences
void KOWhatsNextView::showIncidences |
( |
const Incidence::List & |
incidenceList, |
|
|
const TQDate & |
date |
|
) |
| |
|
virtualslot |
◆ supportsDateNavigation()
bool KOWhatsNextView::supportsDateNavigation |
( |
| ) |
const |
|
inlinevirtual |
Returns true if the view supports navigation through the date navigator ( selecting a date range, changing month, changing year, etc.
)
Reimplemented from KOrg::BaseView.
Definition at line 64 of file kowhatsnextview.h.
◆ updateView
void KOWhatsNextView::updateView |
( |
| ) |
|
|
virtualslot |
The documentation for this class was generated from the following files:
|