Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. More...
 
wxArrayString GetFilenames ()
 

Protected Member Functions

void OnOk (wxCommandEvent &e)
 

Private Member Functions

void FillFileTypeChoice ()
 

Private Attributes

wxDirPickerCtrl * m_dirPicker
 
wxCheckBox * m_recursiveCheck
 
wxTextCtrl * m_filenameCtrl
 
wxChoice * m_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 ( 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(), and hugin_utils::RestoreFramePosition().

Member Function Documentation

void SelectDirectoryFileDialog::FillFileTypeChoice ( )
inlineprivate
wxArrayString SelectDirectoryFileDialog::GetFilenames ( )
inline

Definition at line 79 of file StackerPanel.cpp.

References m_filenames.

Referenced by StackerPanel::OnAddDirectory().

void SelectDirectoryFileDialog::OnOk ( wxCommandEvent &  e)
inlineprotected

Member Data Documentation

wxDirPickerCtrl* SelectDirectoryFileDialog::m_dirPicker
private

Definition at line 136 of file StackerPanel.cpp.

Referenced by OnOk(), and SelectDirectoryFileDialog().

wxTextCtrl* SelectDirectoryFileDialog::m_filenameCtrl
private

Definition at line 138 of file StackerPanel.cpp.

Referenced by OnOk(), and SelectDirectoryFileDialog().

wxArrayString SelectDirectoryFileDialog::m_filenames
private

Definition at line 140 of file StackerPanel.cpp.

Referenced by GetFilenames(), and OnOk().

wxChoice* SelectDirectoryFileDialog::m_filetypeChoice
private

Definition at line 139 of file StackerPanel.cpp.

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

wxArrayString SelectDirectoryFileDialog::m_filetypeExtensions
private

Definition at line 141 of file StackerPanel.cpp.

Referenced by FillFileTypeChoice(), and OnOk().

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: