mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-25 23:39:58 +02:00
Xref item: item position can be set under the texte field "label" of master element.
Double clic in xref open the properties dialog of master. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3183 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -74,6 +74,8 @@ class Element : public QetGraphicsItem {
|
||||
virtual QList<Conductor *> conductors() const = 0;
|
||||
/// @return the list of text items attached to this element
|
||||
virtual QList<ElementTextItem *> texts() const = 0;
|
||||
/// @return the text field tagged with @tagg or NULL if text field isn't found
|
||||
virtual ElementTextItem* taggedText(const QString &tagg) const = 0;
|
||||
/// @return the list of lines items in this element
|
||||
virtual QList<QLineF *> lines() const = 0;
|
||||
/// @return the list of rectangles items in this element
|
||||
|
||||
Reference in New Issue
Block a user