#include <kptmainprojectdialog.h>
Public Member Functions | |
| MainProjectDialog (Project &project, QWidget *parent=0, const char *name=0) | |
| KCommand * | buildCommand (Part *part) |
Protected Slots | |
| void | slotOk () |
Private Attributes | |
| Project & | project |
| MainProjectPanel * | panel |
Definition at line 35 of file kptmainprojectdialog.h.
| KPlato::MainProjectDialog::MainProjectDialog | ( | Project & | project, | |
| QWidget * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
| KCommand * KPlato::MainProjectDialog::buildCommand | ( | Part * | part | ) |
Definition at line 58 of file kptmainprojectdialog.cc.
References KPlato::MainProjectPanel::buildCommand(), and panel.
Referenced by KPlato::View::slotOpenNode(), and KPlato::View::slotProjectEdit().
| void KPlato::MainProjectDialog::slotOk | ( | ) | [protected, slot] |
Definition at line 51 of file kptmainprojectdialog.cc.
References KPlato::MainProjectPanel::ok(), and panel.
Referenced by MainProjectDialog().
Project& KPlato::MainProjectDialog::project [private] |
MainProjectPanel* KPlato::MainProjectDialog::panel [private] |
Definition at line 47 of file kptmainprojectdialog.h.
Referenced by buildCommand(), MainProjectDialog(), and slotOk().
1.5.1-p1