Blender V2.61 - r43446
Public Attributes

SpaceType Struct Reference

#include <BKE_screen.h>

List of all members.

Public Attributes

struct SpaceTypenext
struct SpaceTypeprev
char name [BKE_ST_MAXNAME]
int spaceid
int iconid
struct SpaceLink *(* new )(const struct bContext *C)
void(* free )(struct SpaceLink *)
void(* init )(struct wmWindowManager *, struct ScrArea *)
void(* listener )(struct ScrArea *, struct wmNotifier *)
void(* refresh )(const struct bContext *, struct ScrArea *)
struct SpaceLink *(* duplicate )(struct SpaceLink *)
void(* operatortypes )(void)
void(* keymap )(struct wmKeyConfig *)
void(* dropboxes )(void)
int(* context )(const struct bContext *, const char *, struct bContextDataResult *)
ListBase regiontypes
ListBase toolshelf
int keymapflag

Detailed Description

Definition at line 63 of file BKE_screen.h.


Member Data Documentation

int(* SpaceType::context)(const struct bContext *, const char *, struct bContextDataResult *)
void(* SpaceType::dropboxes)(void)
struct SpaceLink*(* SpaceType::duplicate)(struct SpaceLink *) [read]
void(* SpaceType::free)(struct SpaceLink *)

Definition at line 68 of file BKE_screen.h.

void(* SpaceType::init)(struct wmWindowManager *, struct ScrArea *)
void(* SpaceType::keymap)(struct wmKeyConfig *)

Definition at line 105 of file BKE_screen.h.

Referenced by ED_area_initialize().

void(* SpaceType::listener)(struct ScrArea *, struct wmNotifier *)
char SpaceType::name[BKE_ST_MAXNAME]
struct SpaceLink*(* SpaceType::new)(const struct bContext *C) [read]
void(* SpaceType::operatortypes)(void)

Definition at line 64 of file BKE_screen.h.

void(* SpaceType::refresh)(const struct bContext *, struct ScrArea *)

Definition at line 100 of file BKE_screen.h.

Referenced by spacetype_free(), and view3d_panel_tool_shelf().


The documentation for this struct was generated from the following file: