Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
VideoSource_Controller_Base.cpp
1 #include <Gui/VideoSource_Controller_Base.hh>
2 #include <img/miplogochars32x32.xpm>
3 
5  wxWindow *parent,
6  wxWindowID id,
7  const wxString& title,
8  const wxPoint& pos,
9  const wxSize& size,
10  long style,
11  const wxString& name)
12 : wxFrame(parent, id, title, pos, size, style, name) {
13 
14  SetIcon(wxIcon(miplogochars32x32_xpm));
15 }
16 
18 
VideoSource_Controller_Base(wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE, const wxString &name=wxFrameNameStr)