#include <drawing_panel.h>
Public Member Functions | |
DrawingPanel () | |
Constructors. | |
DrawingPanel (wxWindow *parent, wxWindowID id=SYMBOL_DRAWINGPANEL_IDNAME, const wxPoint &pos=SYMBOL_DRAWINGPANEL_POSITION, const wxSize &size=SYMBOL_DRAWINGPANEL_SIZE, long style=SYMBOL_DRAWINGPANEL_STYLE) | |
~DrawingPanel () | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_DRAWINGPANEL_IDNAME, const wxPoint &pos=SYMBOL_DRAWINGPANEL_POSITION, const wxSize &size=SYMBOL_DRAWINGPANEL_SIZE, long style=SYMBOL_DRAWINGPANEL_STYLE) |
Creation. | |
void | CreateControls () |
Creates the controls and sizers. | |
void | OnSize (wxSizeEvent &event) |
wxEVT_SIZE event handler for ID_MYDIALOG | |
void | OnPaint (wxPaintEvent &event) |
wxEVT_PAINT event handler for ID_MYDIALOG | |
void | OnEraseBackground (wxEraseEvent &event) |
wxEVT_ERASE_BACKGROUND event handler for ID_MYDIALOG | |
wxBitmap | GetBitmapResource (const wxString &name) |
Retrieves bitmap resources. | |
wxIcon | GetIconResource (const wxString &name) |
Retrieves icon resources. | |
void | Freeze (void) |
bool | IsFreezed (void) |
void | RefreshBackBitmap (void) |
void | RefreshLeftBackBitmap (void) |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? | |
Public Attributes | |
DrawingLeftCanvas * | m_draw_left_canvas |
DrawingCanvas * | m_draw_canvas |
AppSettings * | m_app_settings |
Protected Attributes | |
bool | m_freezed |
wxMutex | m_mutex |
|
Constructors. DrawingPanel constructors |
|
|
|
|
|
Creation. DrawingPanel creator |
|
Creates the controls and sizers. Control creation for DrawingPanel |
|
|
|
Retrieves bitmap resources. Get bitmap resources |
|
Retrieves icon resources. Get icon resources |
|
|
|
wxEVT_ERASE_BACKGROUND event handler for ID_MYDIALOG wxEVT_ERASE_BACKGROUND event handler for ID_DRAW_CANVAS_PANEL |
|
wxEVT_PAINT event handler for ID_MYDIALOG wxEVT_PAINT event handler for ID_DRAW_CANVAS_PANEL |
|
wxEVT_SIZE event handler for ID_MYDIALOG wxEVT_SIZE event handler for ID_MYDIALOG |
|
|
|
|
|
Should we show tooltips? Should we show tooltips? |
|
|
|
|
|
|
|
|
|
|