#include "../autoNum/assignvariables.h"
#include "../conductorproperties.h"
#include <QGraphicsPathItem>
#include <QUuid>
Go to the source code of this file.
◆ ConductorBend
◆ ConductorProfilesGroup
◆ isBetween()
template<typename T>
| bool isBetween |
( |
const T | a, |
|
|
const T | b, |
|
|
const T | c ) |
◆ longestConductorInPotential()
longestConductorInPotential
- Parameters
-
| conductor | : a conductor in the potential to search |
| all_diagram | : true -> search in the whole project, false -> search only in the diagram of conductor |
- Returns
- the longest conductor in the same potential of conductor
◆ relatedConductors()
relatedConductors
- Parameters
-
- Returns
- return all conductors who share the same terminals of conductor given as parameter, except conductor itself.