46 QDoubleSpinBox *
x, *
y, *
h, *
v;
55 bool setParts(QList <CustomElementPart *> parts)
override;
Definition arceditor.h:32
void activeConnections(bool)
ArcEditor::activeConnections Enable/disable connection between editor widget and slot editingFinished...
Definition arceditor.cpp:256
CustomElementPart * currentPart() const override
ArcEditor::currentPart.
Definition arceditor.cpp:148
void updateForm() override
ArcEditor::updateForm Update the value of the widgets.
Definition arceditor.cpp:213
ArcEditor(const ArcEditor &)
QDoubleSpinBox * v
Definition arceditor.h:46
QDoubleSpinBox * x
Definition arceditor.h:46
void updateArcA()
ArcEditor::updateArcA Update the span angle of the arc according to the edited value.
Definition arceditor.cpp:188
void updateRect()
Definition arceditor.cpp:227
QDoubleSpinBox * h
Definition arceditor.h:46
QList< QMetaObject::Connection > m_change_connections
Definition arceditor.h:50
QSpinBox * angle
Definition arceditor.h:47
bool m_locked
Definition arceditor.h:48
bool setParts(QList< CustomElementPart * > parts) override
Definition arceditor.cpp:134
PartArc * m_part
Definition arceditor.h:44
QDoubleSpinBox * y
Definition arceditor.h:46
void updateArcS()
ArcEditor::updateArcS Update the start angle of the arc according to the edited value.
Definition arceditor.cpp:162
QList< CustomElementPart * > currentParts() const override
Definition arceditor.cpp:153
void setUpChangeConnections()
setUpChangeConnections Setup the connection from the arc(s) to the widget, to update it when the arc(...
Definition arceditor.cpp:82
bool setPart(CustomElementPart *) override
ArcEditor::setPart Specifie to this editor the part to edit. Note that an editor can accept or refuse...
Definition arceditor.cpp:109
QSpinBox * start_angle
Definition arceditor.h:47
void disconnectChangeConnections()
Definition arceditor.cpp:94
~ArcEditor() override
Destructeur.
Definition arceditor.cpp:79
StyleEditor * m_style
Definition arceditor.h:45
The CustomElementPart class This abstract class represents a primitive of the visual representation o...
Definition customelementpart.h:40
Definition elementitemeditor.h:34
The PartArc class This class represents an elliptical arc primitive which may be used to compose the ...
Definition partarc.h:32
Definition qetelementeditor.h:39
Definition styleeditor.h:35