Create_Test_Model_Dialog_Base.h
Go to the documentation of this file.
1 
21 #ifndef CREATE_TEST_MODEL_DIALOG_BASE_H_
22 #define CREATE_TEST_MODEL_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/button.h>
32 #include <wx/dialog.h>
33 
34 
35 class Create_Test_Model_Dialog_Base : public wxDialog
36 {
37 
38 protected:
39 
40  wxStaticText* label_message;
41  wxButton* button_abort;
42 
43  // Virtual event handlers, overide them in your derived class
44  virtual void onCloseClicked( wxCloseEvent& event ) { event.Skip(); }
45  virtual void onButtonAbortClicked( wxCommandEvent& event ) { event.Skip(); }
46 
47 
48 public:
49 
50  Create_Test_Model_Dialog_Base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Please wait..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 200,100 ), long style = wxDEFAULT_DIALOG_STYLE );
52 
53 };
54 
55 #endif //CREATE_TEST_MODEL_DIALOG_BASE_H_
Create_Test_Model_Dialog_Base(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Please wait..."), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(200, 100), long style=wxDEFAULT_DIALOG_STYLE)
virtual void onCloseClicked(wxCloseEvent &event)
virtual void onButtonAbortClicked(wxCommandEvent &event)


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