Hugintrunk
0.1
|
Public Member Functions | |
PapywizardImportDialog (wxWindow *parent) | |
Constructor, read from xrc ressource. More... | |
~PapywizardImportDialog () | |
destructor, save settings More... | |
void | EnableStack (const bool hasStacks) |
const bool | LinkStacks () const |
const bool | RunCpfind () const |
const wxString | GetCPFindParam () const |
const bool | RunGeocpset () const |
Protected Member Functions | |
void | OnCpfindCheck (wxCommandEvent &e) |
Private Attributes | |
wxCheckBox * | m_linkPos |
wxCheckBox * | m_cpfind |
wxTextCtrl * | m_cpfindParams |
wxCheckBox * | m_geocpset |
Definition at line 276 of file PapywizardImport.cpp.
|
inline |
Constructor, read from xrc ressource.
Definition at line 280 of file PapywizardImport.cpp.
References huginApp::Get(), m_cpfind, m_cpfindParams, m_geocpset, m_linkPos, and RestoreFramePosition().
|
inline |
destructor, save settings
Definition at line 300 of file PapywizardImport.cpp.
References m_cpfind, m_cpfindParams, and StoreFramePosition().
|
inline |
Definition at line 308 of file PapywizardImport.cpp.
References m_linkPos.
Referenced by Papywizard::ImportPapywizardFile().
|
inline |
Definition at line 321 of file PapywizardImport.cpp.
References m_cpfindParams.
Referenced by Papywizard::ImportPapywizardFile().
|
inline |
Definition at line 313 of file PapywizardImport.cpp.
References m_linkPos.
Referenced by Papywizard::ImportPapywizardFile().
|
inlineprotected |
Definition at line 330 of file PapywizardImport.cpp.
References m_cpfind, m_cpfindParams, and m_geocpset.
|
inline |
Definition at line 317 of file PapywizardImport.cpp.
References m_cpfind.
Referenced by Papywizard::ImportPapywizardFile().
|
inline |
Definition at line 325 of file PapywizardImport.cpp.
References m_geocpset.
Referenced by Papywizard::ImportPapywizardFile().
|
private |
Definition at line 338 of file PapywizardImport.cpp.
Referenced by OnCpfindCheck(), PapywizardImportDialog(), RunCpfind(), and ~PapywizardImportDialog().
|
private |
Definition at line 339 of file PapywizardImport.cpp.
Referenced by GetCPFindParam(), OnCpfindCheck(), PapywizardImportDialog(), and ~PapywizardImportDialog().
|
private |
Definition at line 340 of file PapywizardImport.cpp.
Referenced by OnCpfindCheck(), PapywizardImportDialog(), and RunGeocpset().
|
private |
Definition at line 335 of file PapywizardImport.cpp.
Referenced by EnableStack(), LinkStacks(), and PapywizardImportDialog().