|
QElectroTech
0.8-dev
|
Go to the documentation of this file.
18 #ifndef LINKSINGLEELEMENTWIDGET_H
19 #define LINKSINGLEELEMENTWIDGET_H
24 class QTreeWidgetItem;
48 QWidget *parent =
nullptr);
52 void apply()
override;
54 QString
title()
const override;
86 Ui::LinkSingleElementWidget *
ui;
107 #endif // LINKSINGLEELEMENTWIDGET_H
The LinkElementCommand class This undo class manage link between elements. In the same instance of th...
Definition: linkelementcommand.h:32
Definition: assignvariables.h:35
Definition: elementprovider.h:37
Diagram * diagram() const
Definition: qetgraphicsitem.cpp:40
@ NextReport
Definition: element.h:52
QList< Element * > find(const int filter) const
ElementProvider::find Search and return the asked element corresponding with the given filter.
Definition: elementprovider.cpp:96
virtual void setHighlighted(bool)
Definition: element.cpp:178
void diagramRemoved(QETProject *, Diagram *)
void showMe()
Definition: diagram.h:161
void linkedElementChanged()
@ Simple
Definition: element.h:51
@ Slave
Definition: element.h:56
void unlinkAll()
LinkElementCommand::unlinkAll Unlink all element of the edited element.
Definition: linkelementcommand.cpp:166
The Diagram class This class represents an electric diagram. It manages its various child elements,...
Definition: diagram.h:56
kind
The kind enum Used to know the kind of this element (master, slave, report ect...)
Definition: element.h:51
@ Master
Definition: element.h:55
void setLink(const QList< Element * > &element_list)
LinkElementCommand::setLink Replace all linked elements of edited element by elements stored in eleme...
Definition: linkelementcommand.cpp:133
QList< Element * > freeElement(const int filter) const
ElementProvider::FreeElement Search and return the asked element corresponding with the given filter ...
Definition: elementprovider.cpp:54
QString m_function
Definition: conductorproperties.h:90
static QString formulaToLabel(QString formula, sequentialNumbers &seqStruct, Diagram *diagram, const Element *elmt=nullptr)
AssignVariables::formulaToLabel Return the formula with variable assigned (ready to be displayed)
Definition: assignvariables.cpp:187
@ AllReport
Definition: element.h:54
Definition: autonumberingdockwidget.h:25
The ConductorProperties class This class represents the functional properties of a particular conduct...
Definition: conductorproperties.h:68
QString m_wire_color
Definition: conductorproperties.h:92
QString text
Definition: conductorproperties.h:89
QString m_tension_protocol
Definition: conductorproperties.h:91
QIcon tr
Definition: qeticons.cpp:206
@ PreviousReport
Definition: element.h:53
QString m_wire_section
Definition: conductorproperties.h:93