Blender V2.61 - r43446
Functions

space_userpref.c File Reference

#include <string.h>
#include <stdio.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 "WM_api.h"
#include "WM_types.h"
#include "UI_view2d.h"
#include "userpref_intern.h"

Go to the source code of this file.

Functions

static SpaceLinkuserpref_new (const bContext *UNUSED(C))
static void userpref_free (SpaceLink *UNUSED(sl))
static void userpref_init (struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(sa))
static SpaceLinkuserpref_duplicate (SpaceLink *sl)
static void userpref_main_area_init (wmWindowManager *wm, ARegion *ar)
static void userpref_main_area_draw (const bContext *C, ARegion *ar)
static void userpref_operatortypes (void)
static void userpref_keymap (struct wmKeyConfig *UNUSED(keyconf))
static void userpref_header_area_init (wmWindowManager *UNUSED(wm), ARegion *ar)
static void userpref_header_area_draw (const bContext *C, ARegion *ar)
static void userpref_main_area_listener (ARegion *UNUSED(ar), wmNotifier *UNUSED(wmn))
static void userpref_header_listener (ARegion *UNUSED(ar), wmNotifier *UNUSED(wmn))
void ED_spacetype_userpref (void)

Detailed Description

Definition in file space_userpref.c.


Function Documentation

void ED_spacetype_userpref ( void  )
static SpaceLink* userpref_duplicate ( SpaceLink sl) [static]

Definition at line 94 of file space_userpref.c.

References MEM_dupallocN().

Referenced by ED_spacetype_userpref().

static void userpref_free ( SpaceLink UNUSEDsl) [static]

Definition at line 81 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

static void userpref_header_area_draw ( const bContext C,
ARegion ar 
) [static]

Definition at line 134 of file space_userpref.c.

References ED_region_header().

Referenced by ED_spacetype_userpref().

static void userpref_header_area_init ( wmWindowManager UNUSEDwm,
ARegion ar 
) [static]

Definition at line 129 of file space_userpref.c.

References ED_region_header_init().

Referenced by ED_spacetype_userpref().

static void userpref_header_listener ( ARegion UNUSEDar,
wmNotifier UNUSEDwmn 
) [static]

Definition at line 144 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

static void userpref_init ( struct wmWindowManager UNUSEDwm,
ScrArea UNUSEDsa 
) [static]

Definition at line 89 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

static void userpref_keymap ( struct wmKeyConfig UNUSEDkeyconf) [static]

Definition at line 123 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

static void userpref_main_area_draw ( const bContext C,
ARegion ar 
) [static]
static void userpref_main_area_init ( wmWindowManager wm,
ARegion ar 
) [static]

Definition at line 106 of file space_userpref.c.

References ED_region_panels_init().

Referenced by ED_spacetype_userpref().

static void userpref_main_area_listener ( ARegion UNUSEDar,
wmNotifier UNUSEDwmn 
) [static]

Definition at line 139 of file space_userpref.c.

Referenced by ED_spacetype_userpref().

static SpaceLink* userpref_new ( const bContext UNUSEDC) [static]
static void userpref_operatortypes ( void  ) [static]

Definition at line 119 of file space_userpref.c.

Referenced by ED_spacetype_userpref().