#include <wx/wx.h>#include "grid.hpp"#include <vector>Include dependency graph for layoutCanvas.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | coordinate |
| Coordinate struct. More... | |
| class | LayoutCanvas |
| Class which draws a grid. More... | |
| class | LayoutCanvasEvent |
| Event class to send events from a LayoutCanvas. More... | |
Defines | |
| #define | EVT_LAYOUT_CANVAS(id, fn) |
Typedefs | |
| typedef void(wxEvtHandler::* | LayoutCanvasEventFunction )(LayoutCanvasEvent &) |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( LAYOUT_CANVAS_ACTION, id, -1, \ (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) \ wxStaticCastEvent( LayoutCanvasEventFunction, & fn ), (wxObject *) NULL ), Definition at line 158 of file layoutCanvas.hpp. |
|
|
Definition at line 156 of file layoutCanvas.hpp. |
1.4.6