Home
last modified time | relevance | path

Searched defs:AddAnnotationCommand (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/commands/
H A DAddAnnotationCommand.cpp32 AddAnnotationCommand::AddAnnotationCommand(KoAnnotation *annotation, KUndo2Command *parent) in AddAnnotationCommand() function in AddAnnotationCommand
/dports/editors/calligra/calligra-3.2.1/libs/text/commands/
H A DAddAnnotationCommand.cpp30 AddAnnotationCommand::AddAnnotationCommand(KoAnnotation *annotation, KUndo2Command *parent) in AddAnnotationCommand() function in AddAnnotationCommand
/dports/graphics/okular/okular-21.12.3/core/
H A Ddocumentcommands.cpp56 AddAnnotationCommand::AddAnnotationCommand(Okular::DocumentPrivate *docPriv, Okular::Annotation *an… in AddAnnotationCommand() function in Okular::AddAnnotationCommand
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/document/
H A Dcommands.py171 class AddAnnotationCommand(UndoCommand): class