Blender V2.61 - r43446
Classes | Typedefs | Functions

spacetypes.c File Reference

#include <stdlib.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "DNA_object_types.h"
#include "DNA_windowmanager_types.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "UI_interface.h"
#include "UI_view2d.h"
#include "ED_anim_api.h"
#include "ED_armature.h"
#include "ED_curve.h"
#include "ED_fileselect.h"
#include "ED_gpencil.h"
#include "ED_markers.h"
#include "ED_mesh.h"
#include "ED_node.h"
#include "ED_object.h"
#include "ED_physics.h"
#include "ED_render.h"
#include "ED_screen.h"
#include "ED_sculpt.h"
#include "ED_space_api.h"
#include "ED_sound.h"
#include "ED_uvedit.h"
#include "ED_mball.h"
#include "ED_logic.h"
#include "ED_clip.h"

Go to the source code of this file.

Classes

struct  RegionDrawCB

Typedefs

typedef struct RegionDrawCB RegionDrawCB

Functions

void ED_spacetypes_init (void)
void ED_spacetypes_keymap (wmKeyConfig *keyconf)
void * ED_region_draw_cb_activate (ARegionType *art, void(*draw)(const struct bContext *, struct ARegion *, void *), void *customdata, int type)
void ED_region_draw_cb_exit (ARegionType *art, void *handle)
void * ED_region_draw_cb_customdata (void *handle)
void ED_region_draw_cb_draw (const bContext *C, ARegion *ar, int type)
void ED_spacetype_xxx (void)
static SpaceLinkxxx_new (const bContext *UNUSED(C))
static void xxx_free (SpaceLink *UNUSED(sl))
static void xxx_init (wmWindowManager *UNUSED(wm), ScrArea *UNUSED(sa))
static SpaceLinkxxx_duplicate (SpaceLink *UNUSED(sl))
static void xxx_operatortypes (void)
static void xxx_keymap (wmKeyConfig *UNUSED(keyconf))

Detailed Description

Definition in file spacetypes.c.


Typedef Documentation

typedef struct RegionDrawCB RegionDrawCB

Function Documentation

void* ED_region_draw_cb_activate ( ARegionType art,
void(*)(const struct bContext *, struct ARegion *, void *)  draw,
void *  customdata,
int  type 
)
void* ED_region_draw_cb_customdata ( void *  handle)

Definition at line 221 of file spacetypes.c.

Referenced by pyrna_callback_remove().

void ED_region_draw_cb_draw ( const bContext C,
ARegion ar,
int  type 
)
void ED_region_draw_cb_exit ( ARegionType art,
void *  handle 
)
void ED_spacetype_xxx ( void  )
void ED_spacetypes_init ( void  )
void ED_spacetypes_keymap ( wmKeyConfig keyconf)
static SpaceLink* xxx_duplicate ( SpaceLink UNUSEDsl) [static]

Definition at line 265 of file spacetypes.c.

References NULL.

Referenced by ED_spacetype_xxx().

static void xxx_free ( SpaceLink UNUSEDsl) [static]

Definition at line 249 of file spacetypes.c.

Referenced by ED_spacetype_xxx().

static void xxx_init ( wmWindowManager UNUSEDwm,
ScrArea UNUSEDsa 
) [static]

Definition at line 255 of file spacetypes.c.

Referenced by ED_spacetype_xxx().

static void xxx_keymap ( wmKeyConfig UNUSEDkeyconf) [static]

Definition at line 276 of file spacetypes.c.

Referenced by ED_spacetype_xxx().

static SpaceLink* xxx_new ( const bContext UNUSEDC) [static]

Definition at line 243 of file spacetypes.c.

References NULL.

Referenced by ED_spacetype_xxx().

static void xxx_operatortypes ( void  ) [static]

Definition at line 271 of file spacetypes.c.

Referenced by ED_spacetype_xxx().