A derived class of QCustomEvent PlotTable events. More...
#include <PlotTableEvent.h>
Public Types | |
enum | Type { Copy = 1001, Close = 1002 } |
The event types avaiable. More... | |
Public Member Functions | |
data () const | |
PlotTableEvent (Type type) | |
PlotTableEvent (const PlotTableEvent &) | |
The copy constructor. | |
setData (void *data) | |
virtual | ~PlotTableEvent () |
The required virtual destructor. |
A derived class of QCustomEvent PlotTable events.
A derived class of QCustomEvent events generated by the PlotTable. The PlotTable uses this mechanism in browser mode to inform the initiating Window of changes.
Definition at line 39 of file PlotTableEvent.h.
enum Type |
PlotTableEvent | ( | PlotTableEvent::Type | type | ) |
Definition at line 25 of file PlotTableEvent.cxx.
PlotTableEvent | ( | const PlotTableEvent & | event | ) |
The copy constructor.
Definition at line 31 of file PlotTableEvent.cxx.
~PlotTableEvent | ( | ) | [virtual] |
The required virtual destructor.
Definition at line 36 of file PlotTableEvent.cxx.