Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_intern.h
| Show First 20 Lines • Show All 282 Lines • ▼ Show 20 Lines | void outliner_collection_isolate_flag(struct Scene *scene, | ||||
| struct Collection *collection, | struct Collection *collection, | ||||
| struct PropertyRNA *layer_or_collection_prop, | struct PropertyRNA *layer_or_collection_prop, | ||||
| const char *propname, | const char *propname, | ||||
| const bool value); | const bool value); | ||||
| int tree_element_id_type_to_index(TreeElement *te); | int tree_element_id_type_to_index(TreeElement *te); | ||||
| /* outliner_select.c -------------------------------------------- */ | /* outliner_select.c -------------------------------------------- */ | ||||
| eOLDrawState tree_element_type_active(struct bContext *C, | void tree_element_type_active_set(struct bContext *C, | ||||
| const TreeViewContext *tvc, | const TreeViewContext *tvc, | ||||
| struct SpaceOutliner *space_outliner, | |||||
| TreeElement *te, | TreeElement *te, | ||||
| TreeStoreElem *tselem, | TreeStoreElem *tselem, | ||||
| const eOLSetState set, | const eOLSetState set, | ||||
| bool recursive); | bool recursive); | ||||
| eOLDrawState tree_element_active(struct bContext *C, | eOLDrawState tree_element_type_active_state_get(const struct bContext *C, | ||||
| const struct TreeViewContext *tvc, | |||||
| const TreeElement *te, | |||||
| const TreeStoreElem *tselem); | |||||
| void tree_element_activate(struct bContext *C, | |||||
| const TreeViewContext *tvc, | const TreeViewContext *tvc, | ||||
| SpaceOutliner *space_outliner, | |||||
| TreeElement *te, | TreeElement *te, | ||||
| const eOLSetState set, | const eOLSetState set, | ||||
| const bool handle_all_types); | const bool handle_all_types); | ||||
| eOLDrawState tree_element_active_state_get(const TreeViewContext *tvc, | |||||
| const TreeElement *te, | |||||
| const TreeStoreElem *tselem); | |||||
| struct bPoseChannel *outliner_find_parent_bone(TreeElement *te, TreeElement **r_bone_te); | 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); | ||||
| ▲ Show 20 Lines • Show All 246 Lines • Show Last 20 Lines | |||||