Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_intern.h
| Show First 20 Lines • Show All 271 Lines • ▼ Show 20 Lines | eOLDrawState tree_element_type_active(struct bContext *C, | ||||
| bool recursive); | bool recursive); | ||||
| eOLDrawState tree_element_active(struct bContext *C, | eOLDrawState tree_element_active(struct bContext *C, | ||||
| const TreeViewContext *tvc, | const TreeViewContext *tvc, | ||||
| SpaceOutliner *space_outliner, | SpaceOutliner *space_outliner, | ||||
| TreeElement *te, | TreeElement *te, | ||||
| const eOLSetState set, | const eOLSetState set, | ||||
| const bool handle_all_types); | const bool handle_all_types); | ||||
| struct bPoseChannel *outliner_find_parent_bone(TreeElement *te, TreeElement **r_bone_te); | |||||
| void outliner_item_select(struct bContext *C, | void outliner_item_select(struct bContext *C, | ||||
| struct SpaceOutliner *space_outliner, | struct SpaceOutliner *space_outliner, | ||||
| struct TreeElement *te, | struct TreeElement *te, | ||||
| const short select_flag); | const short select_flag); | ||||
| void outliner_object_mode_toggle(struct bContext *C, | void outliner_object_mode_toggle(struct bContext *C, | ||||
| Scene *scene, | Scene *scene, | ||||
| ViewLayer *view_layer, | ViewLayer *view_layer, | ||||
| ▲ Show 20 Lines • Show All 91 Lines • ▼ Show 20 Lines | |||||
| /* outliner_dragdrop.c */ | /* outliner_dragdrop.c */ | ||||
| void outliner_dropboxes(void); | void outliner_dropboxes(void); | ||||
| void OUTLINER_OT_item_drag_drop(struct wmOperatorType *ot); | void OUTLINER_OT_item_drag_drop(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_parent_drop(struct wmOperatorType *ot); | void OUTLINER_OT_parent_drop(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_parent_clear(struct wmOperatorType *ot); | void OUTLINER_OT_parent_clear(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_scene_drop(struct wmOperatorType *ot); | void OUTLINER_OT_scene_drop(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_material_drop(struct wmOperatorType *ot); | void OUTLINER_OT_material_drop(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_uistack_drop(struct wmOperatorType *ot); | |||||
| void OUTLINER_OT_collection_drop(struct wmOperatorType *ot); | void OUTLINER_OT_collection_drop(struct wmOperatorType *ot); | ||||
| /* ...................................................... */ | /* ...................................................... */ | ||||
| void OUTLINER_OT_highlight_update(struct wmOperatorType *ot); | void OUTLINER_OT_highlight_update(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_item_activate(struct wmOperatorType *ot); | void OUTLINER_OT_item_activate(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_item_openclose(struct wmOperatorType *ot); | void OUTLINER_OT_item_openclose(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 127 Lines • Show Last 20 Lines | |||||