Blender V4.3
blender::ed::sculpt_paint::GreasePencilStrokeOperation Class Referenceabstract

#include <grease_pencil_intern.hh>

Inherits blender::ed::sculpt_paint::PaintModeData.

Inherited by blender::ed::sculpt_paint::greasepencil::EraseOperation, blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeOperationCommon, blender::ed::sculpt_paint::greasepencil::PaintOperation, blender::ed::sculpt_paint::greasepencil::TintOperation, and blender::ed::sculpt_paint::greasepencil::WeightPaintOperation.

Public Member Functions

virtual void on_stroke_begin (const bContext &C, const InputSample &start_sample)=0
 
virtual void on_stroke_extended (const bContext &C, const InputSample &extension_sample)=0
 
virtual void on_stroke_done (const bContext &C)=0
 
- Public Member Functions inherited from blender::ed::sculpt_paint::PaintModeData
virtual ~PaintModeData ()=default
 

Detailed Description

Definition at line 47 of file grease_pencil_intern.hh.

Member Function Documentation

◆ on_stroke_begin()

◆ on_stroke_done()

◆ on_stroke_extended()

virtual void blender::ed::sculpt_paint::GreasePencilStrokeOperation::on_stroke_extended ( const bContext & C,
const InputSample & extension_sample )
pure virtual

The documentation for this class was generated from the following file: