Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
wxVideoSettingsDialogBase.h
1 ///////////////////////////////////////////////////////////////////////////
2 // C++ code generated with wxFormBuilder (version Apr 17 2008)
3 // http://www.wxformbuilder.org/
4 //
5 // PLEASE DO "NOT" EDIT THIS FILE!
6 ///////////////////////////////////////////////////////////////////////////
7 
8 #ifndef __wxVideoSettingsDialogBase__
9 #define __wxVideoSettingsDialogBase__
10 
11 #include <wx/string.h>
12 #include <wx/stattext.h>
13 #include <wx/gdicmn.h>
14 #include <wx/font.h>
15 #include <wx/colour.h>
16 #include <wx/settings.h>
17 #include <wx/textctrl.h>
18 #include <wx/sizer.h>
19 #include <wx/button.h>
20 #include <wx/choice.h>
21 #include <wx/dialog.h>
22 
23 ///////////////////////////////////////////////////////////////////////////
24 
25 
26 ///////////////////////////////////////////////////////////////////////////////
27 /// Class wxVideoSettingsDialogBase
28 ///////////////////////////////////////////////////////////////////////////////
29 class wxVideoSettingsDialogBase : public wxDialog
30 {
31  private:
32 
33  protected:
34  wxStaticText* m_staticText1;
35  wxTextCtrl* m_textWidth;
36  wxStaticText* m_staticText4;
37  wxTextCtrl* m_textHeight;
38  wxStaticText* m_staticText9;
39  wxStaticText* m_staticText2;
40  wxTextCtrl* m_textBitrate;
41  wxStaticText* m_staticText8;
42 
43 
44  wxStaticText* m_staticText3;
45  wxTextCtrl* m_textFPS;
46 
47 
48 
49  wxStaticText* m_staticText5;
50  wxTextCtrl* m_textGoPSize;
51 
52  wxStaticText* m_staticText6;
53  wxTextCtrl* m_textMaxBFrames;
54 
55 
56  wxStaticText* m_staticText7;
57  wxTextCtrl* m_textOutFilenames;
58  wxButton* m_button4;
59  wxStaticText* m_staticText11;
60  wxChoice* m_choiceCodec;
61  wxStdDialogButtonSizer* m_sdbSizer1;
62  wxButton* m_sdbSizer1OK;
63  wxButton* m_sdbSizer1Cancel;
64 
65  // Virtual event handlers, overide them in your derived class
66  virtual void OnSelectFile( wxCommandEvent& event ){ event.Skip(); }
67  virtual void OnOk( wxCommandEvent& event ){ event.Skip(); }
68 
69 
70  public:
71  wxVideoSettingsDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Choose Video Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 448,310 ), long style = wxDEFAULT_DIALOG_STYLE );
73 
74 };
75 
76 #endif //__wxVideoSettingsDialogBase__
virtual void OnSelectFile(wxCommandEvent &event)
virtual void OnOk(wxCommandEvent &event)
Class wxVideoSettingsDialogBase.
wxVideoSettingsDialogBase(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Choose Video Settings"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(448, 310), long style=wxDEFAULT_DIALOG_STYLE)
wxStdDialogButtonSizer * m_sdbSizer1