|
Blender V4.5
|
#include <cstring>#include "MEM_guardedalloc.h"#include "BLI_listbase.h"#include "BLI_string.h"#include "BKE_context.hh"#include "BKE_screen.hh"#include "ED_screen.hh"#include "ED_space_api.hh"#include "RNA_access.hh"#include "RNA_enum_types.hh"#include "WM_types.hh"#include "UI_interface.hh"#include "BLO_read_write.hh"Go to the source code of this file.
| void ED_spacetype_userpref | ( | ) |
Definition at line 185 of file space_userpref.cc.
References BKE_spacetype_register(), BLI_addhead(), ARegionType::draw, ED_KEYMAP_HEADER, ED_KEYMAP_NAVBAR, ED_KEYMAP_UI, ED_KEYMAP_VIEW2D, ED_region_panels_draw(), ED_region_panels_layout(), HEADERY, ARegionType::init, ARegionType::keymapflag, ARegionType::layout, ARegionType::listener, MEM_callocN(), ARegionType::poll, ARegionType::prefsizex, ARegionType::prefsizey, ARegionType::regionid, RGN_TYPE_EXECUTE, RGN_TYPE_HEADER, RGN_TYPE_NAV_BAR, RGN_TYPE_WINDOW, SPACE_USERPREF, STRNCPY(), UI_NAVIGATION_REGION_WIDTH, userpref_create(), userpref_duplicate(), userpref_execute_region_init(), userpref_execute_region_listener(), userpref_execute_region_poll(), userpref_free(), userpref_header_listener(), userpref_header_region_draw(), userpref_header_region_init(), userpref_init(), userpref_keymap(), userpref_main_region_init(), userpref_main_region_layout(), userpref_main_region_listener(), userpref_navigation_region_draw(), userpref_navigation_region_init(), userpref_navigation_region_listener(), userpref_operatortypes(), and userpref_space_blend_write().
Referenced by ED_spacetypes_init().
Definition at line 33 of file space_userpref.cc.
References ARegion::alignment, BKE_area_region_new(), BLI_addtail(), ARegion::flag, MEM_callocN(), SpaceUserPref::regionbase, ARegion::regiontype, RGN_ALIGN_BOTTOM, RGN_ALIGN_LEFT, RGN_FLAG_DYNAMIC_SIZE, RGN_FLAG_NO_USER_RESIZE, RGN_SPLIT_PREV, RGN_TYPE_EXECUTE, RGN_TYPE_HEADER, RGN_TYPE_NAV_BAR, RGN_TYPE_WINDOW, ARegion::sizex, SPACE_USERPREF, SpaceUserPref::spacetype, UI_NARROW_NAVIGATION_REGION_WIDTH, UI_NAVIGATION_REGION_WIDTH, UI_SCALE_FAC, and ScrArea::winx.
Referenced by ED_spacetype_userpref().
Definition at line 87 of file space_userpref.cc.
References MEM_dupallocN().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 166 of file space_userpref.cc.
References ED_region_panels_init(), View2D::keepzoom, ARegion::v2d, V2D_LOCKZOOM_X, and V2D_LOCKZOOM_Y.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 178 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 159 of file space_userpref.cc.
References BKE_area_find_region_type(), params, RGN_TYPE_HEADER, and ARegion::runtime.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 79 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 174 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
Definition at line 141 of file space_userpref.cc.
References C, and ED_region_header().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 136 of file space_userpref.cc.
References ED_region_header_init().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 85 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 133 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 97 of file space_userpref.cc.
References ED_region_panels_init(), View2D::scroll, ARegion::v2d, V2D_SCROLL_RIGHT, and V2D_SCROLL_VERTICAL_HIDE.
Referenced by ED_spacetype_userpref().
Definition at line 108 of file space_userpref.cc.
References BLI_assert, BLI_str_tolower_ascii(), C, ED_region_panels_layout_ex(), i, EnumPropertyItem::identifier, RNA_enum_from_value(), rna_enum_preference_section_items, ARegion::runtime, STRNCPY(), U, and WM_OP_INVOKE_REGION_WIN.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 172 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
Definition at line 154 of file space_userpref.cc.
References C, and ED_region_panels().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 147 of file space_userpref.cc.
References ED_region_panels_init(), View2D::scroll, ARegion::v2d, V2D_SCROLL_RIGHT, and V2D_SCROLL_VERTICAL_HIDE.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 176 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 131 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 180 of file space_userpref.cc.
References BLO_write_struct.
Referenced by ED_spacetype_userpref().