Home
last modified time | relevance | path

Searched refs:m_shape (Results 1 – 25 of 815) sorted by relevance

12345678910>>...33

/dports/editors/calligra/calligra-3.2.1/braindump/plugins/webshape/
H A DWebToolWidget.cpp41 m_shape->setUrl(m_oldUrl); in undo()
44 m_shape->setUrl(m_newUrl); in redo()
47 WebShape *m_shape; member in ChangeUrl
61 m_shape->setCached(!m_shape->isCached()); in undo()
62 if(m_shape->isCached()) { in undo()
67 m_shape->setCached(!m_shape->isCached()); in redo()
70 WebShape *m_shape; member in ChangeCached
90 m_shape = shape; in open()
91 if(!m_shape) in open()
101 if(!m_shape) in save()
[all …]
/dports/math/pdal/PDAL-2.3.0/io/
H A DMemoryViewReader.cpp134 if (xyz == 0 && !m_shape.valid()) in prepared()
137 if (xyz == 7 && m_shape.valid()) in prepared()
146 m_zDiv = m_shape.columns() * m_shape.rows(); in prepared()
149 m_yIter = m_shape.columns() * m_shape.rows(); in prepared()
150 m_zIter = m_shape.columns() * m_shape.rows() * m_shape.depth(); in prepared()
154 m_xDiv = m_shape.depth() * m_shape.rows(); in prepared()
155 m_yDiv = m_shape.depth(); in prepared()
158 m_xIter = m_shape.depth() * m_shape.rows() * m_shape.columns(); in prepared()
159 m_yIter = m_shape.depth() * m_shape.rows(); in prepared()
160 m_zIter = m_shape.depth(); in prepared()
[all …]
/dports/cad/qelectrotech/qet-0.7.0/sources/ui/
H A Dshapegraphicsitempropertieswidget.cpp33 m_shape(nullptr) in ShapeGraphicsItemPropertiesWidget()
63 if (m_shape != shape) in setItem()
75 m_shape = shape; in setItem()
102 m_shape = nullptr; in setItems()
130 if (m_shape && m_shape->diagram()) { in apply()
131 d = m_shape->diagram(); in apply()
176 QPen old_pen = m_shape->pen(); in associatedUndo()
319 QPen old_pen = m_shape->pen(); in associatedUndo()
346 …QPropertyUndoCommand(m_shape, "close", m_shape->isClosed(), ui->m_close_polygon->isChecked(), undo… in associatedUndo()
375 if (m_shape) in updateUi()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/tools/svgtexttool/
H A DSvgTextChangeCommand.cpp35 , m_shape(shape) in SvgTextChangeCommand()
42 m_oldRichTextPreferred = m_shape->isRichTextPreferred(); in SvgTextChangeCommand()
43 KoSvgTextShapeMarkupConverter converter(m_shape); in SvgTextChangeCommand()
53 m_shape->update(); in redo()
54 KoSvgTextShapeMarkupConverter converter(m_shape); in redo()
57 m_shape->setRichTextPreferred(m_richTextPreferred); in redo()
58 m_shape->update(); in redo()
63 m_shape->update(); in undo()
64 KoSvgTextShapeMarkupConverter converter(m_shape); in undo()
67 m_shape->setRichTextPreferred(m_oldRichTextPreferred); in undo()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_pad_basicshapes_properties.cpp49 m_shape( aShape ), in DIALOG_PAD_PRIMITIVES_PROPERTIES()
73 if( m_shape == nullptr ) in TransferDataToWindow()
79 switch( m_shape->GetShape() ) in TransferDataToWindow()
85 m_endX.SetValue( m_shape->GetEnd().x ); in TransferDataToWindow()
135 if( m_shape->GetWidth() ) in TransferDataToWindow()
187 switch( m_shape->GetShape() ) in TransferDataFromWindow()
209 m_shape->SetEnd( m_shape->GetStart() + wxPoint( m_radius.GetValue(), 0 ) ); in TransferDataFromWindow()
229 m_shape( aShape ), in DIALOG_PAD_PRIMITIVE_POLY_PROPS()
232 if( !m_shape->GetPolyShape().IsEmpty() ) in DIALOG_PAD_PRIMITIVE_POLY_PROPS()
270 if( m_shape == nullptr ) in TransferDataToWindow()
[all …]
/dports/editors/calligra/calligra-3.2.1/words/part/commands/
H A DKWShapeCreateCommand.cpp52 m_shape(shape), in KWShapeCreateCommand()
61 delete m_shape; in ~KWShapeCreateCommand()
69 if (m_shape->parent()) in redo()
70 m_shape->parent()->addShape(m_shape); in redo()
72 m_document->addShape(m_shape); in redo()
73 m_shape->setParent(m_shape->parent()); // update parent if the 'addShape' changed it in redo()
82 m_document->removeShape(m_shape); in undo()
84 if (m_shape->parent()) in undo()
85 m_shape->parent()->removeShape(m_shape); in undo()
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVDXParser.cpp155 m_currentStencil->addStencilShape(m_shape.m_shapeId, m_shape); in processXmlNode()
158 m_shape.clear(); in processXmlNode()
489 if (!m_shape.m_xform1d) in readMisc()
497 if (!m_shape.m_xform1d) in readMisc()
693 if (!m_shape.m_xform1d) in readXForm1D()
701 if (!m_shape.m_xform1d) in readXForm1D()
709 if (!m_shape.m_xform1d) in readXForm1D()
717 if (!m_shape.m_xform1d) in readXForm1D()
941 if (!m_shape.m_foreign) in getBinaryData()
968 if (!m_shape.m_foreign) in readForeignInfo()
[all …]
H A DVSDXParser.cpp445 m_currentStencil->addStencilShape(m_shape.m_shapeId, m_shape); in processXmlNode()
448 m_shape.clear(); in processXmlNode()
456 m_currentStencil->addStencilShape(m_shape.m_shapeId, m_shape); in processXmlNode()
463 m_shape.clear(); in processXmlNode()
1051 if (!m_shape.m_xform1d) in readShapeProperties()
1059 if (!m_shape.m_xform1d) in readShapeProperties()
1067 if (!m_shape.m_xform1d) in readShapeProperties()
1075 if (!m_shape.m_xform1d) in readShapeProperties()
1083 if (!m_shape.m_xform1d) in readShapeProperties()
1351 m_shape.m_tabSets.clear(); in readTabs()
[all …]
H A DVSDParser.cpp416 m_currentStencil->addStencilShape(m_shape.m_shapeId, m_shape); in handleStream()
640m_shape.m_shapeId, m_currentShapeLevel, m_shape.m_parent, m_shape.m_masterPage, m_shape.m_masterSh… in _flushShape()
654m_shape.m_lineStyle.startMarker, m_shape.m_lineStyle.endMarker, m_shape.m_lineStyle.cap, m_shape.m… in _flushShape()
669m_shape.m_foreign->offsetX, m_shape.m_foreign->offsetY, m_shape.m_foreign->width, m_shape.m_foreig… in _flushShape()
682 if (m_shape.m_foreign && m_shape.m_foreign->data.size()) in _flushShape()
697 …m_collector->collectDefaultCharStyle(m_shape.m_charStyle.charCount, m_shape.m_charStyle.font, m_sh… in _flushShape()
698m_shape.m_charStyle.size, m_shape.m_charStyle.bold, m_shape.m_charStyle.italic, m_shape.m_charStyl… in _flushShape()
706m_shape.m_paraStyle.indRight, m_shape.m_paraStyle.spLine, m_shape.m_paraStyle.spBefore, in _flushShape()
707m_shape.m_paraStyle.spAfter, m_shape.m_paraStyle.align, m_shape.m_paraStyle.bullet, in _flushShape()
734 m_shape.clear(); in _handleLevelChange()
[all …]
H A DVSDXMLParserBase.cpp955 m_shape.clear(); in readShape()
1145 m_shape.m_charList.addCharIX(cp, m_shape.m_charList.getLevel(), m_shape.m_charStyle); in readText()
1155 m_shape.m_paraList.addParaIX(pp, m_shape.m_paraList.getLevel(), m_shape.m_paraStyle); in readText()
1750m_shape.m_shapeId, m_currentShapeLevel, m_shape.m_parent, m_shape.m_masterPage, m_shape.m_masterSh… in _flushShape()
1764m_shape.m_lineStyle.startMarker, m_shape.m_lineStyle.endMarker, m_shape.m_lineStyle.cap, m_shape.m… in _flushShape()
1779m_shape.m_foreign->offsetX, m_shape.m_foreign->offsetY, m_shape.m_foreign->width, m_shape.m_foreig… in _flushShape()
1812 if (m_shape.m_foreign && m_shape.m_foreign->data.size()) in _flushShape()
1823 …m_collector->collectDefaultCharStyle(m_shape.m_charStyle.charCount, m_shape.m_charStyle.font, m_sh… in _flushShape()
1824m_shape.m_charStyle.size, m_shape.m_charStyle.bold, m_shape.m_charStyle.italic, m_shape.m_charStyl… in _flushShape()
1832m_shape.m_paraStyle.indRight, m_shape.m_paraStyle.spLine, m_shape.m_paraStyle.spBefore, in _flushShape()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/karbonplugins/tools/filterEffectTool/
H A DFilterRegionChangeCommand.cpp25 : KUndo2Command(parent), m_effect(effect), m_newRegion(filterRegion), m_shape(shape) in FilterRegionChangeCommand()
33 if (m_shape) in redo()
34 m_shape->update(); in redo()
38 if (m_shape) { in redo()
39 m_shape->update(); in redo()
40 m_shape->notifyChanged(); in redo()
48 if (m_shape) in undo()
49 m_shape->update(); in undo()
53 if (m_shape) { in undo()
54 m_shape->update(); in undo()
[all …]
H A DFilterAddCommand.cpp28 : KUndo2Command(parent), m_filterEffect(filterEffect), m_shape(shape), m_isAdded(false) in FilterAddCommand()
30 Q_ASSERT(m_shape); in FilterAddCommand()
44 if (m_shape->filterEffectStack()) { in redo()
45 m_shape->update(); in redo()
46 m_shape->filterEffectStack()->appendFilterEffect(m_filterEffect); in redo()
47 m_shape->update(); in redo()
54 if (m_shape->filterEffectStack()) { in undo()
55 int index = m_shape->filterEffectStack()->filterEffects().indexOf(m_filterEffect); in undo()
57 m_shape->update(); in undo()
58 m_shape->filterEffectStack()->takeFilterEffect(index); in undo()
[all …]
H A DFilterInputChangeCommand.cpp25 : KUndo2Command(parent), m_shape(shape) in FilterInputChangeCommand()
31 : KUndo2Command(parent), m_shape(shape) in FilterInputChangeCommand()
38 if (m_shape) in redo()
39 m_shape->update(); in redo()
45 if (m_shape) in redo()
46 m_shape->update(); in redo()
53 if (m_shape) in undo()
54 m_shape->update(); in undo()
60 if (m_shape) in undo()
61 m_shape->update(); in undo()
H A DFilterStackSetCommand.cpp27 : KUndo2Command(parent), m_newFilterStack(newStack), m_shape(shape) in FilterStackSetCommand()
29 Q_ASSERT(m_shape); in FilterStackSetCommand()
30 m_oldFilterStack = m_shape->filterEffectStack(); in FilterStackSetCommand()
51 m_shape->update(); in redo()
52 m_shape->setFilterEffectStack(m_newFilterStack); in redo()
53 m_shape->update(); in redo()
58 m_shape->update(); in undo()
59 m_shape->setFilterEffectStack(m_oldFilterStack); in undo()
60 m_shape->update(); in undo()
H A DFilterRemoveCommand.cpp28 : KUndo2Command(parent), m_filterEffect(0), m_filterStack(filterStack), m_shape(shape) in FilterRemoveCommand()
45 if (m_shape) in redo()
46 m_shape->update(); in redo()
51 if (m_shape) in redo()
52 m_shape->update(); in redo()
57 if (m_shape) in undo()
58 m_shape->update(); in undo()
63 if (m_shape) in undo()
64 m_shape->update(); in undo()
/dports/graphics/krita/krita-4.4.8/plugins/flake/artistictextshape/
H A DChangeTextFontCommand.cpp27 , m_shape(shape) in ChangeTextFontCommand()
32 Q_ASSERT(m_shape); in ChangeTextFontCommand()
38 , m_shape(shape) in ChangeTextFontCommand()
43 Q_ASSERT(m_shape); in ChangeTextFontCommand()
49 m_oldText = m_shape->text(); in redo()
53 m_shape->setFont(m_newFont); in redo()
56 m_newText = m_shape->text(); in redo()
59 m_shape->clear(); in redo()
61 m_shape->appendText(range); in redo()
68 m_shape->clear(); in undo()
[all …]
H A DAddTextRangeCommand.cpp27 , m_shape(shape) in AddTextRangeCommand()
38 : m_tool(tool), m_shape(shape), m_formattedText(text), m_from(from) in AddTextRangeCommand()
48 if (!m_shape) { in redo()
53 m_shape->insertText(m_from, m_formattedText); in redo()
55 m_shape->insertText(m_from, m_plainText); in redo()
60 m_tool->setTextCursor(m_shape, m_from + m_formattedText.text().length()); in redo()
62 m_tool->setTextCursor(m_shape, m_from + m_plainText.length()); in redo()
71 if (! m_shape) { in undo()
75 m_shape->clear(); in undo()
77 m_shape->appendText(range); in undo()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/artistictextshape/
H A DChangeTextFontCommand.cpp26 : KUndo2Command(parent), m_shape(shape), m_newFont( font ), m_rangeStart(-1), m_rangeCount(-1) in ChangeTextFontCommand()
28 Q_ASSERT(m_shape); in ChangeTextFontCommand()
35 Q_ASSERT(m_shape); in ChangeTextFontCommand()
41 m_oldText = m_shape->text(); in redo()
43 m_shape->setFont(m_rangeStart, m_rangeCount, m_newFont); in redo()
45 m_shape->setFont(m_newFont); in redo()
48 m_newText = m_shape->text(); in redo()
51 m_shape->clear(); in redo()
53 m_shape->appendText(range); in redo()
60 m_shape->clear(); in undo()
[all …]
H A DAddTextRangeCommand.cpp26 …: m_tool(tool), m_shape(shape), m_plainText(text), m_formattedText(QString(), QFont()), m_from(fro… in AddTextRangeCommand()
33 : m_tool(tool), m_shape(shape), m_formattedText(text), m_from(from) in AddTextRangeCommand()
43 if ( !m_shape ) in redo()
47 m_shape->insertText(m_from, m_formattedText); in redo()
49 m_shape->insertText(m_from, m_plainText); in redo()
53 m_tool->setTextCursor(m_shape, m_from + m_formattedText.text().length()); in redo()
55 m_tool->setTextCursor(m_shape, m_from + m_plainText.length()); in redo()
63 if ( ! m_shape ) in undo()
66 m_shape->clear(); in undo()
68 m_shape->appendText(range); in undo()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/canvas/
H A Dselection.cpp41 m_originalShape = m_shape; in saveShape()
52 m_shape = m_originalShape; in reset()
53 emit shapeChanged(m_shape); in reset()
59 m_shape.clear(); in resetShape()
68 m_shape = shape; in setShape()
90 m_shape.translate(offset); in translate()
274 m_shape[i] = QPointF( in adjustScale()
278 if(std::isnan(m_shape[i].x()) || std::isnan(m_shape[i].y())) { in adjustScale()
299 m_shape[i] = t.map(p); in adjustRotation()
319 m_shape[i] = t.map(p); in adjustShear()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/xmlgui/
H A Dkgesture.cpp38 : m_shape(other.m_shape), in KShapeGesturePrivate()
43 QPolygon m_shape; member in KShapeGesturePrivate
105 d->m_shape = shape; in setShape()
118 d->m_shape[i].setX((int)(xScale * (float)d->m_shape[i].x())); in setShape()
119 d->m_shape[i].setY((int)(yScale * (float)d->m_shape[i].y())); in setShape()
129 int prevX = d->m_shape[0].x(); in setShape()
153 return !d->m_shape.isEmpty(); in isValid()
244 x = d->m_shape[0].x(); in distance()
245 y = d->m_shape[0].y(); in distance()
359 d->m_shape = other.d->m_shape; in operator =()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/
H A DFormulaCommandUpdate.cpp30 m_shape=shape; in FormulaCommandUpdate()
37 m_shape->update(); in redo()
39 m_shape->updateLayout(); in redo()
40 m_shape->update(); in redo()
41 m_shape->formulaData()->notifyDataChange(m_command,false); in redo()
46 m_shape->update(); in undo()
48 m_shape->updateLayout(); in undo()
49 m_shape->update(); in undo()
50 m_shape->formulaData()->notifyDataChange(m_command,true); in undo()
/dports/editors/calligra/calligra-3.2.1/plugins/staging/templateshape/
H A DChangeSomethingCommand.cpp38 , m_shape(shape) in ChangeSomethingCommand()
43 KoSomethingData *oldSomethingData = qobject_cast<KoSomethingData*>(m_shape->userData()); in ChangeSomethingCommand()
64 m_shape->update(); in redo()
67 m_shape->setUserData(m_newSomethingData ? new KoSomethingData(*m_newSomethingData): 0); in redo()
68 m_shape->setSize(m_newSize); in redo()
69 m_shape->update(); in redo()
75 m_shape->update(); in undo()
76 m_shape->setUserData(m_oldSomethingData ? new KoSomethingData(*m_oldSomethingData): 0); in undo()
77 m_shape->setSize(m_oldSize); in undo()
78 m_shape->update(); in undo()
/dports/editors/calligra/calligra-3.2.1/plugins/vectorshape/
H A DChangeVectorDataCommand.cpp32 , m_shape(shape) in ChangeVectorDataCommand()
35 m_oldImageData = m_shape->compressedContents(); in ChangeVectorDataCommand()
36 m_oldVectorType = m_shape->vectorType(); in ChangeVectorDataCommand()
48 m_shape->update(); in redo()
49 m_shape->setCompressedContents(m_newImageData, m_newVectorType); in redo()
50 m_shape->update(); in redo()
55 m_shape->update(); in undo()
56 m_shape->setCompressedContents(m_oldImageData, m_oldVectorType); in undo()
57 m_shape->update(); in undo()
/dports/editors/calligra/calligra-3.2.1/plugins/pictureshape/
H A DChangeImageCommand.cpp32 m_shape(shape), in ChangeImageCommand()
42 m_oldImageData = m_shape->imageData() ? new KoImageData(*m_shape->imageData()): 0; in ChangeImageCommand()
48 m_shape(shape), in ChangeImageCommand()
62 m_shape(shape), in ChangeImageCommand()
83 m_shape->setUserData(m_newImageData ? new KoImageData(*m_newImageData): 0); in redo()
86 m_shape->setColorMode(m_newColorMode); in redo()
87 m_shape->setCropRect(m_newCroppingRect); in redo()
95 m_shape->setUserData(m_oldImageData ? new KoImageData(*m_oldImageData): 0); in undo()
98 m_shape->setColorMode(m_oldColorMode); in undo()
99 m_shape->setCropRect(m_oldCroppingRect); in undo()

12345678910>>...33