#include <canvasmanipulator.h>
Inheritance diagram for CMRightClick:


Public Member Functions | |
| CMRightClick (ItemDocument *itemDocument, CMManager *cmManager) | |
| virtual | ~CMRightClick () |
| virtual Type | type () const |
| virtual bool | mousePressedInitial (const EventInfo &info) |
| virtual bool | mouseMoved (const EventInfo &info) |
| virtual bool | mouseReleased (const EventInfo &info) |
Static Public Member Functions | |
| static CanvasManipulator * | construct (ItemDocument *itemDocument, CMManager *cmManager) |
| static ManipulatorInfo * | manipulatorInfo () |
| static bool | acceptManipulation (uint eventState, uint cmState, uint itemType, uint cnItemType) |
Definition at line 252 of file canvasmanipulator.h.
| bool CMRightClick::mousePressedInitial | ( | const EventInfo & | info | ) | [virtual] |
Called when the user single-clicks the mouse
Reimplemented from CanvasManipulator.
Definition at line 426 of file canvasmanipulator.cpp.
References ItemDocument::canvasRightClick(), EventInfo::globalPos, CanvasManipulator::m_eventInfo, CanvasManipulator::p_itemDocument, and EventInfo::qcanvasItemClickedOn.
| bool CMRightClick::mouseMoved | ( | const EventInfo & | info | ) | [virtual] |
Called when the user moves the mouse
Reimplemented from CanvasManipulator.
Definition at line 433 of file canvasmanipulator.cpp.
| bool CMRightClick::mouseReleased | ( | const EventInfo & | info | ) | [virtual] |
Called when the user releases the mouse
Reimplemented from CanvasManipulator.
Definition at line 438 of file canvasmanipulator.cpp.
1.5.1