Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_intern.h
| Context not available. | |||||
| void item_rename_cb(struct bContext *C, struct Scene *scene, TreeElement *te, struct TreeStoreElem *tsep, struct TreeStoreElem *tselem); | void item_rename_cb(struct bContext *C, struct Scene *scene, TreeElement *te, struct TreeStoreElem *tsep, struct TreeStoreElem *tselem); | ||||
| TreeElement *outliner_dropzone_find(const struct SpaceOops *soops, const float fmval[2], const int children); | TreeElement *outliner_dropzone_find(const struct SpaceOops *soops, const float fmval[2], const int children); | ||||
| TreeElement *outliner_drag_open_find(const struct SpaceOops *soops, const float fmval[2]); | |||||
| /* ...................................................... */ | /* ...................................................... */ | ||||
| void OUTLINER_OT_item_activate(struct wmOperatorType *ot); | void OUTLINER_OT_item_activate(struct wmOperatorType *ot); | ||||
| Context not available. | |||||
| 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_drag_scroll(struct wmOperatorType *ot); | |||||
| void OUTLINER_OT_drag_open(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); | ||||
| Context not available. | |||||