8 #ifndef __DIALOG_MOVE_EXACT_BASE_H__ 9 #define __DIALOG_MOVE_EXACT_BASE_H__ 11 #include <wx/artprov.h> 12 #include <wx/xrc/xmlres.h> 18 #include <wx/string.h> 19 #include <wx/checkbox.h> 20 #include <wx/gdicmn.h> 22 #include <wx/colour.h> 23 #include <wx/settings.h> 24 #include <wx/stattext.h> 25 #include <wx/textctrl.h> 26 #include <wx/button.h> 28 #include <wx/radiobox.h> 29 #include <wx/choice.h> 30 #include <wx/statline.h> 31 #include <wx/dialog.h> 70 virtual void OnClear( wxCommandEvent& event ) {
event.Skip(); }
77 DIALOG_MOVE_EXACT_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title = _(
"Move Item"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 427,250 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
82 #endif //__DIALOG_MOVE_EXACT_BASE_H__
wxStaticText * m_rotLabel
wxCheckBox * m_polarCoords
TEXT_CTRL_EVAL * m_yEntry
Class DIALOG_MOVE_EXACT_BASE.
Class DIALOG_SHIM may sit in the inheritance tree between wxDialog and any class written by wxFormBui...
wxRadioBox * m_originChooser
wxChoice * m_anchorChoice
virtual void OnOriginChanged(wxCommandEvent &event)
DIALOG_MOVE_EXACT_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Move Item"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(427, 250), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
TEXT_CTRL_EVAL * m_rotEntry
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)
wxCheckBox * m_cbOverride
TEXT_CTRL_EVAL * m_xEntry
wxTextCtrl wrapper to handle math expression evaluation.
virtual void OnOverrideChanged(wxCommandEvent &event)
wxBoxSizer * bAnchorSizer
wxButton * m_stdButtonsOK
wxStdDialogButtonSizer * m_stdButtons