#include <KPtViewAdaptor.h>
Public Slots | |
void | slotEditResource () |
void | slotEditCut () |
void | slotEditCopy () |
void | slotEditPaste () |
void | slotViewGantt () |
void | slotViewResources () |
void | slotAddTask () |
void | slotAddSubTask () |
void | slotAddMilestone () |
void | slotProjectEdit () |
void | slotConfigure () |
Public Member Functions | |
ViewAdaptor (View *) | |
virtual | ~ViewAdaptor () |
Private Attributes | |
View * | m_view |
Definition at line 35 of file KPtViewAdaptor.h.
KPlato::ViewAdaptor::ViewAdaptor | ( | View * | ) |
KPlato::ViewAdaptor::~ViewAdaptor | ( | ) | [virtual] |
Definition at line 42 of file KPtViewAdaptor.cc.
void KPlato::ViewAdaptor::slotEditResource | ( | ) | [slot] |
Definition at line 46 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotEditResource().
void KPlato::ViewAdaptor::slotEditCut | ( | ) | [slot] |
Definition at line 51 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotEditCut().
void KPlato::ViewAdaptor::slotEditCopy | ( | ) | [slot] |
Definition at line 56 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotEditCopy().
void KPlato::ViewAdaptor::slotEditPaste | ( | ) | [slot] |
Definition at line 61 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotEditPaste().
void KPlato::ViewAdaptor::slotViewGantt | ( | ) | [slot] |
Definition at line 66 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotViewGantt().
void KPlato::ViewAdaptor::slotViewResources | ( | ) | [slot] |
Definition at line 71 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotViewResources().
void KPlato::ViewAdaptor::slotAddTask | ( | ) | [slot] |
Definition at line 76 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotAddTask().
void KPlato::ViewAdaptor::slotAddSubTask | ( | ) | [slot] |
Definition at line 81 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotAddSubTask().
void KPlato::ViewAdaptor::slotAddMilestone | ( | ) | [slot] |
Definition at line 86 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotAddMilestone().
void KPlato::ViewAdaptor::slotProjectEdit | ( | ) | [slot] |
Definition at line 91 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotProjectEdit().
void KPlato::ViewAdaptor::slotConfigure | ( | ) | [slot] |
Definition at line 96 of file KPtViewAdaptor.cc.
References m_view, and KPlato::View::slotConfigure().
View* KPlato::ViewAdaptor::m_view [private] |
Definition at line 58 of file KPtViewAdaptor.h.
Referenced by slotAddMilestone(), slotAddSubTask(), slotAddTask(), slotConfigure(), slotEditCopy(), slotEditCut(), slotEditPaste(), slotEditResource(), slotProjectEdit(), slotViewGantt(), slotViewResources(), and ViewAdaptor().