Blender
V3.3
|
Public Attributes | |
struct MoveToCollectionData * | next |
struct MoveToCollectionData * | prev |
int | index |
struct Collection * | collection |
struct ListBase | submenus |
PointerRNA | ptr |
struct wmOperatorType * | ot |
Definition at line 1909 of file object_edit.c.
struct Collection* MoveToCollectionData::collection |
Definition at line 1912 of file object_edit.c.
Referenced by move_to_collection_invoke(), move_to_collection_menu_create(), move_to_collection_menus_create(), and move_to_collection_menus_items().
int MoveToCollectionData::index |
Definition at line 1911 of file object_edit.c.
Referenced by ED_collection_hide_menu_draw(), move_to_collection_menu_create(), move_to_collection_menus_create(), move_to_collection_menus_items(), object_hide_collection_exec(), and object_hide_collection_invoke().
struct MoveToCollectionData* MoveToCollectionData::next |
Definition at line 1910 of file object_edit.c.
struct wmOperatorType* MoveToCollectionData::ot |
Definition at line 1915 of file object_edit.c.
Referenced by move_to_collection_invoke(), move_to_collection_menu_create(), move_to_collection_menus_create(), and move_to_collection_menus_items().
struct MoveToCollectionData * MoveToCollectionData::prev |
Definition at line 1910 of file object_edit.c.
PointerRNA MoveToCollectionData::ptr |
Definition at line 1914 of file object_edit.c.
Referenced by move_to_collection_menu_create().
struct ListBase MoveToCollectionData::submenus |
Definition at line 1912 of file object_edit.c.
Referenced by move_to_collection_menu_create(), move_to_collection_menus_create(), move_to_collection_menus_free_recursive(), and move_to_collection_menus_items().