Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
wxTwoFilesInputDialog.h
1 #ifndef __wxTwoFilesInputDialog__
2 #define __wxTwoFilesInputDialog__
3 
4 
5 /**
6 @file
7 Subclass of wxTwoFilesInputDialogInterface, which is generated by wxFormBuilder.
8 */
9 
10 #include <Base/Common/W32Compat.hh>
11 #include <Base/Common/BIASpragmaStart.hh>
12 #include "wxTwoFilesInputDialogInterface.h"
13 
14 /** Implementing wxTwoFilesInputDialogInterface */
16 {
17 protected:
18  // Handlers for wxTwoFilesInputDialogInterface events.
19  void OnButton1( wxCommandEvent& event );
20  void OnButton2( wxCommandEvent& event );
21 
22 public:
23  /** Constructor */
25 
26  wxString GetString1();
27  wxString GetString2();
28  void SetString1(wxString s);
29  void SetString2(wxString s);
30 };
31 #include <Base/Common/BIASpragmaEnd.hh>
32 #endif // __wxTwoFilesInputDialog__
Implementing wxTwoFilesInputDialogInterface.
Class wxTwoFilesInputDialogInterface.
virtual void OnButton1(wxCommandEvent &event)
virtual void OnButton2(wxCommandEvent &event)