|
Blender V5.0
|
#include <grease_pencil_io.hh>
Public Member Functions | |
| IOContext (bContext &C, const ARegion *region, const View3D *v3d, const RegionView3D *rv3d, ReportList *reports) | |
Public Attributes | |
| ReportList * | reports |
| bContext & | C |
| const ARegion * | region |
| const View3D * | v3d |
| const RegionView3D * | rv3d |
| Scene * | scene |
| Depsgraph * | depsgraph |
Definition at line 24 of file grease_pencil_io.hh.
| blender::io::grease_pencil::IOContext::IOContext | ( | bContext & | C, |
| const ARegion * | region, | ||
| const View3D * | v3d, | ||
| const RegionView3D * | rv3d, | ||
| ReportList * | reports ) |
Definition at line 68 of file grease_pencil_io.cc.
References C, CTX_data_depsgraph_pointer(), CTX_data_scene(), depsgraph, region, reports, rv3d, scene, and v3d.
| bContext& blender::io::grease_pencil::IOContext::C |
Definition at line 26 of file grease_pencil_io.hh.
Referenced by IOContext().
| Depsgraph* blender::io::grease_pencil::IOContext::depsgraph |
Definition at line 31 of file grease_pencil_io.hh.
Referenced by IOContext().
| const ARegion* blender::io::grease_pencil::IOContext::region |
Definition at line 27 of file grease_pencil_io.hh.
Referenced by IOContext().
| ReportList* blender::io::grease_pencil::IOContext::reports |
Definition at line 25 of file grease_pencil_io.hh.
Referenced by IOContext().
| const RegionView3D* blender::io::grease_pencil::IOContext::rv3d |
Definition at line 29 of file grease_pencil_io.hh.
Referenced by IOContext().
| Scene* blender::io::grease_pencil::IOContext::scene |
Definition at line 30 of file grease_pencil_io.hh.
Referenced by IOContext().
| const View3D* blender::io::grease_pencil::IOContext::v3d |
Definition at line 28 of file grease_pencil_io.hh.
Referenced by IOContext().