QElectroTech 0.100.0-dev
|
The LineEditor class Provide a widget editor used to edit the properties of a PartLine. More...
#include <lineeditor.h>
Private Member Functions | |
void | setUpChangeConnections () |
LineEditor::setUpChangeConnections Make the connection use for update the form when line is edited out of this editor. | |
void | disconnectChangeConnections () |
LineEditor::disconnectChangeConnections disconnect the connection use for update the form when line is edited out of this editor. | |
void | activeConnection (bool active) |
LineEditor::activeConnection Active or not the connection between the signals from widgets of this editor and the slots. | |
void | lineEdited () |
LineEditor::lineEdited slot. | |
void | firstEndEdited () |
LineEditor::firstEndEdited slot. | |
void | firstEndLenghtEdited () |
LineEditor::firstEndLenghtEdited slot. | |
void | secondEndEdited () |
LineEditor::secondEndEdited slot. | |
void | secondEndLenghtEdited () |
LineEditor::secondEndLenghtEdited slot. | |
Private Attributes | |
PartLine * | m_part = nullptr |
Ui::LineEditor * | ui |
StyleEditor * | m_style = nullptr |
QList< QMetaObject::Connection > | m_change_connections |
bool | m_locked = false |
The LineEditor class Provide a widget editor used to edit the properties of a PartLine.
|
explicit |
editor | : Element editor who belong this editor |
part | : part line to edit |
parent | : parent widget |
|
override |
|
private |
LineEditor::activeConnection Active or not the connection between the signals from widgets of this editor and the slots.
active |
|
overridevirtual |
|
overridevirtual |
Implements ElementItemEditor.
|
private |
LineEditor::disconnectChangeConnections disconnect the connection use for update the form when line is edited out of this editor.
|
private |
LineEditor::firstEndEdited slot.
|
private |
LineEditor::firstEndLenghtEdited slot.
|
private |
LineEditor::lineEdited slot.
|
private |
LineEditor::secondEndEdited slot.
|
private |
LineEditor::secondEndLenghtEdited slot.
|
overridevirtual |
LineEditor::setPart Reimplemented from ElementItemEditor.
part | : part line to edit |
Implements ElementItemEditor.
|
overridevirtual |
LineEditor::setParts Reimplemented from ElementItemEditor.
parts | : parts to edit |
Reimplemented from ElementItemEditor.
|
private |
LineEditor::setUpChangeConnections Make the connection use for update the form when line is edited out of this editor.
|
overridevirtual |
LineEditor::updateForm Reimplemented from ElementItemEditor.
Implements ElementItemEditor.
|
private |
|
private |
|
private |
|
private |
|
private |