

Public Member Functions | |
| CanvasEvent (const QCanvasItem *item) | |
| Constructor taking the wrapped object as argument. | |
| data () const | |
| const QCanvasItem * | item () const |
| Returns the wrapped object to be used for the event processing. | |
| setData (void *data) | |
Private Attributes | |
| const QCanvasItem * | m_item |
| The wrapped object. | |
Definition at line 84 of file FigureEditor.h.
| CanvasEvent | ( | const QCanvasItem * | item | ) | [inline] |
| const QCanvasItem* item | ( | ) | const [inline] |
Returns the wrapped object to be used for the event processing.
Definition at line 111 of file FigureEditor.h.
const QCanvasItem* m_item [private] |