Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_intern.h
| Show First 20 Lines • Show All 476 Lines • ▼ Show 20 Lines | |||||
| void OUTLINER_OT_collection_hide_inside(struct wmOperatorType *ot); | void OUTLINER_OT_collection_hide_inside(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_enable(struct wmOperatorType *ot); | void OUTLINER_OT_collection_enable(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_disable(struct wmOperatorType *ot); | void OUTLINER_OT_collection_disable(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_enable_render(struct wmOperatorType *ot); | void OUTLINER_OT_collection_enable_render(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_disable_render(struct wmOperatorType *ot); | void OUTLINER_OT_collection_disable_render(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_hide(struct wmOperatorType *ot); | void OUTLINER_OT_hide(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_unhide_all(struct wmOperatorType *ot); | void OUTLINER_OT_unhide_all(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_color_tag_set(struct wmOperatorType *ot); | |||||
| /* outliner_utils.c ---------------------------------------------- */ | /* outliner_utils.c ---------------------------------------------- */ | ||||
| void outliner_viewcontext_init(const struct bContext *C, TreeViewContext *tvc); | void outliner_viewcontext_init(const struct bContext *C, TreeViewContext *tvc); | ||||
| TreeElement *outliner_find_item_at_y(const SpaceOutliner *space_outliner, | TreeElement *outliner_find_item_at_y(const SpaceOutliner *space_outliner, | ||||
| const ListBase *tree, | const ListBase *tree, | ||||
| float view_co_y); | float view_co_y); | ||||
| TreeElement *outliner_find_item_at_x_in_row(const SpaceOutliner *space_outliner, | TreeElement *outliner_find_item_at_x_in_row(const SpaceOutliner *space_outliner, | ||||
| Show All 31 Lines | |||||