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

The ESEventAddText class This ESEvent manage creation of text in an ElementScene. More...

#include <eseventaddtext.h>

Inheritance diagram for ESEventAddText:
Inheritance graph
Collaboration diagram for ESEventAddText:
Collaboration graph

Public Member Functions

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

PartTextm_text

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

Detailed Description

The ESEventAddText class This ESEvent manage creation of text in an ElementScene.

Constructor & Destructor Documentation

◆ ESEventAddText()

ESEventAddText::ESEventAddText ( ElementScene * scene)

ESEventAddText::ESEventAddText.

Parameters
scene
Here is the call graph for this function:

◆ ~ESEventAddText()

ESEventAddText::~ESEventAddText ( )
override

Member Function Documentation

◆ mouseMoveEvent()

bool ESEventAddText::mouseMoveEvent ( QGraphicsSceneMouseEvent * event)
overridevirtual

ESEventAddText::mouseMoveEvent.

Parameters
event
Returns

Reimplemented from ESEventInterface.

Here is the call graph for this function:

◆ mouseReleaseEvent()

bool ESEventAddText::mouseReleaseEvent ( QGraphicsSceneMouseEvent * event)
overridevirtual

ESEventAddText::mouseReleaseEvent.

Parameters
event
Returns

Reimplemented from ESEventInterface.

Member Data Documentation

◆ m_text

PartText* ESEventAddText::m_text
private

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