Home
last modified time | relevance | path

Searched refs:PartArc (Results 1 – 25 of 33) sorted by relevance

12

/dports/cad/qelectrotech/qet-0.7.0/sources/editor/graphicspart/
H A Dpartarc.cpp31 PartArc::PartArc(QETElementEditor *editor, QGraphicsItem *parent) : in PartArc() function in PartArc
42 PartArc::~PartArc() in ~PartArc()
117 void PartArc::fromXml(const QDomElement &qde) { in fromXml()
132 QPainterPath PartArc::shape() const in shape()
145 QPainterPath PartArc::shadowShape() const in shadowShape()
162 void PartArc::mouseReleaseEvent(QGraphicsSceneMouseEvent *event) in mouseReleaseEvent()
253 void PartArc::switchResizeMode() in switchResizeMode()
288 void PartArc::adjusteHandlerPos() in adjusteHandlerPos()
427 void PartArc::sceneSelectionChanged() in sceneSelectionChanged()
439 void PartArc::addHandler() in addHandler()
[all …]
H A Dpartarc.h31 class PartArc : public AbstractPartEllipse
36 PartArc(QETElementEditor *editor, QGraphicsItem *parent = nullptr);
37 ~PartArc() override;
40 PartArc(const PartArc &);
/dports/cad/qelectrotech/qet-0.7.0/sources/editor/
H A Darceditor.cpp30 ArcEditor::ArcEditor(QETElementEditor *editor, PartArc *arc, QWidget *parent) : in ArcEditor()
93 disconnect(part, &PartArc::rectChanged, this, &ArcEditor::updateForm); in setPart()
94 disconnect(part, &PartArc::spanAngleChanged, this, &ArcEditor::updateForm); in setPart()
95 disconnect(part, &PartArc::startAngleChanged, this, &ArcEditor::updateForm); in setPart()
102 if (PartArc *part_arc = dynamic_cast<PartArc *>(new_part)) in setPart()
107 disconnect(part, &PartArc::rectChanged, this, &ArcEditor::updateForm); in setPart()
108 disconnect(part, &PartArc::spanAngleChanged, this, &ArcEditor::updateForm); in setPart()
109 disconnect(part, &PartArc::startAngleChanged, this, &ArcEditor::updateForm); in setPart()
114 connect(part, &PartArc::rectChanged, this, &ArcEditor::updateForm); in setPart()
115 connect(part, &PartArc::spanAngleChanged, this, &ArcEditor::updateForm); in setPart()
[all …]
H A Darceditor.h23 class PartArc; variable
37 ArcEditor(QETElementEditor *, PartArc * = nullptr, QWidget * = nullptr);
44 PartArc *part;
H A Delementscene.cpp986 else if (qde.tagName() == "arc") cep = new PartArc (m_element_editor); in loadContent()
H A Dqetelementeditor.cpp295 …QAction *add_arc = new QAction(QET::Icons::PartArc, tr("Ajouter un arc de cercle"), p… in setupActions()
/dports/cad/qelectrotech/qet-0.7.0/sources/editor/esevent/
H A Deseventaddarc.h24 class PartArc; variable
46 PartArc *m_arc;
H A Deseventaddarc.cpp58 m_arc = new PartArc(m_editor); in mousePressEvent()
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dqeticons.cpp127 QIcon PartArc; variable
411 PartArc .addFile(":/ico/22x22/arc.png"); in initIcons()
H A Dqeticons.h135 extern QIcon PartArc;
/dports/cad/qelectrotech/qet-0.7.0/lang/
H A Dqet_fi.ts3425 <name>PartArc</name>
H A Dqet_sl.ts3916 <name>PartArc</name>
H A Dqet_sr.ts3914 <name>PartArc</name>
H A Dqet_zh.ts3910 <name>PartArc</name>
H A Dqet_hr.ts3915 <name>PartArc</name>
H A Dqet_fr.ts3927 <name>PartArc</name>
H A Dqet_tr.ts3960 <name>PartArc</name>
H A Dqet_el.ts3932 <name>PartArc</name>
H A Dqet_ro.ts3914 <name>PartArc</name>
H A Dqet_cs.ts3939 <name>PartArc</name>
H A Dqet_da.ts3947 <name>PartArc</name>
H A Dqet_pt_br.ts3936 <name>PartArc</name>
H A Dqet_ar.ts3962 <name>PartArc</name>
H A Dqet_be.ts3939 <name>PartArc</name>
H A Dqet_ca.ts3937 <name>PartArc</name>

12