Home
last modified time | relevance | path

Searched defs:StrokeTool (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/xournalpp/xournalpp-1.1.0/src/model/
H A DStroke.h19 enum StrokeTool { STROKE_TOOL_PEN, STROKE_TOOL_ERASER, STROKE_TOOL_HIGHLIGHTER }; enum
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/tool/
H A Dstroketool.cpp40 StrokeTool::StrokeTool(QObject* parent) : BaseTool(parent) in StrokeTool() function in StrokeTool
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/plug-ins/
H A Dspyro_plus.py574 class StrokeTool(AbstractStrokeTool): class