QElectroTech
0.70
|
Go to the source code of this file.
Classes | |
class | Conductor |
Typedefs | |
typedef QPair< QPointF, Qt::Corner > | ConductorBend |
typedef QHash< Qt::Corner, ConductorProfile > | ConductorProfilesGroup |
Functions | |
Conductor * | longuestConductorInPotential (Conductor *conductor, bool all_diagram=false) |
longuestConductorInPotential More... | |
QList< Conductor * > | relatedConductors (const Conductor *conductor) |
relatedConductors More... | |
template<typename T > | |
bool | isBetween (const T a, const T b, const T c) |
typedef QPair<QPointF, Qt::Corner> ConductorBend |
Definition at line 34 of file conductor.h.
typedef QHash<Qt::Corner, ConductorProfile> ConductorProfilesGroup |
Definition at line 37 of file conductor.h.
bool isBetween | ( | const T | a, |
const T | b, | ||
const T | c | ||
) |
Definition at line 214 of file conductor.h.
Referenced by isContained().
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 |
Definition at line 1956 of file conductor.cpp.
References Conductor::length(), and Conductor::relatedPotentialConductors().
Referenced by Conductor::calculateTextItemPosition().
relatedConductors
conductor |
Definition at line 1972 of file conductor.cpp.
References Terminal::conductors(), Conductor::terminal1, and Conductor::terminal2.
Referenced by Conductor::junctions().