Hugin trunk 0.1
Loading...
Searching...
No Matches
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.
 
 ~PapywizardImportDialog ()
 destructor, save settings
 
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

wxCheckBoxm_linkPos
 
wxCheckBoxm_cpfind
 
wxTextCtrl * m_cpfindParams
 
wxCheckBoxm_geocpset
 

Detailed Description

Definition at line 277 of file PapywizardImport.cpp.

Constructor & Destructor Documentation

◆ PapywizardImportDialog()

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(), hugin_utils::RestoreFramePosition(), and threshold().

◆ ~PapywizardImportDialog()

Papywizard::PapywizardImportDialog::~PapywizardImportDialog ( )
inline

destructor, save settings

Definition at line 295 of file PapywizardImport.cpp.

References m_cpfind, m_cpfindParams, and hugin_utils::StoreFramePosition().

Member Function Documentation

◆ EnableStack()

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

Definition at line 303 of file PapywizardImport.cpp.

References m_linkPos, and threshold().

◆ GetCPFindParam()

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

Definition at line 316 of file PapywizardImport.cpp.

References m_cpfindParams.

◆ LinkStacks()

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

Definition at line 308 of file PapywizardImport.cpp.

References m_linkPos.

◆ OnCpfindCheck()

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

Definition at line 325 of file PapywizardImport.cpp.

References m_cpfind, m_cpfindParams, m_geocpset, and threshold().

Referenced by PapywizardImportDialog().

◆ RunCpfind()

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

Definition at line 312 of file PapywizardImport.cpp.

References m_cpfind.

◆ RunGeocpset()

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

Definition at line 320 of file PapywizardImport.cpp.

References m_geocpset.

Member Data Documentation

◆ m_cpfind

wxCheckBox* Papywizard::PapywizardImportDialog::m_cpfind
private

◆ m_cpfindParams

wxTextCtrl* Papywizard::PapywizardImportDialog::m_cpfindParams
private

◆ m_geocpset

wxCheckBox* Papywizard::PapywizardImportDialog::m_geocpset
private

Definition at line 335 of file PapywizardImport.cpp.

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

◆ m_linkPos

wxCheckBox* Papywizard::PapywizardImportDialog::m_linkPos
private

Definition at line 332 of file PapywizardImport.cpp.

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


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