#include <kotodoview.h>
|
enum | {
eSummaryColumn = 0
, eRecurColumn = 1
, ePriorityColumn = 2
, ePercentColumn = 3
,
eDueDateColumn = 4
, eCategoriesColumn = 5
, eFolderColumn = 6
} |
|
enum | {
ePopupEdit = 1300
, ePopupDelete = 1301
, ePopupMoveTo = 1302
, ePopupCopyTo = 1303
,
ePopupUnSubTodo = 1304
, ePopupUnAllSubTodo = 1305
} |
|
|
void | updateView () |
|
void | updateConfig () |
|
void | changeIncidenceDisplay (Incidence *, int) |
|
void | showDates (const TQDate &start, const TQDate &end) |
|
void | showIncidences (const Incidence::List &incidenceList, const TQDate &date) |
|
void | clearSelection () |
|
void | editItem (TQListViewItem *item, const TQPoint &, int) |
|
void | editItem (TQListViewItem *item) |
|
void | showItem (TQListViewItem *item, const TQPoint &, int) |
|
void | showItem (TQListViewItem *item) |
|
void | popupMenu (TQListViewItem *item, const TQPoint &, int) |
|
void | newTodo () |
|
void | newSubTodo () |
|
void | showTodo () |
|
void | editTodo () |
|
void | printTodo () |
|
void | deleteTodo () |
|
void | setNewPercentage (KOTodoViewItem *item, int percentage) |
|
void | setNewPriority (int) |
|
void | setNewPercentage (int) |
|
void | setNewDate (TQDate) |
|
void | copyTodoToDate (TQDate) |
|
void | changedCategories (int) |
|
void | purgeCompleted () |
|
void | itemStateChanged (TQListViewItem *) |
|
void | setNewPercentageDelayed (KOTodoViewItem *item, int percentage) |
|
void | processDelayedNewPercentage () |
|
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 &) |
|
|
void | unSubTodoSignal () |
|
void | unAllSubTodoSignal () |
|
void | purgeCompletedSignal () |
|
void | configChanged () |
|
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 &) |
|
This class provides a multi-column list view of todo events.
multi-column list view of todo events. - Author
- Cornelius Schumacher schum.nosp@m.ache.nosp@m.r@kde.nosp@m..org
Definition at line 113 of file kotodoview.h.
◆ anonymous enum
◆ anonymous enum
◆ KOTodoView()
KOTodoView::KOTodoView |
( |
Calendar * |
cal, |
|
|
TQWidget * |
parent = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
◆ ~KOTodoView()
KOTodoView::~KOTodoView |
( |
| ) |
|
◆ addQuickTodo
void KOTodoView::addQuickTodo |
( |
| ) |
|
|
protectedslot |
◆ changedCategories
void KOTodoView::changedCategories |
( |
int |
index | ) |
|
|
slot |
◆ changeIncidenceDisplay
void KOTodoView::changeIncidenceDisplay |
( |
Incidence * |
incidence, |
|
|
int |
action |
|
) |
| |
|
slot |
◆ clearSelection
void KOTodoView::clearSelection |
( |
| ) |
|
|
slot |
◆ copyTodoToDate
void KOTodoView::copyTodoToDate |
( |
TQDate |
date | ) |
|
|
slot |
◆ currentDateCount()
int KOTodoView::currentDateCount |
( |
| ) |
|
|
inlinevirtual |
◆ deleteTodo
void KOTodoView::deleteTodo |
( |
| ) |
|
|
slot |
◆ editItem [1/2]
void KOTodoView::editItem |
( |
TQListViewItem * |
item | ) |
|
|
slot |
◆ editItem [2/2]
void KOTodoView::editItem |
( |
TQListViewItem * |
item, |
|
|
const TQPoint & |
, |
|
|
int |
|
|
) |
| |
|
slot |
◆ editTodo
void KOTodoView::editTodo |
( |
| ) |
|
|
slot |
◆ getCategoryPopupMenu()
TQPopupMenu * KOTodoView::getCategoryPopupMenu |
( |
KOTodoViewItem * |
todoItem | ) |
|
◆ itemStateChanged
void KOTodoView::itemStateChanged |
( |
TQListViewItem * |
item | ) |
|
|
slot |
◆ newSubTodo
void KOTodoView::newSubTodo |
( |
| ) |
|
|
slot |
◆ newTodo
void KOTodoView::newTodo |
( |
| ) |
|
|
slot |
◆ popupMenu
void KOTodoView::popupMenu |
( |
TQListViewItem * |
item, |
|
|
const TQPoint & |
, |
|
|
int |
column |
|
) |
| |
|
slot |
◆ printTodo
void KOTodoView::printTodo |
( |
| ) |
|
|
slot |
◆ printType()
CalPrinterBase::PrintType KOTodoView::printType |
( |
| ) |
|
|
virtual |
◆ processDelayedNewPercentage
void KOTodoView::processDelayedNewPercentage |
( |
| ) |
|
|
slot |
◆ processSelectionChange
void KOTodoView::processSelectionChange |
( |
| ) |
|
|
protectedslot |
◆ purgeCompleted
void KOTodoView::purgeCompleted |
( |
| ) |
|
|
slot |
◆ removeTodoItems
void KOTodoView::removeTodoItems |
( |
| ) |
|
|
protectedslot |
◆ restoreLayout()
void KOTodoView::restoreLayout |
( |
TDEConfig * |
config, |
|
|
const TQString & |
group |
|
) |
| |
◆ saveLayout()
void KOTodoView::saveLayout |
( |
TDEConfig * |
config, |
|
|
const TQString & |
group |
|
) |
| const |
◆ selectedIncidenceDates()
DateList KOTodoView::selectedIncidenceDates |
( |
| ) |
|
|
inlinevirtual |
- Returns
- a list of the dates 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 126 of file kotodoview.h.
◆ selectedIncidences()
Incidence::List KOTodoView::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 662 of file kotodoview.cpp.
◆ selectedTodos()
Todo::List KOTodoView::selectedTodos |
( |
| ) |
|
◆ setCalendar()
void KOTodoView::setCalendar |
( |
Calendar * |
cal | ) |
|
|
virtual |
◆ setDocumentId()
void KOTodoView::setDocumentId |
( |
const TQString & |
id | ) |
|
◆ setIncidenceChanger()
void KOTodoView::setIncidenceChanger |
( |
IncidenceChangerBase * |
changer | ) |
|
|
virtual |
◆ setNewDate
void KOTodoView::setNewDate |
( |
TQDate |
date | ) |
|
|
slot |
◆ setNewPercentage [1/2]
void KOTodoView::setNewPercentage |
( |
int |
index | ) |
|
|
slot |
◆ setNewPercentage [2/2]
void KOTodoView::setNewPercentage |
( |
KOTodoViewItem * |
item, |
|
|
int |
percentage |
|
) |
| |
|
slot |
◆ setNewPercentageDelayed
void KOTodoView::setNewPercentageDelayed |
( |
KOTodoViewItem * |
item, |
|
|
int |
percentage |
|
) |
| |
|
slot |
◆ setNewPriority
void KOTodoView::setNewPriority |
( |
int |
index | ) |
|
|
slot |
◆ showDates
void KOTodoView::showDates |
( |
const TQDate & |
start, |
|
|
const TQDate & |
end |
|
) |
| |
|
slot |
◆ showIncidences
void KOTodoView::showIncidences |
( |
const Incidence::List & |
incidenceList, |
|
|
const TQDate & |
date |
|
) |
| |
|
slot |
◆ showItem [1/2]
void KOTodoView::showItem |
( |
TQListViewItem * |
item | ) |
|
|
slot |
◆ showItem [2/2]
void KOTodoView::showItem |
( |
TQListViewItem * |
item, |
|
|
const TQPoint & |
, |
|
|
int |
|
|
) |
| |
|
slot |
◆ showTodo
void KOTodoView::showTodo |
( |
| ) |
|
|
slot |
◆ updateConfig
void KOTodoView::updateConfig |
( |
| ) |
|
|
slot |
◆ updateView
void KOTodoView::updateView |
( |
| ) |
|
|
slot |
◆ KOTodoViewItem
The documentation for this class was generated from the following files:
|