2020-04-30 17:49:41 +00:00
///////////////////////////////////////////////////////////////////////////
2023-01-08 16:27:01 +00:00
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
2020-04-30 17:49:41 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# pragma once
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
# include "dialog_shim.h"
# include <wx/string.h>
# include <wx/dirctrl.h>
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
# include <wx/sizer.h>
# include <wx/panel.h>
# include <wx/splitter.h>
# include <wx/stattext.h>
# include <wx/choice.h>
2023-01-08 16:27:01 +00:00
# include <wx/button.h>
2020-04-30 17:49:41 +00:00
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
2021-06-19 17:28:45 +00:00
/// Class DIALOG_SELECT_3D_MODEL_BASE
2020-04-30 17:49:41 +00:00
///////////////////////////////////////////////////////////////////////////////
2021-06-19 17:28:45 +00:00
class DIALOG_SELECT_3D_MODEL_BASE : public DIALOG_SHIM
2020-04-30 17:49:41 +00:00
{
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 ;
Fix various typos
Found via `codespell -q 3 -S *.po,./thirdparty,./Documentation/changelogs -L aactual,acount,aline,alocation,alog,anormal,anumber,aother,apoints,aparent,aray,ba,busses,dout,einstance,leaded,modul,ontext,ot,overide,serie,te,,tesselate,tesselator,tht`
2022-07-03 04:20:05 +00:00
// Virtual event handlers, override them in your derived class
2020-04-30 17:49:41 +00:00
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 :
2021-06-19 17:28:45 +00:00
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 ) ;
2023-01-08 16:27:01 +00:00
2021-06-19 17:28:45 +00:00
~ DIALOG_SELECT_3D_MODEL_BASE ( ) ;
2020-04-30 17:49:41 +00:00
void m_splitterWinOnIdle ( wxIdleEvent & )
{
2020-11-16 12:29:07 +00:00
m_splitterWin - > SetSashPosition ( 300 ) ;
2021-06-19 17:28:45 +00:00
m_splitterWin - > Disconnect ( wxEVT_IDLE , wxIdleEventHandler ( DIALOG_SELECT_3D_MODEL_BASE : : m_splitterWinOnIdle ) , NULL , this ) ;
2020-04-30 17:49:41 +00:00
}
} ;