Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_workspace.h
| Show First 20 Lines • Show All 109 Lines • ▼ Show 20 Lines | |||||
| struct bScreen *BKE_workspace_layout_screen_get(const struct WorkSpaceLayout *layout) GETTER_ATTRS; | struct bScreen *BKE_workspace_layout_screen_get(const struct WorkSpaceLayout *layout) GETTER_ATTRS; | ||||
| void BKE_workspace_layout_screen_set(struct WorkSpaceLayout *layout, struct bScreen *screen) SETTER_ATTRS; | void BKE_workspace_layout_screen_set(struct WorkSpaceLayout *layout, struct bScreen *screen) SETTER_ATTRS; | ||||
| struct WorkSpaceLayout *BKE_workspace_hook_layout_for_workspace_get( | struct WorkSpaceLayout *BKE_workspace_hook_layout_for_workspace_get( | ||||
| const struct WorkSpaceInstanceHook *hook, const struct WorkSpace *workspace) GETTER_ATTRS; | const struct WorkSpaceInstanceHook *hook, const struct WorkSpace *workspace) GETTER_ATTRS; | ||||
| void BKE_workspace_hook_layout_for_workspace_set( | void BKE_workspace_hook_layout_for_workspace_set( | ||||
| struct WorkSpaceInstanceHook *hook, struct WorkSpace *workspace, struct WorkSpaceLayout *layout) ATTR_NONNULL(); | struct WorkSpaceInstanceHook *hook, struct WorkSpace *workspace, struct WorkSpaceLayout *layout) ATTR_NONNULL(); | ||||
| struct ViewRender *BKE_workspace_view_render_get(struct WorkSpace *workspace) GETTER_ATTRS; | |||||
| /* flags */ | |||||
| bool BKE_workspace_use_scene_settings_get(const struct WorkSpace *workspace) GETTER_ATTRS; | |||||
| void BKE_workspace_use_scene_settings_set(struct WorkSpace *workspace, bool value) SETTER_ATTRS; | |||||
| #undef GETTER_ATTRS | #undef GETTER_ATTRS | ||||
| #undef SETTER_ATTRS | #undef SETTER_ATTRS | ||||
| #endif /* __BKE_WORKSPACE_H__ */ | #endif /* __BKE_WORKSPACE_H__ */ | ||||