10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/dirctrl.h>
19#include <wx/settings.h>
22#include <wx/splitter.h>
23#include <wx/stattext.h>
29#include <wx/checkbox.h>
58 virtual void SetRootDir( wxCommandEvent& event ) {
event.Skip(); }
59 virtual void Cfg3DPaths( wxCommandEvent& event ) {
event.Skip(); }
64 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 );
Class DIALOG_SELECT_3D_MODEL_BASE.
wxStaticText * m_stDirChoice
wxBoxSizer * m_Sizer3Dviewer
virtual void OnFileActivated(wxCommandEvent &event)
wxButton * m_cfgPathsButt
virtual void SetRootDir(wxCommandEvent &event)
~DIALOG_SELECT_3D_MODEL_BASE()
wxButton * m_sdbSizerCancel
wxStdDialogButtonSizer * m_sdbSizer
void m_splitterWinOnIdle(wxIdleEvent &)
wxSplitterWindow * m_splitterWin
virtual void Cfg3DPaths(wxCommandEvent &event)
virtual void OnSelectionChanged(wxCommandEvent &event)
wxGenericDirCtrl * m_FileTree
wxCheckBox * m_EmbedModelCb
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...