Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_intern.hh
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| void OUTLINER_OT_keyingset_add_selected(struct wmOperatorType *ot); | void OUTLINER_OT_keyingset_add_selected(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_keyingset_remove_selected(struct wmOperatorType *ot); | void OUTLINER_OT_keyingset_remove_selected(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_drivers_add_selected(struct wmOperatorType *ot); | void OUTLINER_OT_drivers_add_selected(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_drivers_delete_selected(struct wmOperatorType *ot); | void OUTLINER_OT_drivers_delete_selected(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_orphans_purge(struct wmOperatorType *ot); | void OUTLINER_OT_orphans_purge(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_orphans_cleanup(struct wmOperatorType *ot); | |||||
| /* outliner_query.cc ---------------------------------------------- */ | /* outliner_query.cc ---------------------------------------------- */ | ||||
| bool outliner_shows_mode_column(const SpaceOutliner &space_outliner); | bool outliner_shows_mode_column(const SpaceOutliner &space_outliner); | ||||
| bool outliner_has_element_warnings(const SpaceOutliner &space_outliner); | bool outliner_has_element_warnings(const SpaceOutliner &space_outliner); | ||||
| /* outliner_tools.c ---------------------------------------------- */ | /* outliner_tools.c ---------------------------------------------- */ | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||