|
Blender V4.5
|
#include <BKE_screen.hh>
Public Attributes | |
| const bScreen * | screen |
| const ScrArea * | area |
| const ARegion * | region |
| const bContext * | context |
Definition at line 192 of file BKE_screen.hh.
| const ScrArea* RegionPollParams::area |
Definition at line 194 of file BKE_screen.hh.
Referenced by clip_channels_region_poll(), clip_main_region_poll(), clip_preview_region_poll(), clip_properties_region_poll(), clip_tools_region_poll(), file_execution_region_poll(), file_tool_props_region_poll(), file_ui_region_poll(), region_poll(), blender::ed::asset::shelf::regions_poll(), blender::ed::vse::sequencer_channel_region_poll(), blender::ed::vse::sequencer_main_region_poll(), blender::ed::vse::sequencer_preview_region_poll(), and userpref_execute_region_poll().
| const bContext* RegionPollParams::context |
Full context, if WM context above is not enough.
Definition at line 198 of file BKE_screen.hh.
Referenced by region_poll(), and blender::ed::asset::shelf::regions_poll().
| const ARegion* RegionPollParams::region |
Definition at line 195 of file BKE_screen.hh.
Referenced by region_poll().
| const bScreen* RegionPollParams::screen |
Definition at line 193 of file BKE_screen.hh.
Referenced by region_poll().