Home
last modified time | relevance | path

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

12

/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/undo/
H A DResizeCommand.cpp24 ResizeCommand::ResizeCommand(AbstractAnnotationItem *item, int handleIndex, QPointF newPos, bool ke… in ResizeCommand() function in kImageAnnotator::ResizeCommand
33 void ResizeCommand::undo() in undo()
38 void ResizeCommand::redo() in redo()
43 bool ResizeCommand::mergeWith(const QUndoCommand *command) in mergeWith()
45 const auto resizeCommand = dynamic_cast<const ResizeCommand *>(command); in mergeWith()
56 int ResizeCommand::id() const in id()
H A DResizeCommand.h29 class ResizeCommand : public QUndoCommand
37 …explicit ResizeCommand(AbstractAnnotationItem *item, int handleIndex, QPointF newPos, bool keepAsp…
38 ~ResizeCommand() = default;
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/annotations/undo/
H A DResizeCommandTest.cpp30 ResizeCommand resize(item, 1, newPosition, false); in TestRedo_Should_MoveProvidedHandleToNewPosition()
45 ResizeCommand resize(item, 1, newPosition, false); in TestUndo_Should_MoveProvidedHandleToInitialPosition()
62 ResizeCommand resize1(item, 1, newPosition1, false); in TestMergeWith_Should_TakeNewHandlePositionFromLastResizeCommand()
63 ResizeCommand resize2(item, 1, newPosition2, false); in TestMergeWith_Should_TakeNewHandlePositionFromLastResizeCommand()
80 ResizeCommand resize1(item, 1, newPosition1, false); in TestMergeWith_Should_KeepInitialPositionFromFirstResizeCommand()
81 ResizeCommand resize2(item, 1, newPosition2, false); in TestMergeWith_Should_KeepInitialPositionFromFirstResizeCommand()
102 ResizeCommand resize1(item1, 1, newPosition1, false); in TestMergeWith_Should_NotMergeResizeCommands_When_ItemsAreNotTheSame()
103 ResizeCommand resize2(item2, 1, newPosition2, false); in TestMergeWith_Should_NotMergeResizeCommands_When_ItemsAreNotTheSame()
120 ResizeCommand resize1(item1, 1, newPosition1, false); in TestMergeWith_Should_NotMergeResizeCommands_When_HandlesAreNotTheSame()
121 ResizeCommand resize2(item1, 3, newPosition2, false); in TestMergeWith_Should_NotMergeResizeCommands_When_HandlesAreNotTheSame()
H A DResizeCommandTest.h28 using kImageAnnotator::ResizeCommand;
/dports/graphics/kimagemapeditor/kimagemapeditor-21.12.3/
H A Dkimecommands.cpp168 ResizeCommand::ResizeCommand (KImageMapEditor *document, AreaSelection *a, Area *oldArea) in ResizeCommand() function in ResizeCommand
179 ResizeCommand::~ResizeCommand () in ~ResizeCommand()
186 void ResizeCommand::redo() in redo()
197 void ResizeCommand::undo() in undo()
H A Dkimecommands.h91 class ResizeCommand : public QUndoCommand
94 ResizeCommand (KImageMapEditor *document, AreaSelection *a, Area *oldArea);
95 ~ResizeCommand () override;
H A Dkimagemapeditor.cpp2614 new ResizeCommand( this, selected(), oldArea )); in slotIncreaseHeight()
2630 new ResizeCommand( this, selected(), oldArea )); in slotDecreaseHeight()
2645 new ResizeCommand( this, selected(), oldArea )); in slotIncreaseWidth()
2660 new ResizeCommand( this, selected(), oldArea )); in slotDecreaseWidth()
/dports/games/mangband/mangband-1.5.3/src/client/osx/
H A Dosx_tables.h134 HANDLERDEF(MouseCommand); HANDLERDEF(ResizeCommand);
177 { 'wind', WNRSZ, ResizeCommand, kWINDOW, NULL }, // Change window size
178 { 'wind', WNDRG, ResizeCommand, kWINDOW, NULL }, // Change window size
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DExternalTransforms.h149 class ResizeCommand : public TransformCommand {
152 ResizeCommand(ResizeData const & data_) : data(data_) {} in ResizeCommand() function
162 class ResizeLatexCommand : public ResizeCommand {
169 : ResizeCommand(data_) {} in ResizeLatexCommand()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/
H A DHeightenCommand.php5 class HeightenCommand extends ResizeCommand
H A DWidenCommand.php5 class WidenCommand extends ResizeCommand
H A DResizeCommand.php7 class ResizeCommand extends AbstractCommand class
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/Gd/Commands/
H A DHeightenCommand.php5 class HeightenCommand extends ResizeCommand
H A DWidenCommand.php5 class WidenCommand extends ResizeCommand
H A DFlipCommand.php5 class FlipCommand extends ResizeCommand
H A DFitCommand.php7 class FitCommand extends ResizeCommand
H A DCropCommand.php8 class CropCommand extends ResizeCommand
H A DResizeCommand.php7 class ResizeCommand extends AbstractCommand class
H A DTrimCommand.php7 class TrimCommand extends ResizeCommand
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/modifiers/
H A DAnnotationItemResizer.h48 void newCommand(ResizeCommand *resize) const;
H A DAnnotationMultiItemResizer.h54 void newCommand(ResizeCommand *resize) const;
H A DAnnotationItemResizer.cpp57 …emit newCommand(new ResizeCommand(mAnnotationItem, mCurrentHandle, pos - mClickOffset, isCtrlPress… in moveHandle()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewitem.h512 class ResizeCommand : public ViewItemCommand
515 ResizeCommand(ViewItem *item, const QRectF &originalRect, const QRectF &newRect) in ResizeCommand() function
520 virtual ~ResizeCommand() {} in ~ResizeCommand()
/dports/benchmarks/apib/apib-APIB_1_2_1_RC1/test/
H A Dio_test.cc214 TEST_F(IOTest, ResizeCommand) {
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/document/
H A Dcommands.py219 class ResizeCommand(UndoCommand): class

12