koeventview.h
KOEventView is the abstract base class from which all other calendar views for event data are derived...
Definition koeventview.h:56
TQPopupMenu * newEventPopup()
Construct a standard context that allows to create a new event.
Definition koeventview.cpp:86
void shiftedEvent(const TQDate &olddate, const TQDate &newdate)
Emitted when an event is moved using the mouse in an agenda view (week / month).
KOEventPopupMenu * eventPopup()
Construct a standard context menu for an event.
Definition koeventview.cpp:60
virtual int maxDatesHint()=0
provides a hint back to the caller on the maximum number of dates that the view supports.
void datesSelected(const DateList)
when the view changes the dates that are selected in one way or another, this signal is emitted.
void defaultAction(Incidence *)
Perform the default action for an incidence, e.g.
Definition koeventview.cpp:154
bool supportsDateNavigation() const
Returns true if the view supports navigation through the date navigator ( selecting a date range,...
Definition koeventview.h:94
This class provides an interface for all views being displayed within the main calendar view.
Definition baseview.h:60