Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
wxViscaControlFrameInterface.cpp
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 #include "wxViscaControlFrameInterface.h"
9 
10 ///////////////////////////////////////////////////////////////////////////
11 using namespace BIAS;
12 
13 wxViscaControlFrameInterface::wxViscaControlFrameInterface( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxFrame( parent, id, title, pos, size, style )
14 {
15  this->SetSizeHints( wxDefaultSize, wxDefaultSize );
16 
17  wxFlexGridSizer* fgSizerTop;
18  fgSizerTop = new wxFlexGridSizer( 1, 1, 0, 0 );
19  fgSizerTop->AddGrowableCol( 0 );
20  fgSizerTop->AddGrowableRow( 0 );
21  fgSizerTop->SetFlexibleDirection( wxBOTH );
22  fgSizerTop->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
23 
24  m_vPanel_ = new wxViscaControlPanel(this);
25  fgSizerTop->Add( m_vPanel_, 0, wxALL|wxEXPAND, 5 );
26 
27  this->SetSizer( fgSizerTop );
28  this->Layout();
29  m_statusBar = this->CreateStatusBar( 1, wxST_SIZEGRIP, wxID_ANY );
30 
31  this->Centre( wxBOTH );
32 }
33 
35 {
36 }
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)