10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/textctrl.h>
19#include <wx/settings.h>
39 virtual void OnButtonPlot( wxCommandEvent& event ) {
event.Skip(); }
44 DIALOG_EXPORT_STEP_PROCESS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"STEP Export"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_EXPORT_STEP_PROCESS_BASE.
DIALOG_EXPORT_STEP_PROCESS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("STEP Export"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void OnButtonPlot(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
~DIALOG_EXPORT_STEP_PROCESS_BASE()
wxTextCtrl * m_textCtrlLog
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...