|
wxArt2D
|
#include <transdlg.h>


Public Member Functions | |
| a2dTransDlg () | |
| Constructors. More... | |
| a2dTransDlg (wxWindow *parent, bool modal=false, wxWindowID id=SYMBOL_TRANSFORM_IDNAME, const wxString &caption=SYMBOL_TRANSFORM_TITLE, const wxPoint &pos=SYMBOL_TRANSFORM_POSITION, const wxSize &size=SYMBOL_TRANSFORM_SIZE, long style=SYMBOL_TRANSFORM_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_TRANSFORM_IDNAME, const wxString &caption=SYMBOL_TRANSFORM_TITLE, const wxPoint &pos=SYMBOL_TRANSFORM_POSITION, const wxSize &size=SYMBOL_TRANSFORM_SIZE, long style=SYMBOL_TRANSFORM_STYLE) |
| Creation. More... | |
| ~a2dTransDlg () | |
| Destructor. More... | |
| void | Init () |
| Initialises member variables. More... | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | OnHideClick (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_hide More... | |
| void | OnApplyClick (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_apply More... | |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? More... | |
Public Attributes | |
| wxTextCtrl * | m_x |
| wxTextCtrl * | m_y |
| wxTextCtrl * | m_scalex |
| wxTextCtrl * | m_scaley |
| wxCheckBox * | m_vertical |
| wxCheckBox * | m_horizontal |
| wxTextCtrl * | m_rotateangle |
| wxRadioButton * | m_clockwise |
| wxRadioButton * | m_counterclockwise |
| wxButton * | m_hide |
| wxButton * | m_apply |
| a2dAffineMatrix | m_lworld |
| bool | m_modal |
transform class declaration
Definition at line 29 of file transdlg.h.
| a2dTransDlg::a2dTransDlg | ( | ) |
Constructors.
transform type definition
transform event table definition
transform constructors
Definition at line 57 of file transdlg.cpp.
| a2dTransDlg::~a2dTransDlg | ( | ) |
| bool a2dTransDlg::Create | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_TRANSFORM_IDNAME, |
||
| const wxString & | caption = SYMBOL_TRANSFORM_TITLE, |
||
| const wxPoint & | pos = SYMBOL_TRANSFORM_POSITION, |
||
| const wxSize & | size = SYMBOL_TRANSFORM_SIZE, |
||
| long | style = SYMBOL_TRANSFORM_STYLE |
||
| ) |
| void a2dTransDlg::Init | ( | ) |
| void a2dTransDlg::OnApplyClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_apply
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_apply
Definition at line 265 of file transdlg.cpp.
| void a2dTransDlg::OnHideClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_hide
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_hide
Definition at line 252 of file transdlg.cpp.
|
static |