21#include "../elementitemeditor.h"
43 bool setParts(QList <CustomElementPart *> parts)
override;
45 QList<CustomElementPart *>
currentParts()
const override;
The CustomElementPart class This abstract class represents a primitive of the visual representation o...
Definition customelementpart.h:40
Definition elementitemeditor.h:34
The LineEditor class Provide a widget editor used to edit the properties of a PartLine.
Definition lineeditor.h:35
void activeConnection(bool active)
LineEditor::activeConnection Active or not the connection between the signals from widgets of this ed...
Definition lineeditor.cpp:238
bool m_locked
Definition lineeditor.h:64
void lineEdited()
LineEditor::lineEdited slot.
Definition lineeditor.cpp:268
void firstEndLenghtEdited()
LineEditor::firstEndLenghtEdited slot.
Definition lineeditor.cpp:320
void disconnectChangeConnections()
LineEditor::disconnectChangeConnections disconnect the connection use for update the form when line i...
Definition lineeditor.cpp:224
bool setParts(QList< CustomElementPart * > parts) override
LineEditor::setParts Reimplemented from ElementItemEditor.
Definition lineeditor.cpp:149
void updateForm() override
LineEditor::updateForm Reimplemented from ElementItemEditor.
Definition lineeditor.cpp:182
void secondEndLenghtEdited()
LineEditor::secondEndLenghtEdited slot.
Definition lineeditor.cpp:368
bool setPart(CustomElementPart *part) override
LineEditor::setPart Reimplemented from ElementItemEditor.
Definition lineeditor.cpp:113
~LineEditor() override
LineEditor::~LineEditor.
Definition lineeditor.cpp:102
QList< CustomElementPart * > currentParts() const override
LineEditor::currentParts.
Definition lineeditor.cpp:174
CustomElementPart * currentPart() const override
LineEditor::currentPart.
Definition lineeditor.cpp:166
void firstEndEdited()
LineEditor::firstEndEdited slot.
Definition lineeditor.cpp:292
QList< QMetaObject::Connection > m_change_connections
Definition lineeditor.h:63
PartLine * m_part
Definition lineeditor.h:60
void setUpChangeConnections()
LineEditor::setUpChangeConnections Make the connection use for update the form when line is edited ou...
Definition lineeditor.cpp:208
Ui::LineEditor * ui
Definition lineeditor.h:61
void secondEndEdited()
LineEditor::secondEndEdited slot.
Definition lineeditor.cpp:340
StyleEditor * m_style
Definition lineeditor.h:62
Definition qetelementeditor.h:39
Definition styleeditor.h:35
Definition autonumberingdockwidget.h:26