10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/checkbox.h>
22#include <wx/settings.h>
24#include <wx/statbox.h>
25#include <wx/textctrl.h>
27#include <wx/stattext.h>
28#include <wx/statline.h>
117 virtual void OnUpdateUI( wxUpdateUIEvent& event ) {
event.Skip(); }
127 DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Edit Text and Graphic Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
A simple color swatch of the kind used to set layer colors.
Class DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE.
wxCheckBox * m_typeFilterOpt
wxStaticLine * m_staticline3
wxCheckBox * m_hierLabels
wxCheckBox * m_selectedFilterOpt
virtual void onFontSelected(wxCommandEvent &event)
virtual void OnFieldNameFilterText(wxCommandEvent &event)
wxStaticText * m_fontLabel
wxStaticText * m_staticText14
wxCheckBox * m_sheetFields
wxTextCtrl * m_textSizeCtrl
wxStaticLine * m_staticline21
wxStaticText * m_textSizeLabel
wxButton * m_sdbSizerButtonsOK
wxCheckBox * m_schTextAndGraphics
wxCheckBox * m_globalLabels
wxStaticText * m_dotSizeUnits
wxCheckBox * m_otherFields
wxTextCtrl * m_fieldnameFilter
wxTextCtrl * m_symbolFilter
wxStaticText * orientationLabel
wxCheckBox * m_setDotColor
wxStaticLine * m_staticline4
wxCheckBox * m_sheetBorders
wxStaticLine * m_staticline1
wxStaticText * m_staticText15
wxStaticText * m_staticText13
wxPanel * m_specifiedValues
~DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE()
COLOR_SWATCH * m_dotColorSwatch
wxCheckBox * m_referenceFilterOpt
wxCheckBox * m_symbolFilterOpt
wxStaticText * m_staticText16
wxButton * m_sdbSizerButtonsCancel
virtual void OnNetFilterText(wxCommandEvent &event)
virtual void OnSymbolFilterText(wxCommandEvent &event)
wxStaticLine * m_staticline5
virtual void OnReferenceFilterText(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizerButtons
wxCheckBox * m_setFillColor
wxCheckBox * m_labelFields
wxCheckBox * m_netFilterOpt
wxStaticText * m_lineWidthLabel
wxTextCtrl * m_referenceFilter
wxStaticText * m_lineWidthUnits
COLOR_SWATCH * m_colorSwatch
wxStaticText * m_textSizeUnits
COLOR_SWATCH * m_fillColorSwatch
wxTextCtrl * m_LineWidthCtrl
wxStaticText * m_dotSizeLabel
virtual void OnUpdateUI(wxUpdateUIEvent &event)
wxCheckBox * m_showFieldNames
wxCheckBox * m_fieldnameFilterOpt
wxCheckBox * m_setTextColor
wxStaticText * m_staticText12
wxStaticText * vAlignLabel
wxStaticText * hAlignLabel
wxStaticText * lineStyleLabel
wxTextCtrl * m_dotSizeCtrl
wxButton * m_sdbSizerButtonsApply
COLOR_SWATCH * m_textColorSwatch
wxStaticLine * m_staticline2
wxCheckBox * m_sheetTitles
wxCheckBox * m_references
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...