18#ifndef RECTANGLEEDITOR_H
19#define RECTANGLEEDITOR_H
21#include "../elementitemeditor.h"
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
Definition elementitemeditor.h:34
Definition partrectangle.h:31
Definition qetelementeditor.h:39
The RectangleEditor class This class provides a widget to edit rectangles within the element editor.
Definition rectangleeditor.h:37
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
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:26