#include <kptcalendarlistdialog.h>
Public Member Functions | |
CalendarListDialog (Project &project, QWidget *parent=0, const char *name=0) | |
KCommand * | buildCommand (Part *part) |
Protected Slots | |
void | slotOk () |
Private Attributes | |
Project & | project |
CalendarListDialogImpl * | dia |
Definition at line 87 of file kptcalendarlistdialog.h.
KPlato::CalendarListDialog::CalendarListDialog | ( | Project & | project, | |
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 163 of file kptcalendarlistdialog.cc.
References KPlato::Project::calendars(), dia, KPlato::CalendarListDialogImpl::setBaseCalendars(), and slotOk().
KCommand * KPlato::CalendarListDialog::buildCommand | ( | Part * | part | ) |
Definition at line 197 of file kptcalendarlistdialog.cc.
References KPlato::CalendarListDialogImpl::deletedItems(), dia, KPlato::CalendarListViewItem::original, and project.
Referenced by KPlato::View::slotProjectCalendar().
void KPlato::CalendarListDialog::slotOk | ( | ) | [protected, slot] |
Project& KPlato::CalendarListDialog::project [private] |
Definition at line 99 of file kptcalendarlistdialog.h.
Referenced by buildCommand(), and CalendarListDialog().