Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
wxTwoFilesInputDialog Class Reference

Implementing wxTwoFilesInputDialogInterface. More...

#include <Gui/wxTwoFilesInputDialog.h>

+ Inheritance diagram for wxTwoFilesInputDialog:
+ Collaboration diagram for wxTwoFilesInputDialog:

Public Member Functions

wxString GetString1 ()
 
wxString GetString2 ()
 
void SetString1 (wxString s)
 
void SetString2 (wxString s)
 
 wxTwoFilesInputDialog (wxWindow *parent)
 Constructor. More...
 

Protected Member Functions

void OnButton1 (wxCommandEvent &event)
 
void OnButton2 (wxCommandEvent &event)
 

Protected Attributes

wxButton * m_button1
 
wxButton * m_button2
 
wxStdDialogButtonSizer * m_sdbSizer1
 
wxButton * m_sdbSizer1Cancel
 
wxButton * m_sdbSizer1OK
 
wxStaticLine * m_staticline3
 
wxStaticText * m_staticText1
 
wxStaticText * m_staticText2
 
wxStaticText * m_staticTextHeadline
 
wxTextCtrl * m_textCtrl1
 
wxTextCtrl * m_textCtrl2
 

Detailed Description

Implementing wxTwoFilesInputDialogInterface.

Definition at line 15 of file wxTwoFilesInputDialog.h.

Constructor & Destructor Documentation

wxTwoFilesInputDialog::wxTwoFilesInputDialog ( wxWindow parent)

Constructor.

Definition at line 4 of file wxTwoFilesInputDialog.cpp.

Member Function Documentation

wxString wxTwoFilesInputDialog::GetString1 ( )
wxString wxTwoFilesInputDialog::GetString2 ( )
void wxTwoFilesInputDialog::OnButton1 ( wxCommandEvent &  event)
protectedvirtual
void wxTwoFilesInputDialog::OnButton2 ( wxCommandEvent &  event)
protectedvirtual
void wxTwoFilesInputDialog::SetString1 ( wxString  s)
void wxTwoFilesInputDialog::SetString2 ( wxString  s)

Member Data Documentation

wxButton* wxTwoFilesInputDialogInterface::m_button1
protectedinherited
wxButton* wxTwoFilesInputDialogInterface::m_button2
protectedinherited
wxStdDialogButtonSizer* wxTwoFilesInputDialogInterface::m_sdbSizer1
protectedinherited
wxButton* wxTwoFilesInputDialogInterface::m_sdbSizer1Cancel
protectedinherited
wxButton* wxTwoFilesInputDialogInterface::m_sdbSizer1OK
protectedinherited
wxStaticLine* wxTwoFilesInputDialogInterface::m_staticline3
protectedinherited
wxStaticText* wxTwoFilesInputDialogInterface::m_staticText1
protectedinherited
wxStaticText* wxTwoFilesInputDialogInterface::m_staticText2
protectedinherited
wxStaticText* wxTwoFilesInputDialogInterface::m_staticTextHeadline
protectedinherited
wxTextCtrl* wxTwoFilesInputDialogInterface::m_textCtrl1
protectedinherited
wxTextCtrl* wxTwoFilesInputDialogInterface::m_textCtrl2
protectedinherited

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