10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/stattext.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
24#include <wx/bmpbuttn.h>
30#include <wx/radiobox.h>
32#include <wx/checkbox.h>
33#include <wx/gbsizer.h>
34#include <wx/statbox.h>
82 virtual void OnUpdateUI( wxUpdateUIEvent& event ) {
event.Skip(); }
87 virtual void OnPlotAll( wxCommandEvent& event ) {
event.Skip(); }
92 DIALOG_PLOT_SCHEMATIC_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Plot Schematic Options"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_PLOT_SCHEMATIC_BASE.
wxTextCtrl * m_outputDirectoryName
wxRadioBox * m_plotFormatOpt
virtual void OnCloseWindow(wxCloseEvent &event)
wxStaticBoxSizer * m_otherOptions
wxStaticText * m_lineWidthUnits
wxCheckBox * m_plotPDFMetadata
wxTextCtrl * m_penWidthCtrl
wxChoice * m_ModeColorOption
virtual void OnOutputDirectoryBrowseClicked(wxCommandEvent &event)
wxStaticText * m_plotOriginTitle
STD_BITMAP_BUTTON * m_browseButton
wxButton * m_sdbSizer1Cancel
wxStdDialogButtonSizer * m_sdbSizer1
wxCheckBox * m_plotDrawingSheet
wxBoxSizer * m_optionsSizer
wxCheckBox * m_plotPDFPropertyPopups
wxStaticText * m_penWidthLabel
~DIALOG_PLOT_SCHEMATIC_BASE()
WX_HTML_REPORT_PANEL * m_MessagesBox
wxStaticText * m_staticText9
wxStaticText * m_lineWidthLabel
wxCheckBox * m_plotPDFHierarchicalLinks
virtual void OnPageSizeSelected(wxCommandEvent &event)
wxChoice * m_paperSizeOption
wxStaticText * m_staticText4
wxStaticBoxSizer * m_HPGLOptionsSizer
wxChoice * m_plotOriginOpt
wxStaticText * m_staticTextOutputDirectory
wxCheckBox * m_openFileAfterPlot
virtual void OnPlotAll(wxCommandEvent &event)
wxButton * m_sdbSizer1Apply
wxStaticText * m_penWidthUnits
wxCheckBox * m_plotBackgroundColor
virtual void OnPlotFormatSelection(wxCommandEvent &event)
virtual void OnPlotCurrent(wxCommandEvent &event)
wxTextCtrl * m_lineWidthCtrl
virtual void OnUpdateUI(wxUpdateUIEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A widget for browsing a rich text error/status report.