18#ifndef POLYGONEDITOR_H
19#define POLYGONEDITOR_H
21#include "../elementitemeditor.h"
44 bool eventFilter(QObject *watched, QEvent *event)
override;
63 Ui::PolygonEditor *
ui;
The CustomElementPart class This abstract class represents a primitive of the visual representation o...
Definition customelementpart.h:40
Definition elementitemeditor.h:34
The PartPolygon class This class represents a polygon primitive which may be used to compose the draw...
Definition partpolygon.h:34
Definition polygoneditor.h:32
void setUpChangeConnections()
setUpChangeConnections Setup the connection from the line(s) to the widget, to update it when the lin...
Definition polygoneditor.cpp:57
void disconnectChangeConnections()
Definition polygoneditor.cpp:77
void on_m_close_polygon_cb_stateChanged(int arg1)
PolygonEditor::on_m_close_polygon_cb_stateChanged.
Definition polygoneditor.cpp:199
QList< CustomElementPart * > currentParts() const override
Definition polygoneditor.cpp:127
void updateForm() override
PolygonEditor::updateForm Update the widget.
Definition polygoneditor.cpp:136
void on_m_remove_point_action_triggered()
Definition polygoneditor.cpp:320
QList< QMetaObject::Connection > m_change_connections
Definition polygoneditor.h:66
bool eventFilter(QObject *watched, QEvent *event) override
Definition polygoneditor.cpp:183
void on_m_points_list_tree_itemChanged(QTreeWidgetItem *item, int column)
PolygonEditor::on_m_points_list_tree_itemChanged Update the polygon according to the current value of...
Definition polygoneditor.cpp:223
Ui::PolygonEditor * ui
Definition polygoneditor.h:63
CustomElementPart * currentPart() const override
PolygonEditor::currentPart.
Definition polygoneditor.cpp:122
QVector< QPointF > pointsFromTree()
PolygonEditor::pointsFromTree.
Definition polygoneditor.cpp:163
void on_m_points_list_tree_itemSelectionChanged()
PolygonEditor::on_m_points_list_tree_itemSelectionChanged Used to change the color of the current sel...
Definition polygoneditor.cpp:260
~PolygonEditor() override
PolygonEditor::~PolygonEditor.
Definition polygoneditor.cpp:52
PartPolygon * m_part
Definition polygoneditor.h:65
StyleEditor * m_style
Definition polygoneditor.h:64
bool setPart(CustomElementPart *part) override
PolygonEditor::setPart.
Definition polygoneditor.cpp:90
void on_m_add_point_action_triggered()
Definition polygoneditor.cpp:285
Definition qetelementeditor.h:39
Definition styleeditor.h:35
Definition autonumberingdockwidget.h:26