QElectroTech
0.70
|
#include <conductorpropertiesdialog.h>
Public Member Functions | |
ConductorPropertiesDialog (Conductor *conductor, QWidget *parent=nullptr) | |
ConductorPropertiesDialog::ConductorPropertiesDialog Constructor. More... | |
~ConductorPropertiesDialog () override | |
ConductorPropertiesDialog::~ConductorPropertiesDialog. More... | |
ConductorProperties | properties () const |
ConductorPropertiesDialog::properties. More... | |
bool | applyAll () const |
ConductorPropertiesDialog::applyAll. More... | |
Static Public Member Functions | |
static void | PropertiesDialog (Conductor *conductor, QWidget *parent=nullptr) |
ConductorPropertiesDialog::PropertiesDialog Static method for open and apply properties. More... | |
Private Attributes | |
Ui::ConductorPropertiesDialog * | ui |
ConductorPropertiesWidget * | m_cpw |
Definition at line 32 of file conductorpropertiesdialog.h.
|
explicit |
ConductorPropertiesDialog::ConductorPropertiesDialog Constructor.
conductor,conductor | to edit propertie |
parent,parent | widget |
Definition at line 32 of file conductorpropertiesdialog.cpp.
References m_cpw, Conductor::properties, ConductorPropertiesWidget::setDisabledShowText(), ConductorPropertiesWidget::setHiddenAvailableAutonum(), and ui.
|
override |
ConductorPropertiesDialog::~ConductorPropertiesDialog.
Definition at line 50 of file conductorpropertiesdialog.cpp.
References ui.
bool ConductorPropertiesDialog::applyAll | ( | ) | const |
ConductorPropertiesDialog::applyAll.
Definition at line 102 of file conductorpropertiesdialog.cpp.
References ui.
Referenced by PropertiesDialog().
ConductorProperties ConductorPropertiesDialog::properties | ( | ) | const |
ConductorPropertiesDialog::properties.
Definition at line 92 of file conductorpropertiesdialog.cpp.
References m_cpw.
Referenced by PropertiesDialog().
|
static |
ConductorPropertiesDialog::PropertiesDialog Static method for open and apply properties.
conductor,conductor | to edit propertie |
parent,parent | widget |
Definition at line 61 of file conductorpropertiesdialog.cpp.
References applyAll(), Conductor::diagram(), properties(), Conductor::properties, Conductor::relatedPotentialConductors(), QET::Icons::tr, and Diagram::undoStack().
Referenced by Conductor::editProperty().
|
private |
Definition at line 46 of file conductorpropertiesdialog.h.
Referenced by ConductorPropertiesDialog(), and properties().
|
private |
Definition at line 45 of file conductorpropertiesdialog.h.
Referenced by applyAll(), ConductorPropertiesDialog(), and ~ConductorPropertiesDialog().