|
QElectroTech
0.70
|
#include "element.h"#include "diagram.h"#include "conductor.h"#include "diagramcommands.h"#include <utility>#include "elementprovider.h"#include "diagramposition.h"#include "terminal.h"#include "PropertiesEditor/propertieseditordialog.h"#include "elementpropertieswidget.h"#include "numerotationcontextcommands.h"#include "diagramcontext.h"#include "changeelementinformationcommand.h"#include "dynamicelementtextitem.h"#include "elementtextitemgroup.h"#include "elementpicturefactory.h"#include "iostream"Go to the source code of this file.
Classes | |
| class | ElementXmlRetroCompatibility |
Functions | |
or nullptr if this element | |
| bool | comparPos (const Element *elmt1, const Element *elmt2) |
| comparPos Compare position of the two elements. Compare 3 points: 1 folio - 2 row - 3 line returns a response when a comparison is found. More... | |
comparPos Compare position of the two elements. Compare 3 points: 1 folio - 2 row - 3 line returns a response when a comparison is found.
Definition at line 1414 of file element.cpp.
References Diagram::convertPosition(), QetGraphicsItem::diagram(), and Diagram::folioIndex().
Referenced by Element::linkedElements().
1.8.15