Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/io/io_gpencil.h
- This file was copied to source/blender/editors/asset/ED_asset_list.hh.
| Show All 19 Lines | |||||
| #ifndef __IO_GPENCIL_H__ | #ifndef __IO_GPENCIL_H__ | ||||
| #define __IO_GPENCIL_H__ | #define __IO_GPENCIL_H__ | ||||
| /** \file | /** \file | ||||
| * \ingroup editor/io | * \ingroup editor/io | ||||
| */ | */ | ||||
| struct ARegion; | struct ARegion; | ||||
| struct bContext; | |||||
| struct View3D; | struct View3D; | ||||
| struct bContext; | |||||
| struct wmOperatorType; | struct wmOperatorType; | ||||
| void WM_OT_gpencil_import_svg(struct wmOperatorType *ot); | void WM_OT_gpencil_import_svg(struct wmOperatorType *ot); | ||||
| #ifdef WITH_PUGIXML | #ifdef WITH_PUGIXML | ||||
| void WM_OT_gpencil_export_svg(struct wmOperatorType *ot); | void WM_OT_gpencil_export_svg(struct wmOperatorType *ot); | ||||
| #endif | #endif | ||||
| #ifdef WITH_HARU | #ifdef WITH_HARU | ||||
| void WM_OT_gpencil_export_pdf(struct wmOperatorType *ot); | void WM_OT_gpencil_export_pdf(struct wmOperatorType *ot); | ||||
| #endif | #endif | ||||
| struct ARegion *get_invoke_region(struct bContext *C); | struct ARegion *get_invoke_region(struct bContext *C); | ||||
| struct View3D *get_invoke_view3d(struct bContext *C); | struct View3D *get_invoke_view3d(struct bContext *C); | ||||
| #endif /* __IO_GPENCIL_H__ */ | #endif /* __IO_GPENCIL_H__ */ | ||||