10 #include <wx/artprov.h> 11 #include <wx/xrc/xmlres.h> 14 #include <wx/string.h> 15 #include <wx/stattext.h> 16 #include <wx/gdicmn.h> 18 #include <wx/colour.h> 19 #include <wx/settings.h> 20 #include <wx/textctrl.h> 21 #include <wx/bitmap.h> 24 #include <wx/button.h> 25 #include <wx/choice.h> 27 #include <wx/statline.h> 28 #include <wx/checkbox.h> 29 #include <wx/dialog.h> 65 virtual void OnClear( wxCommandEvent& event ) {
event.Skip(); }
71 DIALOG_MOVE_EXACT_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Move Item"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
wxStaticText * m_rotLabel
wxCheckBox * m_polarCoords
Class DIALOG_MOVE_EXACT_BASE.
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
DIALOG_MOVE_EXACT_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Move Item"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void OnClear(wxCommandEvent &event)
~DIALOG_MOVE_EXACT_BASE()
wxStaticLine * m_staticline1
wxButton * m_stdButtonsCancel
virtual void OnTextFocusLost(wxFocusEvent &event)
virtual void OnPolarChanged(wxCommandEvent &event)
wxChoice * m_anchorOptions
virtual void OnTextChanged(wxCommandEvent &event)
wxButton * m_stdButtonsOK
wxStdDialogButtonSizer * m_stdButtons