Blender V5.0
io_cache.hh File Reference

Go to the source code of this file.

Functions

void CACHEFILE_OT_open (wmOperatorType *ot)
void CACHEFILE_OT_reload (wmOperatorType *ot)
void CACHEFILE_OT_layer_add (wmOperatorType *ot)
void CACHEFILE_OT_layer_remove (wmOperatorType *ot)
void CACHEFILE_OT_layer_move (wmOperatorType *ot)

Detailed Description

/

Definition in file io_cache.hh.

Function Documentation

◆ CACHEFILE_OT_layer_add()

◆ CACHEFILE_OT_layer_move()

void CACHEFILE_OT_layer_move ( wmOperatorType * ot)

Definition at line 293 of file io_cache.cc.

References cachefile_layer_move_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and RNA_def_enum().

Referenced by ED_operatortypes_io().

◆ CACHEFILE_OT_layer_remove()

void CACHEFILE_OT_layer_remove ( wmOperatorType * ot)

Definition at line 252 of file io_cache.cc.

References cachefile_layer_remove_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.

Referenced by ED_operatortypes_io().

◆ CACHEFILE_OT_open()

◆ CACHEFILE_OT_reload()

void CACHEFILE_OT_reload ( wmOperatorType * ot)

Definition at line 151 of file io_cache.cc.

References cachefile_reload_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.

Referenced by ED_operatortypes_io().