Blender
V5.0
source
blender
editors
space_script
script_intern.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2008 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#pragma once
10
11
/* internal exports only */
12
13
struct
wmKeyConfig
;
14
struct
wmOperatorType
;
15
16
/* `script_ops.cc` */
17
18
void
script_operatortypes
();
19
void
script_keymap
(
wmKeyConfig
*keyconf);
20
21
/* `script_edit.cc` */
22
23
void
SCRIPT_OT_reload
(
wmOperatorType
*
ot
);
24
void
SCRIPT_OT_python_file_run
(
wmOperatorType
*
ot
);
script_operatortypes
void script_operatortypes()
Definition
script_ops.cc:17
script_keymap
void script_keymap(wmKeyConfig *keyconf)
Definition
script_ops.cc:23
SCRIPT_OT_reload
void SCRIPT_OT_reload(wmOperatorType *ot)
Definition
script_edit.cc:137
SCRIPT_OT_python_file_run
void SCRIPT_OT_python_file_run(wmOperatorType *ot)
Definition
script_edit.cc:51
wmKeyConfig
Definition
DNA_windowmanager_types.h:507
wmOperatorType
Definition
WM_types.hh:1031
ot
wmOperatorType * ot
Definition
wm_files.cc:4237
Generated on
for Blender by
doxygen
1.16.1