Create_Output_Files_Dialog_Base.h
Go to the documentation of this file.
1 
21 #ifndef CREATE_OUTPUT_FILES_DIALOG_BASE_H_
22 #define CREATE_OUTPUT_FILES_DIALOG_BASE_H_
23 
24 #include <wx/string.h>
25 #include <wx/stattext.h>
26 #include <wx/gdicmn.h>
27 #include <wx/font.h>
28 #include <wx/colour.h>
29 #include <wx/settings.h>
30 #include <wx/sizer.h>
31 #include <wx/gauge.h>
32 #include <wx/button.h>
33 #include <wx/dialog.h>
34 
35 
36 class Create_Output_Files_Dialog_Base : public wxDialog
37 {
38 
39 protected:
40 
41  wxStaticText* label_message;
42  wxGauge* progress_bar;
43  wxButton* button_done;
44 
45  // Virtual event handlers, overide them in your derived class
46  virtual void onDialogClose( wxCloseEvent& event ) { event.Skip(); }
47  virtual void onButtonDoneClicked( wxCommandEvent& event ) { event.Skip(); }
48 
49 
50 public:
51 
52  Create_Output_Files_Dialog_Base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Creating files"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 250,130 ), long style = wxDEFAULT_DIALOG_STYLE );
54 
55 };
56 
57 #endif //CREATE_OUTPUT_FILES_DIALOG_BASE_H_
virtual void onButtonDoneClicked(wxCommandEvent &event)
virtual void onDialogClose(wxCloseEvent &event)
Create_Output_Files_Dialog_Base(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Creating files"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(250, 130), long style=wxDEFAULT_DIALOG_STYLE)


asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Mon Dec 16 2019 03:31:15