korganizer

#include <koprojectview.h>

Inheritance diagram for KOProjectView:
KOrg::BaseView

Public Slots

void updateView ()
void updateConfig ()
void changeIncidenceDisplay (Incidence *, int)
void showDates (const TQDate &start, const TQDate &end)
void showIncidences (const Incidence::List &incidenceList)
Public Slots inherited from KOrg::BaseView
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 &)

Public Member Functions

 KOProjectView (Calendar *, TQWidget *parent=0, const char *name=0)
Incidence::List selectedIncidences ()
DateList selectedDates ()
int currentDateCount ()
void readSettings ()
void writeSettings (TDEConfig *)
Public Member Functions inherited from KOrg::BaseView
 BaseView (Calendar *cal, TQWidget *parent=0, const char *name=0)
virtual ~BaseView ()
void setReadOnly (bool readonly)
bool readOnly ()
virtual void setCalendar (Calendar *cal)
virtual Calendarcalendar ()
virtual void setResource (ResourceCalendar *res, const TQString &subResource)
ResourceCalendarresourceCalendar ()
TQString subResourceCalendar () const
virtual DateList selectedIncidenceDates ()=0
virtual TQDateTime selectionStart ()
virtual TQDateTime selectionEnd ()
virtual CalPrinterBase::PrintType printType ()
virtual bool isEventView ()
virtual bool supportsDateNavigation () const

Protected Slots

void showModeMenu ()
void zoomIn ()
void zoomOut ()
void taskChanged (KGanttItem *task, KGanttItem::Change change)

Additional Inherited Members

Signals inherited from KOrg::BaseView
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 &)
Protected Attributes inherited from KOrg::BaseView
IncidenceChangerBase * mChanger

Detailed Description

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.

Constructor & Destructor Documentation

◆ KOProjectView()

KOProjectView::KOProjectView ( Calendar * calendar,
TQWidget * parent = 0,
const char * name = 0 )

Definition at line 67 of file koprojectview.cpp.

◆ ~KOProjectView()

KOProjectView::~KOProjectView ( )
inline

Definition at line 72 of file koprojectview.h.

Member Function Documentation

◆ changeIncidenceDisplay

void KOProjectView::changeIncidenceDisplay ( Incidence * ,
int  )
slot

Definition at line 274 of file koprojectview.cpp.

◆ currentDateCount()

int KOProjectView::currentDateCount ( )
inlinevirtual

Return number of shown dates.

Implements KOrg::BaseView.

Definition at line 78 of file koprojectview.h.

◆ readSettings()

void KOProjectView::readSettings ( )

Definition at line 117 of file koprojectview.cpp.

◆ selectedDates()

DateList KOProjectView::selectedDates ( )

Definition at line 268 of file koprojectview.cpp.

◆ 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

Definition at line 279 of file koprojectview.cpp.

◆ showIncidences

void KOProjectView::showIncidences ( const Incidence::List & incidenceList)
slot

Definition at line 284 of file koprojectview.cpp.

◆ showModeMenu

void KOProjectView::showModeMenu ( )
protectedslot

Definition at line 338 of file koprojectview.cpp.

◆ taskChanged

void KOProjectView::taskChanged ( KGanttItem * task,
KGanttItem::Change change )
protectedslot

Definition at line 343 of file koprojectview.cpp.

◆ updateConfig

void KOProjectView::updateConfig ( )
slot

Definition at line 251 of file koprojectview.cpp.

◆ updateView

void KOProjectView::updateView ( )
slot

Definition at line 142 of file koprojectview.cpp.

◆ writeSettings()

void KOProjectView::writeSettings ( TDEConfig * config)

Definition at line 131 of file koprojectview.cpp.

◆ zoomIn

void KOProjectView::zoomIn ( )
protectedslot

Definition at line 356 of file koprojectview.cpp.

◆ zoomOut

void KOProjectView::zoomOut ( )
protectedslot

Definition at line 361 of file koprojectview.cpp.


The documentation for this class was generated from the following files: