QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
ESEventAddRect Class Reference

#include <eseventaddrect.h>

Inheritance diagram for ESEventAddRect:
Inheritance graph
Collaboration diagram for ESEventAddRect:
Collaboration graph

Public Member Functions

 ESEventAddRect (ElementScene *scene)
 ESEventAddRect::ESEventAddRect.
 ~ESEventAddRect () override
 ESEventAddRect::~ESEventAddRect.
bool mousePressEvent (QGraphicsSceneMouseEvent *event) override
 ESEventAddRect::mousePressEvent.
bool mouseMoveEvent (QGraphicsSceneMouseEvent *event) override
 ESEventAddRect::mouseMoveEvent.
bool mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override
 ESEventAddRect::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

PartRectanglem_rect

Additional Inherited Members

Protected Member Functions inherited from ESEventInterface
void updateHelpCross (const QPointF &p)
Protected Attributes inherited from ESEventInterface
ElementScenem_scene
QETElementEditorm_editor
QGraphicsLineItem * m_help_horiz
QGraphicsLineItem * m_help_verti
bool m_running
bool m_abort

Constructor & Destructor Documentation

◆ ESEventAddRect()

ESEventAddRect::ESEventAddRect ( ElementScene * scene)

ESEventAddRect::ESEventAddRect.

Parameters
scene
Here is the call graph for this function:

◆ ~ESEventAddRect()

ESEventAddRect::~ESEventAddRect ( )
override

Member Function Documentation

◆ mouseMoveEvent()

bool ESEventAddRect::mouseMoveEvent ( QGraphicsSceneMouseEvent * event)
overridevirtual

ESEventAddRect::mouseMoveEvent.

Parameters
event
Returns

Reimplemented from ESEventInterface.

Here is the call graph for this function:

◆ mousePressEvent()

bool ESEventAddRect::mousePressEvent ( QGraphicsSceneMouseEvent * event)
overridevirtual

ESEventAddRect::mousePressEvent.

Parameters
event
Returns

Reimplemented from ESEventInterface.

◆ mouseReleaseEvent()

bool ESEventAddRect::mouseReleaseEvent ( QGraphicsSceneMouseEvent * event)
overridevirtual

ESEventAddRect::mouseReleaseEvent.

Parameters
event
Returns

Reimplemented from ESEventInterface.

Member Data Documentation

◆ m_rect

PartRectangle* ESEventAddRect::m_rect
private

The documentation for this class was generated from the following files: