#include <kptresourcesdialog.h>
Public Member Functions | |
| ResourcesDialog (Project &project, QWidget *parent=0, const char *name=0) | |
| KCommand * | buildCommand (Part *part) |
Protected Slots | |
| void | slotChanged () |
| void | slotOk () |
Private Attributes | |
| Project & | project |
| ResourcesPanel * | panel |
Definition at line 35 of file kptresourcesdialog.h.
| KPlato::ResourcesDialog::ResourcesDialog | ( | Project & | project, | |
| QWidget * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
Definition at line 33 of file kptresourcesdialog.cc.
References panel, project, slotChanged(), and slotOk().
| KCommand * KPlato::ResourcesDialog::buildCommand | ( | Part * | part | ) |
Definition at line 61 of file kptresourcesdialog.cc.
References KPlato::ResourcesPanel::buildCommand(), and panel.
Referenced by KPlato::View::slotProjectResources().
| void KPlato::ResourcesDialog::slotChanged | ( | ) | [protected, slot] |
| void KPlato::ResourcesDialog::slotOk | ( | ) | [protected, slot] |
Definition at line 55 of file kptresourcesdialog.cc.
References KPlato::ResourcesPanel::ok(), and panel.
Referenced by ResourcesDialog().
Project& KPlato::ResourcesDialog::project [private] |
ResourcesPanel* KPlato::ResourcesDialog::panel [private] |
Definition at line 48 of file kptresourcesdialog.h.
Referenced by buildCommand(), ResourcesDialog(), and slotOk().
1.5.1-p1