10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/filepicker.h>
21#include <wx/textctrl.h>
23#include <wx/checkbox.h>
65 DIALOG_EXPORT_VRML_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"VRML Export Options"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
~DIALOG_EXPORT_VRML_BASE()
wxCheckBox * m_cbRemoveUnspecified
wxStdDialogButtonSizer * m_sdbSizer
wxCheckBox * m_cbUserDefinedOrigin
DIALOG_EXPORT_VRML_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("VRML Export Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void OnUpdateUseRelativePath(wxUpdateUIEvent &event)
wxStaticText * m_staticText3
wxCheckBox * m_cbCopyFiles
wxStaticText * m_unitsLabel
wxStaticText * m_staticText1
wxTextCtrl * m_SubdirNameCtrl
wxButton * m_sdbSizerCancel
wxCheckBox * m_cbUseRelativePaths
wxFilePickerCtrl * m_filePicker
wxCheckBox * m_cbRemoveDNP
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)