/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_SELECT_3D_MODEL_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_SELECT_3D_MODEL_BASE : public DIALOG_SHIM { private: protected: wxSplitterWindow* m_splitterWin; wxPanel* m_panelLeft; wxGenericDirCtrl* m_FileTree; wxPanel* m_pane3Dviewer; wxBoxSizer* m_Sizer3Dviewer; wxStaticText* m_stDirChoice; wxChoice* m_dirChoices; wxButton* m_cfgPathsButt; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, overide them in your derived class virtual void OnFileActivated( wxCommandEvent& event ) { event.Skip(); } virtual void OnSelectionChanged( wxCommandEvent& event ) { event.Skip(); } virtual void SetRootDir( wxCommandEvent& event ) { event.Skip(); } virtual void Cfg3DPaths( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_SELECT_3D_MODEL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select 3D Model"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_SELECT_3D_MODEL_BASE(); void m_splitterWinOnIdle( wxIdleEvent& ) { m_splitterWin->SetSashPosition( 300 ); m_splitterWin->Disconnect( wxEVT_IDLE, wxIdleEventHandler( DIALOG_SELECT_3D_MODEL_BASE::m_splitterWinOnIdle ), NULL, this ); } };