|
Blender
V2.59
|
Go to the source code of this file.
Definition in file gpencil_intern.h.
| typedef enum ACTCONT_TYPES ACTCONT_TYPES |
| typedef enum ACTFILTER_FLAGS ACTFILTER_FLAGS |
| typedef struct bActListElem bActListElem |
| typedef enum eGPencil_PaintModes eGPencil_PaintModes |
| enum ACTCONT_TYPES |
Definition at line 105 of file gpencil_intern.h.
| enum ACTFILTER_FLAGS |
| ACTFILTER_VISIBLE | |
| ACTFILTER_SEL | |
| ACTFILTER_FOREDIT | |
| ACTFILTER_CHANNELS | |
| ACTFILTER_IPOKEYS | |
| ACTFILTER_ONLYICU | |
| ACTFILTER_FORDRAWING | |
| ACTFILTER_ACTGROUPED |
Definition at line 93 of file gpencil_intern.h.
| enum eGPencil_PaintModes |
Definition at line 49 of file gpencil_intern.h.
| void GPENCIL_OT_active_frame_delete | ( | struct wmOperatorType * | ot | ) |
Definition at line 334 of file gpencil_edit.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, gp_actframe_delete_exec(), gp_actframe_delete_poll(), wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and wmOperatorType::poll.
Referenced by ED_operatortypes_gpencil().
| void GPENCIL_OT_convert | ( | struct wmOperatorType * | ot | ) |
Definition at line 624 of file gpencil_edit.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, gp_convert_layer_exec(), gp_convert_poll(), wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by ED_operatortypes_gpencil().
| void GPENCIL_OT_data_add | ( | struct wmOperatorType * | ot | ) |
Definition at line 198 of file gpencil_edit.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, gp_add_poll(), gp_data_add_exec(), wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and wmOperatorType::poll.
Referenced by ED_operatortypes_gpencil().
| void GPENCIL_OT_data_unlink | ( | struct wmOperatorType * | ot | ) |
Definition at line 246 of file gpencil_edit.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, gp_data_unlink_exec(), gp_data_unlink_poll(), wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and wmOperatorType::poll.
Referenced by ED_operatortypes_gpencil().
| void GPENCIL_OT_draw | ( | struct wmOperatorType * | ot | ) |
Definition at line 1787 of file gpencil_paint.c.
References wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, gpencil_draw_cancel(), gpencil_draw_exec(), gpencil_draw_invoke(), gpencil_draw_modal(), gpencil_draw_poll(), wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_BLOCKING, OPTYPE_REGISTER, OPTYPE_UNDO, wmOperatorType::poll, RNA_def_collection_runtime(), RNA_def_enum(), RNA_OperatorStrokeElement, and wmOperatorType::srna.
Referenced by ED_operatortypes_gpencil().
| void GPENCIL_OT_layer_add | ( | struct wmOperatorType * | ot | ) |
Definition at line 283 of file gpencil_edit.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, gp_add_poll(), gp_layer_add_exec(), wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and wmOperatorType::poll.
Referenced by ED_operatortypes_gpencil().