Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
Papywizard::PapywizardImportDialog Class Reference
Inheritance diagram for Papywizard::PapywizardImportDialog:
Inheritance graph

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
 

Detailed Description

Definition at line 277 of file PapywizardImport.cpp.

Constructor & Destructor Documentation

Papywizard::PapywizardImportDialog::PapywizardImportDialog ( wxWindow *  parent)
inline

Constructor, read from xrc ressource.

Definition at line 281 of file PapywizardImport.cpp.

References m_cpfind, m_cpfindParams, m_geocpset, m_linkPos, OnCpfindCheck(), and RestoreFramePosition().

Papywizard::PapywizardImportDialog::~PapywizardImportDialog ( )
inline

destructor, save settings

Definition at line 295 of file PapywizardImport.cpp.

References m_cpfind, m_cpfindParams, and StoreFramePosition().

Member Function Documentation

void Papywizard::PapywizardImportDialog::EnableStack ( const bool  hasStacks)
inline

Definition at line 303 of file PapywizardImport.cpp.

References m_linkPos.

Referenced by Papywizard::ImportPapywizardFile().

const wxString Papywizard::PapywizardImportDialog::GetCPFindParam ( ) const
inline

Definition at line 316 of file PapywizardImport.cpp.

References m_cpfindParams.

Referenced by Papywizard::ImportPapywizardFile().

const bool Papywizard::PapywizardImportDialog::LinkStacks ( ) const
inline

Definition at line 308 of file PapywizardImport.cpp.

References m_linkPos.

Referenced by Papywizard::ImportPapywizardFile().

void Papywizard::PapywizardImportDialog::OnCpfindCheck ( wxCommandEvent &  e)
inlineprotected

Definition at line 325 of file PapywizardImport.cpp.

References m_cpfind, m_cpfindParams, and m_geocpset.

Referenced by PapywizardImportDialog().

const bool Papywizard::PapywizardImportDialog::RunCpfind ( ) const
inline

Definition at line 312 of file PapywizardImport.cpp.

References m_cpfind.

Referenced by Papywizard::ImportPapywizardFile().

const bool Papywizard::PapywizardImportDialog::RunGeocpset ( ) const
inline

Definition at line 320 of file PapywizardImport.cpp.

References m_geocpset.

Referenced by Papywizard::ImportPapywizardFile().

Member Data Documentation

wxCheckBox* Papywizard::PapywizardImportDialog::m_cpfind
private
wxTextCtrl* Papywizard::PapywizardImportDialog::m_cpfindParams
private
wxCheckBox* Papywizard::PapywizardImportDialog::m_geocpset
private

Definition at line 335 of file PapywizardImport.cpp.

Referenced by OnCpfindCheck(), PapywizardImportDialog(), and RunGeocpset().

wxCheckBox* Papywizard::PapywizardImportDialog::m_linkPos
private

Definition at line 330 of file PapywizardImport.cpp.

Referenced by EnableStack(), LinkStacks(), and PapywizardImportDialog().


The documentation for this class was generated from the following file: