Blender  V3.3
Functions
space_userpref.c File Reference
#include <stdio.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_screen.h"
#include "ED_space_api.h"
#include "RNA_access.h"
#include "RNA_enum_types.h"
#include "WM_api.h"
#include "WM_types.h"
#include "UI_interface.h"

Go to the source code of this file.

Functions

static SpaceLinkuserpref_create (const ScrArea *area, const Scene *UNUSED(scene))
 
static void userpref_free (SpaceLink *UNUSED(sl))
 
static void userpref_init (struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(area))
 
static SpaceLinkuserpref_duplicate (SpaceLink *sl)
 
static void userpref_main_region_init (wmWindowManager *wm, ARegion *region)
 
static void userpref_main_region_layout (const bContext *C, ARegion *region)
 
static void userpref_operatortypes (void)
 
static void userpref_keymap (struct wmKeyConfig *UNUSED(keyconf))
 
static void userpref_header_region_init (wmWindowManager *UNUSED(wm), ARegion *region)
 
static void userpref_header_region_draw (const bContext *C, ARegion *region)
 
static void userpref_navigation_region_init (wmWindowManager *wm, ARegion *region)
 
static void userpref_navigation_region_draw (const bContext *C, ARegion *region)
 
static void userpref_execute_region_init (wmWindowManager *wm, ARegion *region)
 
static void userpref_main_region_listener (const wmRegionListenerParams *UNUSED(params))
 
static void userpref_header_listener (const wmRegionListenerParams *UNUSED(params))
 
static void userpref_navigation_region_listener (const wmRegionListenerParams *UNUSED(params))
 
static void userpref_execute_region_listener (const wmRegionListenerParams *UNUSED(params))
 
void ED_spacetype_userpref (void)
 

Function Documentation

◆ ED_spacetype_userpref()

void ED_spacetype_userpref ( void  )

◆ userpref_create()

static SpaceLink* userpref_create ( const ScrArea area,
const Scene UNUSEDscene 
)
static

◆ userpref_duplicate()

static SpaceLink* userpref_duplicate ( SpaceLink sl)
static

Definition at line 88 of file space_userpref.c.

References MEM_dupallocN.

Referenced by ED_spacetype_userpref().

◆ userpref_execute_region_init()

static void userpref_execute_region_init ( wmWindowManager wm,
ARegion region 
)
static

◆ userpref_execute_region_listener()

static void userpref_execute_region_listener ( const wmRegionListenerParams UNUSEDparams)
static

Definition at line 182 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

◆ userpref_free()

static void userpref_free ( SpaceLink UNUSEDsl)
static

Definition at line 78 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

◆ userpref_header_listener()

static void userpref_header_listener ( const wmRegionListenerParams UNUSEDparams)
static

Definition at line 174 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

◆ userpref_header_region_draw()

static void userpref_header_region_draw ( const bContext C,
ARegion region 
)
static

Definition at line 145 of file space_userpref.c.

References C, and ED_region_header().

Referenced by ED_spacetype_userpref().

◆ userpref_header_region_init()

static void userpref_header_region_init ( wmWindowManager UNUSEDwm,
ARegion region 
)
static

Definition at line 140 of file space_userpref.c.

References ED_region_header_init().

Referenced by ED_spacetype_userpref().

◆ userpref_init()

static void userpref_init ( struct wmWindowManager UNUSEDwm,
ScrArea UNUSEDarea 
)
static

Definition at line 84 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

◆ userpref_keymap()

static void userpref_keymap ( struct wmKeyConfig UNUSEDkeyconf)
static

Definition at line 135 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

◆ userpref_main_region_init()

static void userpref_main_region_init ( wmWindowManager wm,
ARegion region 
)
static

◆ userpref_main_region_layout()

static void userpref_main_region_layout ( const bContext C,
ARegion region 
)
static

◆ userpref_main_region_listener()

static void userpref_main_region_listener ( const wmRegionListenerParams UNUSEDparams)
static

Definition at line 170 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

◆ userpref_navigation_region_draw()

static void userpref_navigation_region_draw ( const bContext C,
ARegion region 
)
static

Definition at line 158 of file space_userpref.c.

References C, and ED_region_panels().

Referenced by ED_spacetype_userpref().

◆ userpref_navigation_region_init()

static void userpref_navigation_region_init ( wmWindowManager wm,
ARegion region 
)
static

◆ userpref_navigation_region_listener()

static void userpref_navigation_region_listener ( const wmRegionListenerParams UNUSEDparams)
static

Definition at line 178 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

◆ userpref_operatortypes()

static void userpref_operatortypes ( void  )
static

Definition at line 131 of file space_userpref.c.

Referenced by ED_spacetype_userpref().