/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class ImageWindow /////////////////////////////////////////////////////////////////////////////// class ImageWindow : public wxFrame { private: protected: wxStaticBitmap* m_bitmap1; wxStatusBar* m_statusBar1; wxToolBar* m_toolBar1; wxToolBarToolBase* m_open_image; wxToolBarToolBase* m_rotate_left; wxToolBarToolBase* m_rotate_right; wxToolBarToolBase* m_zoom_in; wxToolBarToolBase* m_zoom_out; wxToolBarToolBase* m_fullscreen; public: ImageWindow( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Image viewer"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); ~ImageWindow(); };