wxArt2D
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
a2dTransDlg Class Reference

#include <transdlg.h>

Inheritance diagram for a2dTransDlg:
Inheritance graph
[legend]
Collaboration diagram for a2dTransDlg:
Collaboration graph
[legend]

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
 

Detailed Description

transform class declaration

Definition at line 29 of file transdlg.h.

Constructor & Destructor Documentation

a2dTransDlg::a2dTransDlg ( )

Constructors.

transform type definition

transform event table definition

transform constructors

Definition at line 57 of file transdlg.cpp.

a2dTransDlg::~a2dTransDlg ( )

Destructor.

transform destructor

Definition at line 91 of file transdlg.cpp.

Member Function Documentation

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 
)

Creation.

transform creator

Definition at line 73 of file transdlg.cpp.

void a2dTransDlg::Init ( )

Initialises member variables.

Member initialisation

Definition at line 99 of file transdlg.cpp.

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.

bool a2dTransDlg::ShowToolTips ( )
static

Should we show tooltips?

Should we show tooltips?

Definition at line 244 of file transdlg.cpp.


The documentation for this class was generated from the following files:
a2dTransDlg Class Reference -- Sun Oct 12 2014 17:04:51 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation