Blender V4.3
blender::ed::sculpt_paint::greasepencil::EraseOperation Class Reference

Inherits blender::ed::sculpt_paint::GreasePencilStrokeOperation.

Public Member Functions

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

Friends

struct EraseOperationExecutor
 

Detailed Description

Definition at line 36 of file grease_pencil_erase.cc.

Constructor & Destructor Documentation

◆ EraseOperation()

blender::ed::sculpt_paint::greasepencil::EraseOperation::EraseOperation ( bool temp_use_eraser)
inline

Definition at line 39 of file grease_pencil_erase.cc.

◆ ~EraseOperation()

blender::ed::sculpt_paint::greasepencil::EraseOperation::~EraseOperation ( )
inlineoverride

Definition at line 40 of file grease_pencil_erase.cc.

Member Function Documentation

◆ on_stroke_begin()

◆ on_stroke_done()

◆ on_stroke_extended()

void blender::ed::sculpt_paint::greasepencil::EraseOperation::on_stroke_extended ( const bContext & C,
const InputSample & extension_sample )
overridevirtual

Friends And Related Symbol Documentation

◆ EraseOperationExecutor

friend struct EraseOperationExecutor
friend

Definition at line 46 of file grease_pencil_erase.cc.


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