|
Blender V5.0
|
#include <cstring>#include "MEM_guardedalloc.h"#include "BLI_listbase.h"#include "BLI_string.h"#include "BLI_string_utf8.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 194 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_UI, RGN_TYPE_WINDOW, SPACE_USERPREF, STRNCPY_UTF8, 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 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_HIDDEN, RGN_FLAG_NO_USER_RESIZE, RGN_SPLIT_PREV, RGN_TYPE_EXECUTE, RGN_TYPE_HEADER, RGN_TYPE_UI, 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 89 of file space_userpref.cc.
References MEM_dupallocN().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 175 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 187 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 168 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 81 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 183 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
Definition at line 149 of file space_userpref.cc.
References C, and ED_region_header().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 144 of file space_userpref.cc.
References ED_region_header_init().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 87 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 141 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 99 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 110 of file space_userpref.cc.
References BLI_assert, BLI_str_tolower_ascii(), C, ED_region_panels_layout_ex(), ARegion::flag, i, EnumPropertyItem::identifier, blender::wm::InvokeRegionWin, RGN_FLAG_INDICATE_OVERFLOW, RNA_enum_from_value(), rna_enum_preference_section_items, ARegion::runtime, STRNCPY_UTF8, and U.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 181 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
Definition at line 163 of file space_userpref.cc.
References C, and ED_region_panels().
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 155 of file space_userpref.cc.
References ED_region_panels_init(), ARegion::flag, RGN_FLAG_INDICATE_OVERFLOW, View2D::scroll, ARegion::v2d, V2D_SCROLL_RIGHT, and V2D_SCROLL_VERTICAL_HIDE.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 185 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 139 of file space_userpref.cc.
Referenced by ED_spacetype_userpref().
|
static |
Definition at line 189 of file space_userpref.cc.
References BLO_write_struct.
Referenced by ED_spacetype_userpref().