mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-02 19:49:59 +01:00
Forget file from previous commit
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5118 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
class Element;
|
||||
class Conductor;
|
||||
class ElementTextItemGroup;
|
||||
|
||||
/**
|
||||
* @brief The DynamicElementTextItem class
|
||||
@@ -77,6 +78,7 @@ class DynamicElementTextItem : public DiagramTextItem
|
||||
void fromXml(const QDomElement &dom_elmt) override;
|
||||
|
||||
Element *parentElement() const;
|
||||
ElementTextItemGroup *parentGroup() const;
|
||||
Element *elementUseForInfo() const;
|
||||
void refreshLabelConnection();
|
||||
|
||||
@@ -93,6 +95,7 @@ class DynamicElementTextItem : public DiagramTextItem
|
||||
QString compositeText() const;
|
||||
void setFrame(const bool frame);
|
||||
bool frame() const;
|
||||
QUuid uuid() const;
|
||||
|
||||
protected:
|
||||
void mousePressEvent(QGraphicsSceneMouseEvent *event) override;
|
||||
|
||||
Reference in New Issue
Block a user