QElectroTech 0.100.0-dev
|
The NewConductorPotentialSelector class Used for getting the conductor properties when two potentials are linked by a conductor. More...
Public Member Functions | |
NewConductorPotentialSelector (Conductor *conductor) | |
bool | isValid () const override |
void | getPotential (Terminal *terminal, autonum::sequentialNumbers &seq_num, int &number, QList< ConductorProperties > &properties_list, QList< Conductor * > &c_list) |
getPotential Get the conductor properties of the potential at terminal, and the number of wire in this potential. | |
~NewConductorPotentialSelector () override | |
Public Member Functions inherited from AbstractPotentialSelector | |
AbstractPotentialSelector () | |
virtual | ~AbstractPotentialSelector () |
Private Attributes | |
bool | m_is_valid |
Additional Inherited Members | |
Public Attributes inherited from AbstractPotentialSelector | |
autonum::sequentialNumbers | m_seq_num_1 |
autonum::sequentialNumbers | m_seq_num_2 |
int | m_conductor_number_1 |
int | m_conductor_number_2 |
QList< ConductorProperties > | m_properties_list_1 |
QList< ConductorProperties > | m_properties_list_2 |
QList< Conductor * > | m_conductors_list_1 |
QList< Conductor * > | m_conductors_list_2 |
The NewConductorPotentialSelector class Used for getting the conductor properties when two potentials are linked by a conductor.
|
inline |
|
inlineoverride |
|
inline |
getPotential Get the conductor properties of the potential at terminal, and the number of wire in this potential.
terminal | |
seq_num | |
number | |
properties_list | |
c_list |
|
inlineoverridevirtual |
Implements AbstractPotentialSelector.
|
private |