#include <drawing_left_canvas.h>
Public Member Functions | |
| DrawingLeftCanvas () | |
| Constructors. | |
| DrawingLeftCanvas (int scope_index, wxWindow *parent, wxWindowID id=SYMBOL_DRAWINGLEFTCANVAS_IDNAME, const wxPoint &pos=SYMBOL_DRAWINGLEFTCANVAS_POSITION, const wxSize &size=SYMBOL_DRAWINGLEFTCANVAS_SIZE, long style=SYMBOL_DRAWINGLEFTCANVAS_STYLE) | |
| ~DrawingLeftCanvas () | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_DRAWINGLEFTCANVAS_IDNAME, const wxPoint &pos=SYMBOL_DRAWINGLEFTCANVAS_POSITION, const wxSize &size=SYMBOL_DRAWINGLEFTCANVAS_SIZE, long style=SYMBOL_DRAWINGLEFTCANVAS_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | OnSize (wxSizeEvent &event) |
| wxEVT_SIZE event handler for ID_DRAWINGLEFTCANVAS | |
| void | OnPaint (wxPaintEvent &event) |
| wxEVT_PAINT event handler for ID_DRAWINGLEFTCANVAS | |
| void | OnEraseBackground (wxEraseEvent &event) |
| wxEVT_ERASE_BACKGROUND event handler for ID_DRAWINGLEFTCANVAS | |
| wxBitmap | GetBitmapResource (const wxString &name) |
| Retrieves bitmap resources. | |
| wxIcon | GetIconResource (const wxString &name) |
| Retrieves icon resources. | |
| void | RefreshBackBitmap (void) |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Protected Member Functions | |
| void | DrawBackground (wxDC &dc) |
| void | DrawPosition (wxDC &dc) |
Protected Attributes | |
| wxBitmap * | m_p_back_bitmap |
| DrawingPanel * | m_parent |
| int | m_pix_X |
| int | m_pix_Y |
| bool | m_first_time |
| int | m_scope_index |
Definition at line 60 of file drawing_left_canvas.h.
|
|
Constructors. DrawingLeftCanvas constructors Definition at line 64 of file drawing_left_canvas.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 69 of file drawing_left_canvas.cpp. References Create(), m_p_back_bitmap, and m_scope_index. |
|
|
Definition at line 75 of file drawing_left_canvas.cpp. References m_p_back_bitmap. |
|
||||||||||||||||||||||||
|
Creation. DrawingLeftCanvas creator Definition at line 84 of file drawing_left_canvas.cpp. References CreateControls(). Referenced by DrawingLeftCanvas(). |
|
|
Creates the controls and sizers. Control creation for DrawingLeftCanvas Definition at line 102 of file drawing_left_canvas.cpp. Referenced by Create(). |
|
|
Definition at line 234 of file drawing_left_canvas.cpp. |
|
|
Definition at line 189 of file drawing_left_canvas.cpp. References DrawingPanel::m_app_settings, AppSettings::m_board_array, and m_parent. |
|
|
Retrieves bitmap resources. Get bitmap resources Definition at line 125 of file drawing_left_canvas.cpp. |
|
|
Retrieves icon resources. Get icon resources Definition at line 138 of file drawing_left_canvas.cpp. |
|
|
wxEVT_ERASE_BACKGROUND event handler for ID_DRAWINGLEFTCANVAS wxEVT_ERASE_BACKGROUND event handler for ID_DRAWINGLEFTCANVAS Definition at line 185 of file drawing_left_canvas.cpp. |
|
|
wxEVT_PAINT event handler for ID_DRAWINGLEFTCANVAS wxEVT_PAINT event handler for ID_DRAWINGLEFTCANVAS Definition at line 160 of file drawing_left_canvas.cpp. |
|
|
wxEVT_SIZE event handler for ID_DRAWINGLEFTCANVAS wxEVT_SIZE event handler for ID_DRAWINGLEFTCANVAS Definition at line 150 of file drawing_left_canvas.cpp. References RefreshBackBitmap(). |
|
|
Definition at line 199 of file drawing_left_canvas.cpp. Referenced by OnSize(), and DrawingPanel::RefreshLeftBackBitmap(). |
|
|
Should we show tooltips? Should we show tooltips? Definition at line 116 of file drawing_left_canvas.cpp. |
|
|
Definition at line 113 of file drawing_left_canvas.h. |
|
|
Definition at line 110 of file drawing_left_canvas.h. Referenced by DrawingLeftCanvas(), and ~DrawingLeftCanvas(). |
|
|
Definition at line 111 of file drawing_left_canvas.h. Referenced by DrawPosition(). |
|
|
Definition at line 112 of file drawing_left_canvas.h. |
|
|
Definition at line 112 of file drawing_left_canvas.h. |
|
|
Definition at line 114 of file drawing_left_canvas.h. Referenced by DrawingLeftCanvas(). |
1.4.6-NO