|
Blender V4.3
|
#include <cstdio>#include <cstring>#include "MEM_guardedalloc.h"#include "BLI_blenlib.h"#include "BLI_utildefines.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 186 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 34 of file space_userpref.cc.
References BLI_addtail(), MEM_callocN, SpaceUserPref::regionbase, 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, SPACE_USERPREF, SpaceUserPref::spacetype, UI_NARROW_NAVIGATION_REGION_WIDTH, UI_NAVIGATION_REGION_WIDTH, and UI_SCALE_FAC.
Referenced by ED_spacetype_userpref().
Definition at line 88 of file space_userpref.cc.
References MEM_dupallocN.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 167 of file space_userpref.cc.
References ED_region_panels_init(), V2D_LOCKZOOM_X, and V2D_LOCKZOOM_Y.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 179 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 160 of file space_userpref.cc.
References BKE_area_find_region_type(), params, RGN_TYPE_HEADER, and ARegion::visible.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 80 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 175 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
Definition at line 142 of file space_userpref.cc.
References ED_region_header().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 137 of file space_userpref.cc.
References ED_region_header_init().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 86 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 134 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 98 of file space_userpref.cc.
References ED_region_panels_init(), V2D_SCROLL_RIGHT, and V2D_SCROLL_VERTICAL_HIDE.
Referenced by ED_spacetype_userpref().
Definition at line 109 of file space_userpref.cc.
References BLI_assert, BLI_str_tolower_ascii(), ED_region_panels_layout_ex(), EnumPropertyItem::identifier, RNA_enum_from_value(), rna_enum_preference_section_items, STRNCPY, and WM_OP_INVOKE_REGION_WIN.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 173 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
Definition at line 155 of file space_userpref.cc.
References ED_region_panels().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 148 of file space_userpref.cc.
References ED_region_panels_init(), V2D_SCROLL_RIGHT, and V2D_SCROLL_VERTICAL_HIDE.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 177 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 132 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 181 of file space_userpref.cc.
References BLO_write_struct.
Referenced by ED_spacetype_userpref().