Home
last modified time | relevance | path

Searched refs:beginMacro (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/graphics/krita/krita-4.4.8/libs/command/
H A Dkis_undo_stores.cpp54 void KisSurrogateUndoStore::beginMacro(const KUndo2MagicString& macroName) in beginMacro() function in KisSurrogateUndoStore
56 m_undoStack->beginMacro(macroName); in beginMacro()
124 void KisDumbUndoStore::beginMacro(const KUndo2MagicString& macroName) in beginMacro() function in KisDumbUndoStore
H A Dkis_undo_stores.h42 void beginMacro(const KUndo2MagicString& macroName) override;
69 void beginMacro(const KUndo2MagicString& macroName) override;
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/core/
H A DAbstractAspect.cpp112 beginMacro(tr("%1: add %2.").arg(name()).arg(new_name)); in addChild()
128 beginMacro(tr("%1: insert %2 at position %3.").arg(name()).arg(new_name).arg(index + 1)); in insertChild()
143 beginMacro(tr("%1: remove %2.").arg(name()).arg(child->name())); in removeChild()
161 beginMacro(tr("%1: move %2 to %3.").arg(name()).arg(child->name()).arg(new_parent->name())); in reparentChild()
216 void AbstractAspect::beginMacro(const QString &text) in beginMacro() function in AbstractAspect
220 stack->beginMacro(text); in beginMacro()
364 beginMacro(tr("%1: remove all children.").arg(name())); in removeAllChildAspects()
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_document_undo_store.cpp63 void KisDocumentUndoStore::beginMacro(const KUndo2MagicString& macroName) in beginMacro() function in KisDocumentUndoStore
65 m_doc->beginMacro(macroName); in beginMacro()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dlayermodel.cpp466 undoStack->beginMacro(tr("Show Layers")); in toggleLayers()
468 undoStack->beginMacro(tr("Hide Layers")); in toggleLayers()
490 undoStack->beginMacro(tr("Lock Layers")); in toggleLockLayers()
492 undoStack->beginMacro(tr("Unlock Layers")); in toggleLockLayers()
553 undoStack->beginMacro(tr("Show Other Layers")); in toggleOtherLayers()
555 undoStack->beginMacro(tr("Hide Other Layers")); in toggleOtherLayers()
581 undoStack->beginMacro(tr("Lock Other Layers")); in toggleLockOtherLayers()
583 undoStack->beginMacro(tr("Unlock Other Layers")); in toggleLockOtherLayers()
H A Dmapdocument.cpp416 undoStack()->beginMacro(tr("Offset Map")); in offsetMap()
443 undoStack()->beginMacro(tr("Rotate %n Object(s)", "", in rotateSelectedObjects()
526 undoStack()->beginMacro(tr("Group %n Layer(s)", "", layers.size())); in groupLayers()
542 undoStack()->beginMacro(tr("Ungroup %n Layer(s)", "", layers.size())); in ungroupLayers()
588 undoStack()->beginMacro(tr("Duplicate %n Layer(s)", "", layers.size())); in duplicateLayers()
654 undoStack()->beginMacro(tr("Merge Layer Down")); // todo: support plural after string-freeze in mergeLayersDown()
711 …undoStack()->beginMacro(QCoreApplication::translate("Undo Commands", "Raise %n Layer(s)", "", laye… in moveLayersUp()
738 …undoStack()->beginMacro(QCoreApplication::translate("Undo Commands", "Lower %n Layer(s)", "", laye… in moveLayersDown()
752 undoStack()->beginMacro(tr("Remove %n Layer(s)", "", layers.size())); in removeLayers()
1120 undoStack()->beginMacro(tr("Tileset Changes")); in unifyTilesets()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_surrogate_undo_adapter.cpp49 void KisSurrogateUndoAdapter::beginMacro(const KUndo2MagicString& macroName) in beginMacro() function in KisSurrogateUndoAdapter
51 m_undoStore->beginMacro(macroName); in beginMacro()
H A Dkis_legacy_undo_adapter.cpp60 void KisLegacyUndoAdapter::beginMacro(const KUndo2MagicString& macroName) in beginMacro() function in KisLegacyUndoAdapter
67 undoStore()->beginMacro(macroName); in beginMacro()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/components/formeditor/
H A Dqdesignerundostack.cpp68 void QDesignerUndoStack::beginMacro(const QString &text) in beginMacro() function in qdesigner_internal::QDesignerUndoStack
70 m_undoStack->beginMacro(text); in beginMacro()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/layout/
H A Dqgslayoutundostack.sip.in32 void beginMacro( const QString &commandText );
38 :py:func:`~QgsLayoutUndoStack.beginMacro` and :py:func:`~QgsLayoutUndoStack.endMacro` block are col…
46 Ends a macro command. This must be called after :py:func:`~QgsLayoutUndoStack.beginMacro`, when
51 :py:func:`~QgsLayoutUndoStack.beginMacro` and :py:func:`~QgsLayoutUndoStack.endMacro` block are col…
54 .. seealso:: :py:func:`beginMacro`
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/layout/
H A Dqgslayoutundostack.sip.in32 void beginMacro( const QString &commandText );
38 :py:func:`~QgsLayoutUndoStack.beginMacro` and :py:func:`~QgsLayoutUndoStack.endMacro` block are col…
46 Ends a macro command. This must be called after :py:func:`~QgsLayoutUndoStack.beginMacro`, when
51 :py:func:`~QgsLayoutUndoStack.beginMacro` and :py:func:`~QgsLayoutUndoStack.endMacro` block are col…
54 .. seealso:: :py:func:`beginMacro`
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qhexedit/src/
H A Dcommands.cpp113 beginMacro(txt); in insert()
135 beginMacro(txt); in removeAt()
160 beginMacro(txt); in overwrite()
/dports/sysutils/UEFITool/UEFITool-A59/UEFITool/qhexedit2/
H A Dcommands.cpp115 beginMacro(txt); in insert()
137 beginMacro(txt); in removeAt()
162 beginMacro(txt); in overwrite()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/core/undo/
H A Dundostack.h47 void beginMacro(const QString &text); in QT_FORWARD_DECLARE_CLASS()
67 using QUndoStack::beginMacro; in QT_FORWARD_DECLARE_CLASS()
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutundostack.cpp30 void QgsLayoutUndoStack::beginMacro( const QString &commandText ) in beginMacro() function in QgsLayoutUndoStack
33 mUndoStack->beginMacro( commandText ); in beginMacro()
H A Dqgslayoutaligner.cpp58 layout->undoStack()->beginMacro( undoText( alignment ) ); in alignItems()
182 layout->undoStack()->beginMacro( undoText( distribution ) ); in distributeItems()
264 layout->undoStack()->beginMacro( undoText( resize ) ); in resizeItems()
399 layout->undoStack()->beginMacro( undoText( distribution ) ); in distributeEquispacedItems()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutundostack.cpp30 void QgsLayoutUndoStack::beginMacro( const QString &commandText ) in beginMacro() function in QgsLayoutUndoStack
33 mUndoStack->beginMacro( commandText ); in beginMacro()
H A Dqgslayoutaligner.cpp58 layout->undoStack()->beginMacro( undoText( alignment ) ); in alignItems()
182 layout->undoStack()->beginMacro( undoText( distribution ) ); in distributeItems()
264 layout->undoStack()->beginMacro( undoText( resize ) ); in resizeItems()
399 layout->undoStack()->beginMacro( undoText( distribution ) ); in distributeEquispacedItems()
/dports/devel/eric6/eric6-21.11/eric/eric6/HexEdit/
H A DHexEditUndoStack.py157 self.beginMacro(txt)
180 self.beginMacro(txt)
216 self.beginMacro(txt)
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/table/
H A Dfuture_Table.cpp307 beginMacro(QObject::tr("%1: clear").arg(name())); in clear()
319 beginMacro(QObject::tr("%1: clear all masks").arg(name())); in clearMasks()
331 beginMacro(QObject::tr("%1: add column").arg(name())); in addColumn()
358 beginMacro(tr("%1: cut selected cell(s)").arg(name())); in cutSelection()
427 beginMacro(tr("%1: paste from clipboard").arg(name())); in pasteIntoSelection()
566 beginMacro(tr("%1: mask selected cell(s)").arg(name())); in maskSelection()
588 beginMacro(tr("%1: unmask selected cell(s)").arg(name())); in unmaskSelection()
614 beginMacro(tr("%1: apply formula to selection").arg(name())); in recalculateSelectedCells()
633 beginMacro(tr("%1: fill cells with row numbers").arg(name())); in fillSelectedCellsWithRowNumbers()
1901 beginMacro(tr("%1: move column %2 from position %3 to %4.") in moveColumn()
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/matrix/
H A Dfuture_Matrix.cpp144 beginMacro(QObject::tr("%1: remove %2 row(s)").arg(name()).arg(count)); in removeRows()
194 beginMacro(QObject::tr("%1: clear").arg(name())); in clear()
216 beginMacro(tr("%1: cut selected cell(s)").arg(name())); in cutSelection()
269 beginMacro(tr("%1: paste from clipboard").arg(name())); in pasteIntoSelection()
345 beginMacro(QObject::tr("%1: insert empty column(s)").arg(name())); in insertEmptyColumns()
385 beginMacro(QObject::tr("%1: clear selected column(s)").arg(name())); in clearSelectedColumns()
405 beginMacro(QObject::tr("%1: insert empty rows(s)").arg(name())); in insertEmptyRows()
432 beginMacro(QObject::tr("%1: remove selected rows(s)").arg(name())); in removeSelectedRows()
450 beginMacro(QObject::tr("%1: clear selected rows(s)").arg(name())); in clearSelectedRows()
474 beginMacro(tr("%1: clear selected cell(s)").arg(name())); in clearSelectedCells()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_crop_processing_visitor_test.cpp50 undoAdapter.beginMacro(kundo2_noi18n("test")); in testUndo()
78 undoAdapter.beginMacro(kundo2_noi18n("test")); in testCropTransparencyMask()
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutguidewidget.cpp83 mLayout->undoStack()->beginMacro( tr( "Remove Horizontal Guides" ) ); in deleteHorizontalGuide()
96 mLayout->undoStack()->beginMacro( tr( "Remove Vertical Guides" ) ); in deleteVerticalGuide()
145 mLayout->undoStack()->beginMacro( tr( "Remove All Guides" ) ); in clearAll()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutguidewidget.cpp83 mLayout->undoStack()->beginMacro( tr( "Remove Horizontal Guides" ) ); in deleteHorizontalGuide()
96 mLayout->undoStack()->beginMacro( tr( "Remove Vertical Guides" ) ); in deleteVerticalGuide()
145 mLayout->undoStack()->beginMacro( tr( "Remove All Guides" ) ); in clearAll()
/dports/cad/qelectrotech/qet-0.7.0/sources/SearchAndReplace/
H A Dsearchandreplaceworker.cpp54 us->beginMacro(QObject::tr("Chercher/remplacer les propriétés de folio")); in replaceDiagram()
116 project_->undoStack()->beginMacro(QObject::tr("Chercher/remplacer les propriétés d'éléments.")); in replaceElement()
168 project_->undoStack()->beginMacro(QObject::tr("Chercher/remplacer des textes independants")); in replaceIndiText()
206 …project_->undoStack()->beginMacro(QObject::tr("Chercher/remplacer les propriétés de conducteurs.")… in replaceConductor()
289 project_->undoStack()->beginMacro(QObject::tr("Rechercher / remplacer avancé")); in replaceAdvanced()

12345678910>>...18