  | 
  
    QElectroTech
    0.8-dev
    
   | 
 
 
 
 
Go to the documentation of this file.
   18 #ifndef MASTERPROPERTIESWIDGET_H 
   19 #define MASTERPROPERTIESWIDGET_H 
   29 class QTreeWidgetItem;
 
   49                                                 QWidget *parent = 
nullptr);
 
   53                 void apply() 
override;
 
   54                 void reset() 
override;
 
   60                 QString 
title()
 const override {
 
   61                         return tr(
"Référence croisée (maître)");}
 
   77         Ui::MasterPropertiesWidget *
ui;
 
   90 #endif // MASTERPROPERTIESWIDGET_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
 
void linkedElementChanged()
 
@ Slave
Definition: element.h:56
 
QETProject * project() const
Diagram::project.
Definition: diagram.cpp:2326
 
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
 
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
 
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
 
Definition: autonumberingdockwidget.h:25
 
Definition: qetproject.h:51
 
QIcon tr
Definition: qeticons.cpp:206