|
Blender V5.0
|
Inherits blender::ed::sculpt_paint::PaintModeData.
Public Member Functions | |
| PaintOperation ()=default | |
| ~PaintOperation () override | |
| Public Member Functions inherited from blender::ed::sculpt_paint::PaintModeData | |
| virtual | ~PaintModeData ()=default |
Public Attributes | |
| AbstractPaintMode * | mode = nullptr |
| void * | stroke_handle = nullptr |
| float | prevmouse [2] = {0.0f, 0.0f} |
| float | startmouse [2] = {0.0f, 0.0f} |
| double | starttime = 0.0 |
| wmPaintCursor * | cursor = nullptr |
| ViewContext | vc = {nullptr} |
Definition at line 215 of file paint_image_ops_paint.cc.
|
default |
|
inlineoverride |
Definition at line 228 of file paint_image_ops_paint.cc.
References cursor, mode, and WM_paint_cursor_end().
| wmPaintCursor* blender::ed::sculpt_paint::image::ops::paint::PaintOperation::cursor = nullptr |
Definition at line 224 of file paint_image_ops_paint.cc.
Referenced by ~PaintOperation().
| AbstractPaintMode* blender::ed::sculpt_paint::image::ops::paint::PaintOperation::mode = nullptr |
Definition at line 216 of file paint_image_ops_paint.cc.
Referenced by blender::ed::sculpt_paint::image::ops::paint::paint_stroke_done(), blender::ed::sculpt_paint::image::ops::paint::paint_stroke_redraw(), blender::ed::sculpt_paint::image::ops::paint::paint_stroke_update_step(), and ~PaintOperation().
| float blender::ed::sculpt_paint::image::ops::paint::PaintOperation::prevmouse[2] = {0.0f, 0.0f} |
Definition at line 220 of file paint_image_ops_paint.cc.
Referenced by blender::ed::sculpt_paint::image::ops::paint::paint_stroke_done(), and blender::ed::sculpt_paint::image::ops::paint::paint_stroke_update_step().
| float blender::ed::sculpt_paint::image::ops::paint::PaintOperation::startmouse[2] = {0.0f, 0.0f} |
Definition at line 221 of file paint_image_ops_paint.cc.
Referenced by blender::ed::sculpt_paint::image::ops::paint::gradient_draw_line(), and blender::ed::sculpt_paint::image::ops::paint::paint_stroke_done().
| double blender::ed::sculpt_paint::image::ops::paint::PaintOperation::starttime = 0.0 |
Definition at line 222 of file paint_image_ops_paint.cc.
| void* blender::ed::sculpt_paint::image::ops::paint::PaintOperation::stroke_handle = nullptr |
| ViewContext blender::ed::sculpt_paint::image::ops::paint::PaintOperation::vc = {nullptr} |
Definition at line 225 of file paint_image_ops_paint.cc.
Referenced by blender::ed::sculpt_paint::image::ops::paint::gradient_draw_line().