An Qt event class which wraps a QCanvasItem to be processed by the event. More...


Public Member Functions | |
| data () const | |
| const QCanvasItem * | item () const |
| Returns the wrapped object to be used for the event processing. More... | |
| m_item (item) | |
| setData (void *data) | |
Public Attributes | |
| __pad0__: QCustomEvent ( 1000 ) | |
| Constructor taking the wrapped object as argument. More... | |
Private Attributes | |
| const QCanvasItem * | m_item |
| The wrapped object. More... | |
An Qt event class which wraps a QCanvasItem to be processed by the event.
Definition at line 84 of file FigureEditor.h.
|
inline |
Returns the wrapped object to be used for the event processing.
Definition at line 111 of file FigureEditor.h.
|
inline |
Definition at line 105 of file FigureEditor.h.
| __pad0__ |
Constructor taking the wrapped object as argument.
Definition at line 104 of file FigureEditor.h.
|
private |
The wrapped object.
Definition at line 90 of file FigureEditor.h.