#include <koagendaview.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 | insertIncidence (Incidence *incidence, const TQDate &curDate) |
| void | changeIncidenceDisplayAdded (Incidence *incidence) |
| void | changeIncidenceDisplay (Incidence *incidence, int mode) |
| void | clearSelection () |
| void | startDrag (Incidence *) |
| void | readSettings () |
| void | readSettings (TDEConfig *) |
| void | writeSettings (TDEConfig *) |
| void | setContentsPos (int y) |
| void | setExpandedButton (bool expanded) |
| void | finishTypeAhead () |
| void | slotTodoDropped (Todo *, const TQPoint &, bool) |
| void | enableAgendaUpdate (bool enable) |
| void | setIncidenceChanger (KOrg::IncidenceChangerBase *changer) |
| void | zoomInHorizontally (const TQDate &date=TQDate()) |
| void | zoomOutHorizontally (const TQDate &date=TQDate()) |
| void | zoomInVertically () |
| void | zoomOutVertically () |
| void | zoomView (const int delta, const TQPoint &pos, const TQt::Orientation orient=TQt::Horizontal) |
| void | clearTimeSpanSelection () |
| void | resourcesChanged () |
|
virtual void | finishTypeAhead ()=0 |
|
virtual void | resourcesChanged ()=0 |
| 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 () |
|
|
void | toggleExpand () |
|
void | zoomViewHorizontally (const TQDate &, int count) |
|
void | timeSpanSelectionChanged () |
| 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 &) |
|
| | KOAgendaView (Calendar *cal, CalendarView *calendarView, TQWidget *parent=0, const char *name=0, bool isSideBySide=false) |
| virtual int | maxDatesHint () |
| virtual int | currentDateCount () |
| virtual Incidence::List | selectedIncidences () |
| virtual DateList | selectedIncidenceDates () |
| virtual bool | eventDurationHint (TQDateTime &startDt, TQDateTime &endDt, bool &allDay) |
| void | clearView () |
| KOrg::CalPrinterBase::PrintType | printType () |
| TQDateTime | selectionStart () |
| TQDateTime | selectionEnd () |
| bool | selectedIsAllDay () |
| void | deleteSelectedDateTime () |
| bool | selectedIsSingleCell () |
| void | setTypeAheadReceiver (TQObject *) |
| KOAgenda * | agenda () const |
| TQSplitter * | splitter () const |
| TQFrame * | dayLabels () const |
| void | calendarIncidenceAdded (Incidence *incidence) |
| void | calendarIncidenceChanged (Incidence *incidence) |
| void | calendarIncidenceDeleted (Incidence *incidence) |
| | AgendaView (Calendar *cal, TQWidget *parent=0, const char *name=0) |
| | KOEventView (Calendar *cal, TQWidget *parent=0, const char *name=0) |
| virtual | ~KOEventView () |
| KOEventPopupMenu * | eventPopup () |
| TQPopupMenu * | newEventPopup () |
| bool | isEventView () |
| bool | supportsDateNavigation () const |
| | 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 void | calendarModified (bool, Calendar *) |
KOAgendaView is the agenda-like view used to display events in a single one or multi-day view.
Definition at line 108 of file koagendaview.h.
◆ KOAgendaView()
| KOAgendaView::KOAgendaView |
( |
Calendar * | cal, |
|
|
CalendarView * | calendarView, |
|
|
TQWidget * | parent = 0, |
|
|
const char * | name = 0, |
|
|
bool | isSideBySide = false ) |
◆ ~KOAgendaView()
| KOAgendaView::~KOAgendaView |
( |
| ) |
|
|
virtual |
◆ agenda()
| KOAgenda * KOAgendaView::agenda |
( |
| ) |
const |
|
inline |
◆ calendarIncidenceAdded()
| void KOAgendaView::calendarIncidenceAdded |
( |
Incidence * | incidence | ) |
|
|
virtual |
◆ calendarIncidenceChanged()
| void KOAgendaView::calendarIncidenceChanged |
( |
Incidence * | incidence | ) |
|
|
virtual |
◆ calendarIncidenceDeleted()
| void KOAgendaView::calendarIncidenceDeleted |
( |
Incidence * | incidence | ) |
|
|
virtual |
◆ changeIncidenceDisplay
| void KOAgendaView::changeIncidenceDisplay |
( |
Incidence * | incidence, |
|
|
int | mode ) |
|
slot |
◆ changeIncidenceDisplayAdded
| void KOAgendaView::changeIncidenceDisplayAdded |
( |
Incidence * | incidence | ) |
|
|
slot |
◆ clearSelection
| void KOAgendaView::clearSelection |
( |
| ) |
|
|
slot |
◆ clearTimeSpanSelection
| void KOAgendaView::clearTimeSpanSelection |
( |
| ) |
|
|
slot |
◆ clearView()
| void KOAgendaView::clearView |
( |
| ) |
|
◆ connectAgenda()
| void KOAgendaView::connectAgenda |
( |
KOAgenda * | agenda, |
|
|
TQPopupMenu * | popup, |
|
|
KOAgenda * | otherAgenda ) |
|
protected |
◆ createDayLabels()
| void KOAgendaView::createDayLabels |
( |
bool | force | ) |
|
|
protected |
◆ currentDateCount()
| int KOAgendaView::currentDateCount |
( |
| ) |
|
|
virtual |
◆ dayLabels()
| TQFrame * KOAgendaView::dayLabels |
( |
| ) |
const |
|
inline |
◆ deleteSelectedDateTime()
| void KOAgendaView::deleteSelectedDateTime |
( |
| ) |
|
◆ doUpdateItem
| void KOAgendaView::doUpdateItem |
( |
| ) |
|
|
protectedslot |
update just the display of the given incidence, called by a single-shot timer
Definition at line 1138 of file koagendaview.cpp.
◆ enableAgendaUpdate
| void KOAgendaView::enableAgendaUpdate |
( |
bool | enable | ) |
|
|
slot |
◆ eventDurationHint()
| bool KOAgendaView::eventDurationHint |
( |
TQDateTime & | startDt, |
|
|
TQDateTime & | endDt, |
|
|
bool & | allDay ) |
|
virtual |
◆ fillAgenda() [1/2]
| void KOAgendaView::fillAgenda |
( |
| ) |
|
|
protected |
Fill agenda using the current set value for the start date.
Definition at line 1355 of file koagendaview.cpp.
◆ fillAgenda() [2/2]
| void KOAgendaView::fillAgenda |
( |
const TQDate & | startDate | ) |
|
|
protected |
◆ finishTypeAhead
| void KOAgendaView::finishTypeAhead |
( |
| ) |
|
|
slot |
◆ insertIncidence
| void KOAgendaView::insertIncidence |
( |
Incidence * | incidence, |
|
|
const TQDate & | curDate ) |
|
slot |
◆ maxDatesHint()
| int KOAgendaView::maxDatesHint |
( |
| ) |
|
|
virtual |
◆ newTimeSpanSelected
| void KOAgendaView::newTimeSpanSelected |
( |
const TQPoint & | start, |
|
|
const TQPoint & | end ) |
|
protectedslot |
◆ newTimeSpanSelectedAllDay
| void KOAgendaView::newTimeSpanSelectedAllDay |
( |
const TQPoint & | start, |
|
|
const TQPoint & | end ) |
|
protectedslot |
Updates data for selected timespan for all day event.
Definition at line 1668 of file koagendaview.cpp.
◆ printType()
| CalPrinterBase::PrintType KOAgendaView::printType |
( |
| ) |
|
|
virtual |
◆ readSettings [1/2]
| void KOAgendaView::readSettings |
( |
| ) |
|
|
slot |
◆ readSettings [2/2]
| void KOAgendaView::readSettings |
( |
TDEConfig * | config | ) |
|
|
slot |
◆ removeIncidence()
| void KOAgendaView::removeIncidence |
( |
Incidence * | incidence | ) |
|
|
protected |
◆ resizeEvent()
| void KOAgendaView::resizeEvent |
( |
TQResizeEvent * | resizeEvent | ) |
|
|
protectedvirtual |
◆ resourcesChanged
| void KOAgendaView::resourcesChanged |
( |
| ) |
|
|
slot |
◆ selectedIncidenceDates()
| DateList KOAgendaView::selectedIncidenceDates |
( |
| ) |
|
|
virtual |
◆ selectedIncidences()
| Incidence::List KOAgendaView::selectedIncidences |
( |
| ) |
|
|
virtual |
◆ selectedIsAllDay()
| bool KOAgendaView::selectedIsAllDay |
( |
| ) |
|
|
inline |
returns true if selection is for whole day
Definition at line 145 of file koagendaview.h.
◆ selectedIsSingleCell()
| bool KOAgendaView::selectedIsSingleCell |
( |
| ) |
|
returns if only a single cell is selected, or a range of cells
Definition at line 753 of file koagendaview.cpp.
◆ selectionEnd()
| TQDateTime KOAgendaView::selectionEnd |
( |
| ) |
|
|
inlinevirtual |
◆ selectionStart()
| TQDateTime KOAgendaView::selectionStart |
( |
| ) |
|
|
inlinevirtual |
◆ setContentsPos
| void KOAgendaView::setContentsPos |
( |
int | y | ) |
|
|
slot |
◆ setExpandedButton
| void KOAgendaView::setExpandedButton |
( |
bool | expanded | ) |
|
|
slot |
◆ setHolidayMasks()
| void KOAgendaView::setHolidayMasks |
( |
| ) |
|
|
protected |
Set the masks on the agenda widgets indicating, which days are holidays.
Definition at line 1625 of file koagendaview.cpp.
◆ setIncidenceChanger
| void KOAgendaView::setIncidenceChanger |
( |
KOrg::IncidenceChangerBase * | changer | ) |
|
|
slot |
◆ setTypeAheadReceiver()
| void KOAgendaView::setTypeAheadReceiver |
( |
TQObject * | o | ) |
|
|
virtual |
◆ showDates
| void KOAgendaView::showDates |
( |
const TQDate & | start, |
|
|
const TQDate & | end ) |
|
virtualslot |
◆ showIncidences
| void KOAgendaView::showIncidences |
( |
const Incidence::List & | incidenceList, |
|
|
const TQDate & | date ) |
|
virtualslot |
◆ slotTodoDropped
| void KOAgendaView::slotTodoDropped |
( |
Todo * | todo, |
|
|
const TQPoint & | gpos, |
|
|
bool | allDay ) |
|
slot |
reschedule the todo to the given x- and y- coordinates.
Third parameter determines all-day (no time specified)
Definition at line 1544 of file koagendaview.cpp.
◆ splitter()
| TQSplitter * KOAgendaView::splitter |
( |
| ) |
const |
|
inline |
◆ startDrag
| void KOAgendaView::startDrag |
( |
Incidence * | incidence | ) |
|
|
slot |
◆ updateConfig
| void KOAgendaView::updateConfig |
( |
| ) |
|
|
virtualslot |
◆ updateDayLabelSizes
| void KOAgendaView::updateDayLabelSizes |
( |
| ) |
|
|
protectedslot |
◆ updateEventDates
| void KOAgendaView::updateEventDates |
( |
KOAgendaItem * | item | ) |
|
|
protectedslot |
◆ updateEventIndicatorBottom
| void KOAgendaView::updateEventIndicatorBottom |
( |
int | newY | ) |
|
|
protectedslot |
◆ updateEventIndicators()
| void KOAgendaView::updateEventIndicators |
( |
| ) |
|
|
protected |
Updates the event indicators after a certain incidence was modified or removed.
Definition at line 1718 of file koagendaview.cpp.
◆ updateEventIndicatorTop
| void KOAgendaView::updateEventIndicatorTop |
( |
int | newY | ) |
|
|
protectedslot |
◆ updateTimeBarWidth()
| void KOAgendaView::updateTimeBarWidth |
( |
| ) |
|
|
protected |
◆ updateView
| void KOAgendaView::updateView |
( |
| ) |
|
|
virtualslot |
◆ writeSettings
| void KOAgendaView::writeSettings |
( |
TDEConfig * | config | ) |
|
|
slot |
◆ zoomInHorizontally
| void KOAgendaView::zoomInHorizontally |
( |
const TQDate & | date = TQDate() | ) |
|
|
slot |
◆ zoomInVertically
| void KOAgendaView::zoomInVertically |
( |
| ) |
|
|
slot |
◆ zoomOutHorizontally
| void KOAgendaView::zoomOutHorizontally |
( |
const TQDate & | date = TQDate() | ) |
|
|
slot |
◆ zoomOutVertically
| void KOAgendaView::zoomOutVertically |
( |
| ) |
|
|
slot |
◆ zoomView
| void KOAgendaView::zoomView |
( |
const int | delta, |
|
|
const TQPoint & | pos, |
|
|
const TQt::Orientation | orient = TQt::Horizontal ) |
|
slot |
The documentation for this class was generated from the following files:
|