Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
wxViscaControlFrameInterface.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 __wxViscaControlFrameInterface__
9 #define __wxViscaControlFrameInterface__
10 
11 #include <Gui/wxViscaControlPanel.h>
12 #include <wx/gdicmn.h>
13 #include <wx/font.h>
14 #include <wx/colour.h>
15 #include <wx/settings.h>
16 #include <wx/string.h>
17 #include <wx/sizer.h>
18 #include <wx/statusbr.h>
19 #include <wx/frame.h>
20 
21 ///////////////////////////////////////////////////////////////////////////
22 
23 namespace BIAS
24 {
25 
26  ///////////////////////////////////////////////////////////////////////////////
27  /// Class wxViscaControlFrameInterface
28  ///////////////////////////////////////////////////////////////////////////////
29  class wxViscaControlFrameInterface : public wxFrame
30  {
31  private:
32 
33  protected:
35  wxStatusBar* m_statusBar;
36 
37  public:
38  wxViscaControlFrameInterface( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Sony - Visca Control Panel"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 582,398 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
40 
41  };
42 
43 } // namespace BIAS
44 
45 #endif //__wxViscaControlFrameInterface__
Implementing wxViscaControlPanelInterface.
wxViscaControlFrameInterface(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Sony - Visca Control Panel"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(582, 398), long style=wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL)
Class wxViscaControlFrameInterface.