QElectroTech 0.100.0-dev
|
The ESEventAddEllipse class This ESEvent manage creation of ellpise in an ElementScene. More...
#include <eseventaddellipse.h>
Public Member Functions | |
ESEventAddEllipse (ElementScene *scene) | |
ESEventAddEllipse::ESEventAddEllipse. | |
~ESEventAddEllipse () override | |
ESEventAddEllipse::~ESEventAddEllipse. | |
bool | mousePressEvent (QGraphicsSceneMouseEvent *event) override |
ESEventAddEllipse::mousePressEvent. | |
bool | mouseMoveEvent (QGraphicsSceneMouseEvent *event) override |
ESEventAddRect::mouseMoveEvent. | |
bool | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override |
ESEventAddEllipse::mouseReleaseEvent. | |
Public Member Functions inherited from ESEventInterface | |
ESEventInterface (ElementScene *scene) | |
virtual | ~ESEventInterface () |
ESEventInterface::~ESEventInterface Destructor. | |
void | init () |
ESEventInterface::init Init this event interface. | |
virtual bool | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
virtual bool | wheelEvent (QGraphicsSceneWheelEvent *event) |
virtual bool | keyPressEvent (QKeyEvent *event) |
ESEventInterface::keyPressEvent By default, press escape key abort the current action. | |
virtual bool | KeyReleaseEvent (QKeyEvent *event) |
virtual bool | isRunning () const |
virtual bool | isFinish () const |
Private Attributes | |
PartEllipse * | m_ellipse |
QPointF | m_origin |
QPointF | m_new_pos |
Additional Inherited Members | |
Protected Member Functions inherited from ESEventInterface | |
void | updateHelpCross (const QPointF &p) |
Protected Attributes inherited from ESEventInterface | |
ElementScene * | m_scene |
QETElementEditor * | m_editor |
QGraphicsLineItem * | m_help_horiz |
QGraphicsLineItem * | m_help_verti |
bool | m_running |
bool | m_abort |
The ESEventAddEllipse class This ESEvent manage creation of ellpise in an ElementScene.
ESEventAddEllipse::ESEventAddEllipse | ( | ElementScene * | scene | ) |
ESEventAddEllipse::ESEventAddEllipse.
scene |
|
override |
|
overridevirtual |
ESEventAddRect::mouseMoveEvent.
event |
Reimplemented from ESEventInterface.
|
overridevirtual |
ESEventAddEllipse::mousePressEvent.
event |
Reimplemented from ESEventInterface.
|
overridevirtual |
|
private |
|
private |
|
private |