Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
SelectDirectoryFileDialog Class Reference

dialog for selection of directory and file name/type More...

Inheritance diagram for SelectDirectoryFileDialog:
Inheritance graph

Public Member Functions

 SelectDirectoryFileDialog (wxWindow *parent)
 Constructor, read from xrc ressource; restore last uses settings, size and position.
 
wxArrayString GetFilenames ()
 

Protected Member Functions

void OnOk (wxCommandEvent &e)
 

Private Member Functions

void FillFileTypeChoice ()
 

Private Attributes

wxDirPickerCtrlm_dirPicker
 
wxCheckBoxm_recursiveCheck
 
wxTextCtrl * m_filenameCtrl
 
wxChoicem_filetypeChoice
 
wxArrayString m_filenames
 
wxArrayString m_filetypeExtensions
 

Detailed Description

dialog for selection of directory and file name/type

Definition at line 45 of file StackerPanel.cpp.

Constructor & Destructor Documentation

◆ SelectDirectoryFileDialog()

SelectDirectoryFileDialog::SelectDirectoryFileDialog ( wxWindow *  parent)
inline

Constructor, read from xrc ressource; restore last uses settings, size and position.

Definition at line 49 of file StackerPanel.cpp.

References FillFileTypeChoice(), m_dirPicker, m_filenameCtrl, m_filetypeChoice, m_recursiveCheck, OnOk(), hugin_utils::RestoreFramePosition(), and threshold().

Member Function Documentation

◆ FillFileTypeChoice()

void SelectDirectoryFileDialog::FillFileTypeChoice ( )
inlineprivate

◆ GetFilenames()

wxArrayString SelectDirectoryFileDialog::GetFilenames ( )
inline

Definition at line 79 of file StackerPanel.cpp.

References m_filenames.

◆ OnOk()

void SelectDirectoryFileDialog::OnOk ( wxCommandEvent &  e)
inlineprotected

Member Data Documentation

◆ m_dirPicker

wxDirPickerCtrl* SelectDirectoryFileDialog::m_dirPicker
private

Definition at line 136 of file StackerPanel.cpp.

Referenced by OnOk(), and SelectDirectoryFileDialog().

◆ m_filenameCtrl

wxTextCtrl* SelectDirectoryFileDialog::m_filenameCtrl
private

Definition at line 138 of file StackerPanel.cpp.

Referenced by OnOk(), and SelectDirectoryFileDialog().

◆ m_filenames

wxArrayString SelectDirectoryFileDialog::m_filenames
private

Definition at line 140 of file StackerPanel.cpp.

Referenced by GetFilenames(), and OnOk().

◆ m_filetypeChoice

wxChoice* SelectDirectoryFileDialog::m_filetypeChoice
private

Definition at line 139 of file StackerPanel.cpp.

Referenced by FillFileTypeChoice(), OnOk(), and SelectDirectoryFileDialog().

◆ m_filetypeExtensions

wxArrayString SelectDirectoryFileDialog::m_filetypeExtensions
private

Definition at line 141 of file StackerPanel.cpp.

Referenced by FillFileTypeChoice(), and OnOk().

◆ m_recursiveCheck

wxCheckBox* SelectDirectoryFileDialog::m_recursiveCheck
private

Definition at line 137 of file StackerPanel.cpp.

Referenced by OnOk(), and SelectDirectoryFileDialog().


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