|
|
| bool | blender::ed::asset::shelf::regions_poll (const RegionPollParams *params) |
| |
| void * | blender::ed::asset::shelf::region_duplicate (void *regiondata) |
| |
| void | blender::ed::asset::shelf::region_free (ARegion *region) |
| |
| void | blender::ed::asset::shelf::region_init (wmWindowManager *wm, ARegion *region) |
| |
| int | blender::ed::asset::shelf::region_snap (const ARegion *region, int size, int axis) |
| |
| void | blender::ed::asset::shelf::region_on_user_resize (const ARegion *region) |
| |
| void | blender::ed::asset::shelf::region_listen (const wmRegionListenerParams *params) |
| |
| void | blender::ed::asset::shelf::region_message_subscribe (const wmRegionMessageSubscribeParams *params) |
| |
| void | blender::ed::asset::shelf::region_layout (const bContext *C, ARegion *region) |
| |
| void | blender::ed::asset::shelf::region_draw (const bContext *C, ARegion *region) |
| |
| void | blender::ed::asset::shelf::region_on_poll_success (const bContext *C, ARegion *region) |
| |
| void | blender::ed::asset::shelf::region_blend_read_data (BlendDataReader *reader, ARegion *region) |
| |
| void | blender::ed::asset::shelf::region_blend_write (BlendWriter *writer, ARegion *region) |
| |
| int | blender::ed::asset::shelf::region_prefsizey () |
| |
| void | blender::ed::asset::shelf::header_region_init (wmWindowManager *wm, ARegion *region) |
| |
| void | blender::ed::asset::shelf::header_region (const bContext *C, ARegion *region) |
| |
| void | blender::ed::asset::shelf::header_region_listen (const wmRegionListenerParams *params) |
| |
| int | blender::ed::asset::shelf::header_region_size () |
| |
| void | blender::ed::asset::shelf::types_register (ARegionType *region_type, const int space_type) |
| |
| int | blender::ed::asset::shelf::tile_width (const AssetShelfSettings &settings) |
| |
| int | blender::ed::asset::shelf::tile_height (const AssetShelfSettings &settings) |
| |
|
| void | blender::ed::asset::shelf::type_register (std::unique_ptr< AssetShelfType > type) |
| |
| void | blender::ed::asset::shelf::type_unregister (const AssetShelfType &shelf_type) |
| |
| bool | blender::ed::asset::shelf::type_poll_for_popup (const bContext &C, const AssetShelfType *shelf_type) |
| |
| AssetShelfType * | blender::ed::asset::shelf::type_find_from_idname (const StringRef idname) |
| |
|
| void | blender::ed::asset::shelf::type_popup_unlink (const AssetShelfType &shelf_type) |
| |
|
| void | blender::ed::asset::shelf::type_unlink (const Main &bmain, const AssetShelfType &shelf_type) |
| |
|
| AssetShelf * | blender::ed::asset::shelf::active_shelf_from_area (const ScrArea *area) |
| |
| int | blender::ed::asset::shelf::context (const bContext *C, const char *member, bContextDataResult *result) |
| |