#include <layoutCanvas.hpp>
Public Member Functions | |
| LayoutCanvasEvent (wxEventType commandType=wxEVT_NULL, int id=0) | |
| Constructor. | |
| int | getX () |
| Member accessor. | |
| int | getY () |
| Member accessor. | |
| void | setX (int y) |
| Member set. | |
| void | setY (int y) |
| Member set. | |
Private Attributes | |
| int | x |
| x coordinate | |
| int | y |
| y coordinate | |
This class is a wxWindows event class done to send events from a LayoutCanvas object when a cell is clicked.
Definition at line 135 of file layoutCanvas.hpp.
|
||||||||||||
|
Constructor.
Definition at line 42 of file layoutCanvas.cpp. |
|
|
Member accessor.
Definition at line 54 of file layoutCanvas.cpp. References x. Referenced by RuleView::OnClick(), LayoutView::OnClick(), and ForbiddenPatternView::OnClick(). |
|
|
Member accessor.
Definition at line 64 of file layoutCanvas.cpp. References y. Referenced by RuleView::OnClick(), LayoutView::OnClick(), and ForbiddenPatternView::OnClick(). |
|
|
Member set.
Definition at line 74 of file layoutCanvas.cpp. Referenced by LayoutCanvas::OnLeftDown(). |
|
|
Member set.
Definition at line 84 of file layoutCanvas.cpp. Referenced by LayoutCanvas::OnLeftDown(). |
|
|
x coordinate
Definition at line 147 of file layoutCanvas.hpp. Referenced by getX(). |
|
|
y coordinate
Definition at line 149 of file layoutCanvas.hpp. Referenced by getY(). |
1.4.6