Create_Test_Model_Dialog_Base.h
Go to the documentation of this file.
00001 
00021 #ifndef CREATE_TEST_MODEL_DIALOG_BASE_H_
00022 #define CREATE_TEST_MODEL_DIALOG_BASE_H_
00023 
00024 #include <wx/string.h>
00025 #include <wx/stattext.h>
00026 #include <wx/gdicmn.h>
00027 #include <wx/font.h>
00028 #include <wx/colour.h>
00029 #include <wx/settings.h>
00030 #include <wx/sizer.h>
00031 #include <wx/button.h>
00032 #include <wx/dialog.h>
00033 
00034 
00035 class Create_Test_Model_Dialog_Base : public wxDialog
00036 {
00037 
00038 protected:
00039 
00040     wxStaticText* label_message;
00041     wxButton* button_abort;
00042 
00043     // Virtual event handlers, overide them in your derived class
00044     virtual void onCloseClicked( wxCloseEvent& event ) { event.Skip(); }
00045     virtual void onButtonAbortClicked( wxCommandEvent& event ) { event.Skip(); }
00046 
00047 
00048 public:
00049 
00050     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 );
00051     ~Create_Test_Model_Dialog_Base();
00052 
00053 };
00054 
00055 #endif //CREATE_TEST_MODEL_DIALOG_BASE_H_


asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Thu Jun 6 2019 17:57:29