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 m_cpfind, m_cpfindParams, m_geocpset, m_linkPos, OnCpfindCheck(), and RestoreFramePosition().
|
inline |
destructor, save settings
Definition at line 294 of file PapywizardImport.cpp.
References m_cpfind, m_cpfindParams, and StoreFramePosition().
|
inline |
Definition at line 302 of file PapywizardImport.cpp.
References m_linkPos.
Referenced by Papywizard::ImportPapywizardFile().
|
inline |
Definition at line 315 of file PapywizardImport.cpp.
References m_cpfindParams.
Referenced by Papywizard::ImportPapywizardFile().
|
inline |
Definition at line 307 of file PapywizardImport.cpp.
References m_linkPos.
Referenced by Papywizard::ImportPapywizardFile().
|
inlineprotected |
Definition at line 324 of file PapywizardImport.cpp.
References m_cpfind, m_cpfindParams, and m_geocpset.
Referenced by PapywizardImportDialog().
|
inline |
Definition at line 311 of file PapywizardImport.cpp.
References m_cpfind.
Referenced by Papywizard::ImportPapywizardFile().
|
inline |
Definition at line 319 of file PapywizardImport.cpp.
References m_geocpset.
Referenced by Papywizard::ImportPapywizardFile().
|
private |
Definition at line 332 of file PapywizardImport.cpp.
Referenced by OnCpfindCheck(), PapywizardImportDialog(), RunCpfind(), and ~PapywizardImportDialog().
|
private |
Definition at line 333 of file PapywizardImport.cpp.
Referenced by GetCPFindParam(), OnCpfindCheck(), PapywizardImportDialog(), and ~PapywizardImportDialog().
|
private |
Definition at line 334 of file PapywizardImport.cpp.
Referenced by OnCpfindCheck(), PapywizardImportDialog(), and RunGeocpset().
|
private |
Definition at line 329 of file PapywizardImport.cpp.
Referenced by EnableStack(), LinkStacks(), and PapywizardImportDialog().