#include "trafupoint.h"#include <wx/event.h>


Go to the source code of this file.
Classes | |
| class | wxTransferFunctionEvent |
| Custom event class used to propagate changes within TransferFunctionCtrlCanvas to the rest of the application. More... | |
Defines | |
| #define | EVT_TRANSFERFUNCTION_CHANGED(id, fn) |
Typedefs | |
| typedef void(wxEvtHandler::* | wxTransferFunctionEventFunction )(wxTransferFunctionEvent &) |
| #define EVT_TRANSFERFUNCTION_CHANGED | ( | id, | |||
| fn | ) |
Value:
DECLARE_EVENT_TABLE_ENTRY(wxEVT_COMMAND_TRANSFERFUNCTION_CHANGED, id, -1,\ (wxObjectEventFunction) (wxEventFunction) (wxTransferFunctionEventFunction) & fn, (wxObject *) NULL),
Definition at line 38 of file trafu_ctrl_event.h.
| typedef void(wxEvtHandler::* wxTransferFunctionEventFunction)(wxTransferFunctionEvent &) |
Definition at line 32 of file trafu_ctrl_event.h.
1.5.6