Blender
V3.3
source
blender
editors
io
io_gpencil.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2020 Blender Foundation. All rights reserved. */
3
8
#pragma once
9
10
struct
ARegion
;
11
struct
View3D
;
12
struct
bContext
;
13
struct
wmOperatorType
;
14
15
void
WM_OT_gpencil_import_svg
(
struct
wmOperatorType
*
ot
);
16
17
#ifdef WITH_PUGIXML
18
void
WM_OT_gpencil_export_svg(
struct
wmOperatorType
*
ot
);
19
#endif
20
#ifdef WITH_HARU
21
void
WM_OT_gpencil_export_pdf(
struct
wmOperatorType
*
ot
);
22
#endif
23
24
struct
ARegion
*
get_invoke_region
(
struct
bContext
*
C
);
25
struct
View3D
*
get_invoke_view3d
(
struct
bContext
*
C
);
C
#define C
Definition:
RandGen.cpp:25
WM_OT_gpencil_import_svg
void WM_OT_gpencil_import_svg(struct wmOperatorType *ot)
get_invoke_view3d
struct View3D * get_invoke_view3d(struct bContext *C)
get_invoke_region
struct ARegion * get_invoke_region(struct bContext *C)
ARegion
Definition:
DNA_screen_types.h:447
View3D
Definition:
DNA_view3d_types.h:256
bContext
Definition:
context.c:56
wmOperatorType
Definition:
WM_types.h:886
ot
wmOperatorType * ot
Definition:
wm_files.c:3479
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1