#include <projectdlgs.h>
Public Types | |
| enum | Type { ProgramType = 0, LibraryType = 1 } |
Public Member Functions | |
| CreateSubprojectDlg (QWidget *parent=0) | |
| ~CreateSubprojectDlg () | |
| void | reject () |
| void | accept () |
| bool | accepted () const |
| Type | type () const |
| QString | targetFile () const |
Protected Attributes | |
| CreateSubprojectWidget * | m_pWidget |
| bool | m_bAccepted |
| Type | m_type |
| QString | m_targetFile |
Definition at line 72 of file projectdlgs.h.
| void CreateSubprojectDlg::reject | ( | ) |
Called when the 'Cancel' button is pressed.
Definition at line 122 of file projectdlgs.cpp.
References m_bAccepted.
| void CreateSubprojectDlg::accept | ( | ) |
Called when the 'OK' button is pressed. User entered values are read in.
Definition at line 111 of file projectdlgs.cpp.
References m_bAccepted, m_pWidget, m_targetFile, and m_type.
1.5.1