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

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

Go to the source code of this file.
Classes | |
| class | TruthTableCanvas |
| Class which draws a truth table. More... | |
| class | TruthTableCanvasEvent |
| Event class to send events from a TruthTableCanvas. More... | |
Defines | |
| #define | EVT_TRUTH_TABLE_CANVAS(id, fn) |
Typedefs | |
| typedef void(wxEvtHandler::* | TruthTableCanvasEventFunction )(TruthTableCanvasEvent &) |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( TRUTH_TABLE_CANVAS_ACTION, id, -1, \ (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) \ wxStaticCastEvent( TruthTableCanvasEventFunction, & fn ), (wxObject *) NULL ), Definition at line 98 of file truthTableCanvas.hpp. |
|
|
Definition at line 96 of file truthTableCanvas.hpp. |
1.4.6