18#ifndef RECTANGLEEDITOR_H
19#define RECTANGLEEDITOR_H
29 class RectangleEditor;
45 bool setParts(QList <CustomElementPart *> parts)
override;
72 Ui::RectangleEditor *
ui;
The CustomElementPart class This abstract class represents a primitive of the visual representation o...
Definition customelementpart.h:40
ElementItemEditor(QETElementEditor *, QWidget *=nullptr)
Definition elementitemeditor.cpp:27
Definition partrectangle.h:31
Definition qetelementeditor.h:39
void xPosChanged()
Definition rectangleeditor.cpp:196
void editingFinished()
RectangleEditor::editingFinished Slot called when a editor widget is finish to be edited Update the g...
Definition rectangleeditor.cpp:165
PartRectangle * m_part
Definition rectangleeditor.h:71
bool setParts(QList< CustomElementPart * > parts) override
Definition rectangleeditor.cpp:103
void activeConnections(bool active)
RectangleEditor::activeConnections Enable/disable connection between editor widget and slot editingFi...
Definition rectangleeditor.cpp:353
void yPosChanged()
Definition rectangleeditor.cpp:222
void xRadiusChanged()
Definition rectangleeditor.cpp:300
bool setPart(CustomElementPart *part) override
RectangleEditor::setPart.
Definition rectangleeditor.cpp:73
QList< QMetaObject::Connection > m_change_connections
Definition rectangleeditor.h:73
CustomElementPart * currentPart() const override
RectangleEditor::currentPart.
Definition rectangleeditor.cpp:117
bool m_locked
Definition rectangleeditor.h:69
void heightChanged()
Definition rectangleeditor.cpp:274
RectangleEditor(QETElementEditor *editor, PartRectangle *rect=nullptr, QWidget *parent=nullptr)
RectangleEditor::RectangleEditor.
Definition rectangleeditor.cpp:33
QPointF editedTopLeft() const
RectangleEditor::topLeft.
Definition rectangleeditor.cpp:131
StyleEditor * m_style
Definition rectangleeditor.h:70
void updateForm() override
RectangleEditor::updateForm.
Definition rectangleeditor.cpp:139
void setUpChangeConnections()
setUpChangeConnections Setup the connection from the rectangles(s) to the widget, to update it when t...
Definition rectangleeditor.cpp:51
QList< CustomElementPart * > currentParts() const override
Definition rectangleeditor.cpp:122
void yRadiusChanged()
Definition rectangleeditor.cpp:323
~RectangleEditor() override
RectangleEditor::~RectangleEditor.
Definition rectangleeditor.cpp:46
void disconnectChangeConnections()
Definition rectangleeditor.cpp:60
Ui::RectangleEditor * ui
Definition rectangleeditor.h:72
void widthChanged()
Definition rectangleeditor.cpp:248
Definition styleeditor.h:35
Definition autonumberingdockwidget.h:30