#include <komonthview.h>
|
virtual void | updateView () |
|
virtual void | updateConfig () |
|
virtual void | showDates (const TQDate &start, const TQDate &end) |
|
virtual void | showIncidences (const Incidence::List &incidenceList, const TQDate &date) |
|
void | changeIncidenceDisplay (Incidence *, int) |
|
void | changeIncidenceDisplayAdded (Incidence *, MonthViewCell::CreateItemVisitor &) |
|
void | clearSelection () |
|
void | showEventContextMenu (Calendar *, Incidence *, const TQDate &) |
|
void | showGeneralContextMenu () |
|
void | setSelectedCell (MonthViewCell *) |
|
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 |
|
The class KOMonthView represents the monthly view in KOrganizer.
It holds several instances of the class MonthViewCell.
KOMonthview represents the montly view in KOrganizer. - See also
- KOBaseView, KODayListView, MonthViewCell
Definition at line 245 of file komonthview.h.
◆ KOMonthView()
KOMonthView::KOMonthView |
( |
Calendar * |
cal, |
|
|
TQWidget * |
parent = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
◆ ~KOMonthView()
KOMonthView::~KOMonthView |
( |
| ) |
|
◆ changeIncidenceDisplay
void KOMonthView::changeIncidenceDisplay |
( |
Incidence * |
incidence, |
|
|
int |
action |
|
) |
| |
|
slot |
◆ changeIncidenceDisplayAdded
void KOMonthView::changeIncidenceDisplayAdded |
( |
Incidence * |
incidence, |
|
|
MonthViewCell::CreateItemVisitor & |
v |
|
) |
| |
|
slot |
◆ clearSelection
void KOMonthView::clearSelection |
( |
| ) |
|
|
slot |
◆ currentDateCount()
int KOMonthView::currentDateCount |
( |
| ) |
|
|
virtual |
◆ eventDurationHint()
bool KOMonthView::eventDurationHint |
( |
TQDateTime & |
, |
|
|
TQDateTime & |
, |
|
|
bool & |
|
|
) |
| |
|
virtual |
Set the default start/end date/time for new events.
Return true if anything was changed
Reimplemented from KOrg::BaseView.
Definition at line 918 of file komonthview.cpp.
◆ maxDatesHint()
int KOMonthView::maxDatesHint |
( |
| ) |
|
|
virtual |
◆ processSelectionChange
void KOMonthView::processSelectionChange |
( |
| ) |
|
|
protectedslot |
◆ resizeEvent()
void KOMonthView::resizeEvent |
( |
TQResizeEvent * |
| ) |
|
|
protected |
◆ selectedIncidenceDates()
DateList KOMonthView::selectedIncidenceDates |
( |
| ) |
|
|
virtual |
◆ selectedIncidences()
Incidence::List KOMonthView::selectedIncidences |
( |
| ) |
|
|
virtual |
◆ selectionEnd()
TQDateTime KOMonthView::selectionEnd |
( |
| ) |
|
|
virtual |
Returns the end of the selection, or an invalid TQDateTime if there is no selection or the view doesn't support selecting cells.
Reimplemented from KOrg::BaseView.
Definition at line 1021 of file komonthview.cpp.
◆ selectionStart()
TQDateTime KOMonthView::selectionStart |
( |
| ) |
|
|
virtual |
Returns the start of the selection, or an invalid TQDateTime if there is no selection or the view doesn't support selecting cells.
Reimplemented from KOrg::BaseView.
Definition at line 1012 of file komonthview.cpp.
◆ setSelectedCell
◆ showDates
void KOMonthView::showDates |
( |
const TQDate & |
start, |
|
|
const TQDate & |
end |
|
) |
| |
|
virtualslot |
◆ showEventContextMenu
void KOMonthView::showEventContextMenu |
( |
Calendar * |
cal, |
|
|
Incidence * |
incidence, |
|
|
const TQDate & |
qd |
|
) |
| |
|
slot |
◆ showGeneralContextMenu
void KOMonthView::showGeneralContextMenu |
( |
| ) |
|
|
slot |
◆ showIncidences
void KOMonthView::showIncidences |
( |
const Incidence::List & |
incidenceList, |
|
|
const TQDate & |
date |
|
) |
| |
|
virtualslot |
◆ updateConfig
void KOMonthView::updateConfig |
( |
| ) |
|
|
virtualslot |
◆ updateDayLabels()
void KOMonthView::updateDayLabels |
( |
| ) |
|
|
protected |
◆ updateView
void KOMonthView::updateView |
( |
| ) |
|
|
virtualslot |
The documentation for this class was generated from the following files:
|