#include <koprojectview.h>
|
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 &) |
|
IncidenceChangerBase * | mChanger |
|
This class provides a Gantt-like project view on todo items.
project view on todo items. - Author
- Cornelius Schumacher schum.nosp@m.ache.nosp@m.r@kde.nosp@m..org
Definition at line 66 of file koprojectview.h.
◆ KOProjectView()
KOProjectView::KOProjectView |
( |
Calendar * |
calendar, |
|
|
TQWidget * |
parent = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
◆ ~KOProjectView()
KOProjectView::~KOProjectView |
( |
| ) |
|
|
inline |
◆ changeIncidenceDisplay
void KOProjectView::changeIncidenceDisplay |
( |
Incidence * |
, |
|
|
int |
|
|
) |
| |
|
slot |
◆ currentDateCount()
int KOProjectView::currentDateCount |
( |
| ) |
|
|
inlinevirtual |
◆ readSettings()
void KOProjectView::readSettings |
( |
| ) |
|
◆ selectedDates()
DateList KOProjectView::selectedDates |
( |
| ) |
|
◆ selectedIncidences()
Incidence::List KOProjectView::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 256 of file koprojectview.cpp.
◆ showDates
void KOProjectView::showDates |
( |
const TQDate & |
start, |
|
|
const TQDate & |
end |
|
) |
| |
|
slot |
◆ showIncidences
void KOProjectView::showIncidences |
( |
const Incidence::List & |
incidenceList | ) |
|
|
slot |
◆ showModeMenu
void KOProjectView::showModeMenu |
( |
| ) |
|
|
protectedslot |
◆ taskChanged
void KOProjectView::taskChanged |
( |
KGanttItem * |
task, |
|
|
KGanttItem::Change |
change |
|
) |
| |
|
protectedslot |
◆ updateConfig
void KOProjectView::updateConfig |
( |
| ) |
|
|
slot |
◆ updateView
void KOProjectView::updateView |
( |
| ) |
|
|
slot |
◆ writeSettings()
void KOProjectView::writeSettings |
( |
TDEConfig * |
config | ) |
|
◆ zoomIn
void KOProjectView::zoomIn |
( |
| ) |
|
|
protectedslot |
◆ zoomOut
void KOProjectView::zoomOut |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following files:
|