The ConductorCreator class This class create one or several or several conductors in a given context.
More...
#include <conductorcreator.h>
The ConductorCreator class This class create one or several or several conductors in a given context.
◆ ConductorCreator()
ConductorCreator::ConductorCreator |
( |
Diagram * |
d, |
|
|
QList< Terminal * > |
terminals_list |
|
) |
| |
ConductorCreator::ConductorCreator Create an electrical potential between all terminals of terminals_list. the terminals of the list must be in the same diagram.
- Parameters
-
d | Diagram |
terminals_list | QList<Terminal *> |
◆ create()
void ConductorCreator::create |
( |
Diagram * |
d, |
|
|
const QPolygonF & |
polygon |
|
) |
| |
|
static |
ConductorCreator::create Create an electrical potential between the terminals of the diagram d, contained in the polygon.
- Parameters
-
d | Diagram |
polygon | : polygon in diagram coordinate |
◆ existingPotential()
QList< Conductor * > ConductorCreator::existingPotential |
( |
| ) |
|
|
private |
◆ hubTerminal()
Terminal * ConductorCreator::hubTerminal |
( |
| ) |
|
|
private |
◆ setUpPropertieToUse()
void ConductorCreator::setUpPropertieToUse |
( |
| ) |
|
|
private |
ConductorCreator::propertieToUse.
- Returns
- the conductor properties to use for the new conductors.
◆ m_properties
◆ m_sequential_number
◆ m_terminals_list
QList<Terminal *> ConductorCreator::m_terminals_list |
|
private |
The documentation for this class was generated from the following files: