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
wxTwoFilesInputDialogInterface Class Reference

Class wxTwoFilesInputDialogInterface. More...

#include <Gui/wxTwoFilesInputDialogInterface.h>

+ Inheritance diagram for wxTwoFilesInputDialogInterface:
+ Collaboration diagram for wxTwoFilesInputDialogInterface:

Public Member Functions

 wxTwoFilesInputDialogInterface (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Choose files"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 238), long style=wxCAPTION)
 
 ~wxTwoFilesInputDialogInterface ()
 

Protected Member Functions

virtual void OnButton1 (wxCommandEvent &event)
 
virtual 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

Class wxTwoFilesInputDialogInterface.

Definition at line 29 of file wxTwoFilesInputDialogInterface.h.

Constructor & Destructor Documentation

wxTwoFilesInputDialogInterface::wxTwoFilesInputDialogInterface ( wxWindow parent,
wxWindowID  id = wxID_ANY,
const wxString &  title = wxT("Choose files"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( 500,238 ),
long  style = wxCAPTION 
)
wxTwoFilesInputDialogInterface::~wxTwoFilesInputDialogInterface ( )

Definition at line 91 of file wxTwoFilesInputDialogInterface.cpp.

References m_button1, m_button2, OnButton1(), and OnButton2().

Member Function Documentation

virtual void wxTwoFilesInputDialogInterface::OnButton1 ( wxCommandEvent &  event)
inlineprotectedvirtual
virtual void wxTwoFilesInputDialogInterface::OnButton2 ( wxCommandEvent &  event)
inlineprotectedvirtual

Member Data Documentation

wxButton* wxTwoFilesInputDialogInterface::m_button1
protected
wxButton* wxTwoFilesInputDialogInterface::m_button2
protected
wxStdDialogButtonSizer* wxTwoFilesInputDialogInterface::m_sdbSizer1
protected

Definition at line 42 of file wxTwoFilesInputDialogInterface.h.

Referenced by wxTwoFilesInputDialogInterface().

wxButton* wxTwoFilesInputDialogInterface::m_sdbSizer1Cancel
protected

Definition at line 44 of file wxTwoFilesInputDialogInterface.h.

Referenced by wxTwoFilesInputDialogInterface().

wxButton* wxTwoFilesInputDialogInterface::m_sdbSizer1OK
protected

Definition at line 43 of file wxTwoFilesInputDialogInterface.h.

Referenced by wxTwoFilesInputDialogInterface().

wxStaticLine* wxTwoFilesInputDialogInterface::m_staticline3
protected

Definition at line 35 of file wxTwoFilesInputDialogInterface.h.

Referenced by wxTwoFilesInputDialogInterface().

wxStaticText* wxTwoFilesInputDialogInterface::m_staticText1
protected

Definition at line 36 of file wxTwoFilesInputDialogInterface.h.

Referenced by wxTwoFilesInputDialogInterface().

wxStaticText* wxTwoFilesInputDialogInterface::m_staticText2
protected

Definition at line 39 of file wxTwoFilesInputDialogInterface.h.

Referenced by wxTwoFilesInputDialogInterface().

wxStaticText* wxTwoFilesInputDialogInterface::m_staticTextHeadline
protected

Definition at line 34 of file wxTwoFilesInputDialogInterface.h.

Referenced by wxTwoFilesInputDialogInterface().

wxTextCtrl* wxTwoFilesInputDialogInterface::m_textCtrl1
protected
wxTextCtrl* wxTwoFilesInputDialogInterface::m_textCtrl2
protected

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