This class is responsible to handle the user interaction with control elements.
More...
#include <ControlEditor.h>
|
| ControlElementButton (wxWindow *parent, wxString label, wxImage image, wxWindowID id=wxID_ANY) |
|
|
virtual void | OnPaint (wxPaintEvent &event) |
|
virtual void | OnMouseEnter (wxMouseEvent &event) |
|
virtual void | OnMouseLeave (wxMouseEvent &event) |
|
virtual void | OnLeftClickDown (wxMouseEvent &event) |
|
virtual void | OnLeftClickUp (wxMouseEvent &event) |
|
|
wxString | m_label |
|
wxFont | m_font |
|
wxPoint | m_labelPosition |
|
wxImage | m_image |
|
wxSize | m_imageSize |
|
wxPoint | m_imagePosition |
|
int | m_borderSize = 2 |
|
bool | m_mouseAbove = false |
|
bool | m_selected = false |
|
wxSize | m_buttonSize |
|
This class is responsible to handle the user interaction with control elements.
- Author
- Thales Lima Oliveira thale.nosp@m.s@uf.nosp@m.u.br
- Date
- 05/10/2017
The documentation for this class was generated from the following files: