koeventview.cpp
bool isReadOnly() const
KOEventView(Calendar *cal, TQWidget *parent=0, const char *name=0)
Constructs a view.
Definition: koeventview.cpp:47
TQPopupMenu * newEventPopup()
Construct a standard context that allows to create a new event.
Definition: koeventview.cpp:86
KOEventPopupMenu * eventPopup()
Construct a standard context menu for an event.
Definition: koeventview.cpp:60
void defaultAction(Incidence *)
Perform the default action for an incidence, e.g.
Definition: koeventview.cpp:154
This class provides an interface for all views being displayed within the main calendar view.
Definition: baseview.h:60
void copyIncidenceSignal(Incidence *)
instructs the receiver to copy the incidence
void dissociateOccurrenceSignal(Incidence *, const TQDate &)
Dissociate from a recurring incidence the occurrence on the given date to a new incidence.
void toggleAlarmSignal(Incidence *)
instructs the receiver to toggle the alarms of the Incidence.
void editIncidenceSignal(Incidence *, const TQDate &)
instructs the receiver to begin editing the incidence specified in some manner.
void dissociateFutureOccurrenceSignal(Incidence *, const TQDate &)
Dissociate from a recurring incidence all occurrences after the given date to a new incidence.
void cutIncidenceSignal(Incidence *)
instructs the receiver to cut the Incidence
void deleteIncidenceSignal(Incidence *)
instructs the receiver to delete the Incidence in some manner; some possibilities include automatical...
void pasteIncidenceSignal()
instructs the receiver to paste the incidence
void showIncidenceSignal(Incidence *, const TQDate &)
instructs the receiver to show the incidence in read-only mode.