#include <kolistview.h>
|
virtual void | updateView () |
|
virtual void | showDates (const TQDate &start, const TQDate &end) |
|
virtual void | showIncidences (const Incidence::List &incidenceList, const TQDate &date) |
|
void | clearSelection () |
|
void | showDates () |
|
void | hideDates () |
|
void | changeIncidenceDisplay (Incidence *, int) |
|
void | defaultItemAction (TQListViewItem *item) |
|
void | popupMenu (TQListViewItem *item, const TQPoint &, int) |
|
void | defaultAction (Incidence *) |
|
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 &) |
|
|
void | datesSelected (const DateList) |
|
void | shiftedEvent (const TQDate &olddate, const TQDate &newdate) |
|
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 &) |
|
Incidence * | mCurrentIncidence |
|
IncidenceChangerBase * | mChanger |
|
This class provides a multi-column list view of events.
It can display events from one particular day or several days, it doesn't matter. To use a view that only handles one day at a time, use KODayListView.
multi-column list view of various events. - Author
- Preston Brown pbrow.nosp@m.n@kd.nosp@m.e.org
- See also
- KOBaseView, KODayListView
Definition at line 68 of file kolistview.h.
◆ KOListView()
KOListView::KOListView |
( |
Calendar * |
calendar, |
|
|
TQWidget * |
parent = 0 , |
|
|
const char * |
name = 0 , |
|
|
bool |
nonInteractive = false |
|
) |
| |
|
explicit |
◆ ~KOListView()
KOListView::~KOListView |
( |
| ) |
|
◆ addIncidence()
void KOListView::addIncidence |
( |
Incidence * |
incidence, |
|
|
const TQDate & |
date |
|
) |
| |
|
protected |
◆ addIncidences()
void KOListView::addIncidences |
( |
const Incidence::List & |
incidenceList, |
|
|
const TQDate & |
date |
|
) |
| |
|
protected |
◆ changeIncidenceDisplay
void KOListView::changeIncidenceDisplay |
( |
Incidence * |
incidence, |
|
|
int |
action |
|
) |
| |
|
slot |
◆ clear()
void KOListView::clear |
( |
| ) |
|
◆ clearSelection
void KOListView::clearSelection |
( |
| ) |
|
|
slot |
◆ currentDateCount()
int KOListView::currentDateCount |
( |
| ) |
|
|
virtual |
◆ defaultItemAction
void KOListView::defaultItemAction |
( |
TQListViewItem * |
item | ) |
|
|
slot |
◆ getItemForIncidence()
KOListViewItem * KOListView::getItemForIncidence |
( |
Incidence * |
incidence | ) |
|
|
protected |
◆ hideDates
void KOListView::hideDates |
( |
| ) |
|
|
slot |
◆ maxDatesHint()
int KOListView::maxDatesHint |
( |
| ) |
|
|
virtual |
provides a hint back to the caller on the maximum number of dates that the view supports.
A return value of 0 means no maximum.
Implements KOEventView.
Definition at line 259 of file kolistview.cpp.
◆ popupMenu
void KOListView::popupMenu |
( |
TQListViewItem * |
item, |
|
|
const TQPoint & |
, |
|
|
int |
|
|
) |
| |
|
slot |
◆ processSelectionChange
void KOListView::processSelectionChange |
( |
| ) |
|
|
protectedslot |
◆ readSettings()
void KOListView::readSettings |
( |
TDEConfig * |
config | ) |
|
◆ selectedIncidenceDates()
DateList KOListView::selectedIncidenceDates |
( |
| ) |
|
|
virtual |
- 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 281 of file kolistview.cpp.
◆ selectedIncidences()
Incidence::List KOListView::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 269 of file kolistview.cpp.
◆ showAll()
void KOListView::showAll |
( |
| ) |
|
◆ showDates [1/3]
void KOListView::showDates |
( |
| ) |
|
|
slot |
◆ showDates() [2/3]
void KOListView::showDates |
( |
bool |
show | ) |
|
◆ showDates [3/3]
void KOListView::showDates |
( |
const TQDate & |
start, |
|
|
const TQDate & |
end |
|
) |
| |
|
virtualslot |
◆ showIncidences
void KOListView::showIncidences |
( |
const Incidence::List & |
incidenceList, |
|
|
const TQDate & |
date |
|
) |
| |
|
virtualslot |
◆ sizeHint()
TQSize KOListView::sizeHint |
( |
| ) |
const |
◆ updateView
void KOListView::updateView |
( |
| ) |
|
|
virtualslot |
◆ writeSettings()
void KOListView::writeSettings |
( |
TDEConfig * |
config | ) |
|
The documentation for this class was generated from the following files:
|