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 276 of file PapywizardImport.cpp.

Constructor & Destructor Documentation

Papywizard::PapywizardImportDialog::PapywizardImportDialog ( wxWindow *  parent)
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().

Papywizard::PapywizardImportDialog::~PapywizardImportDialog ( )
inline

destructor, save settings

Definition at line 294 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 302 of file PapywizardImport.cpp.

References m_linkPos.

Referenced by Papywizard::ImportPapywizardFile().

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

Definition at line 315 of file PapywizardImport.cpp.

References m_cpfindParams.

Referenced by Papywizard::ImportPapywizardFile().

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

Definition at line 307 of file PapywizardImport.cpp.

References m_linkPos.

Referenced by Papywizard::ImportPapywizardFile().

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

Definition at line 324 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 311 of file PapywizardImport.cpp.

References m_cpfind.

Referenced by Papywizard::ImportPapywizardFile().

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

Definition at line 319 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 334 of file PapywizardImport.cpp.

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

wxCheckBox* Papywizard::PapywizardImportDialog::m_linkPos
private

Definition at line 329 of file PapywizardImport.cpp.

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


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