![]() |
QElectroTech
0.8-dev
|
#include <QtDebug>#include <QMultiHash>#include "conductor.h"#include "conductorsegment.h"#include "conductorsegmentprofile.h"#include "conductortextitem.h"#include "element.h"#include "diagram.h"#include "diagramcommands.h"#include "qetdiagrameditor.h"#include "terminal.h"#include "conductorautonumerotation.h"#include "conductorpropertiesdialog.h"#include "QPropertyUndoCommand/qpropertyundocommand.h"#include "numerotationcontextcommands.h"
Classes | |
| class | ConductorXmlRetroCompatibility |
Macros | |
| #define | PR(x) qDebug() << #x " = " << x; |
Functions | |
| bool | isContained (const QPointF &a, const QPointF &b, const QPointF &c) |
| Conductor * | longuestConductorInPotential (Conductor *conductor, bool all_diagram) |
| longuestConductorInPotential More... | |
| QList< Conductor * > | relatedConductors (const Conductor *conductor) |
| relatedConductors More... | |
| #define PR | ( | x | ) | qDebug() << #x " = " << x; |
| bool isContained | ( | const QPointF & | a, |
| const QPointF & | b, | ||
| const QPointF & | c | ||
| ) |
| a | point |
| b | point |
| c | point |


longuestConductorInPotential
| conductor | : a conductor in the potential to search |
| all_diagram | : true -> search in the whole project, false -> search only in the diagram of conductor |


relatedConductors
| conductor |


1.8.18