Blender V2.61 - r43446
Public Attributes

ARegionType Struct Reference

#include <BKE_screen.h>

List of all members.

Public Attributes

struct ARegionTypenext
struct ARegionTypeprev
int regionid
void(* init )(struct wmWindowManager *, struct ARegion *)
void(* draw )(const struct bContext *, struct ARegion *)
void(* listener )(struct ARegion *, struct wmNotifier *)
void(* free )(struct ARegion *)
void *(* duplicate )(void *)
void(* operatortypes )(void)
void(* keymap )(struct wmKeyConfig *)
void(* cursor )(struct wmWindow *, struct ScrArea *, struct ARegion *ar)
int(* context )(const struct bContext *, const char *, struct bContextDataResult *)
ListBase drawcalls
ListBase paneltypes
ListBase headertypes
int minsizex
int minsizey
int prefsizex
int prefsizey
int keymapflag
short do_lock
short lock

Detailed Description

Definition at line 111 of file BKE_screen.h.


Member Data Documentation

int(* ARegionType::context)(const struct bContext *, const char *, struct bContextDataResult *)

Definition at line 137 of file BKE_screen.h.

Referenced by CTX_data_dir_get(), and ctx_data_get().

void(* ARegionType::cursor)(struct wmWindow *, struct ScrArea *, struct ARegion *ar)

Definition at line 134 of file BKE_screen.h.

Referenced by ED_spacetype_text(), ED_spacetype_view3d(), and region_cursor_set().

Definition at line 155 of file BKE_screen.h.

Referenced by BKE_spacedata_draw_locks(), and ED_region_do_draw().

void(* ARegionType::draw)(const struct bContext *, struct ARegion *)
void*(* ARegionType::duplicate)(void *)

Definition at line 126 of file BKE_screen.h.

Referenced by BKE_area_region_copy(), and ED_spacetype_view3d().

void(* ARegionType::free)(struct ARegion *)

Definition at line 146 of file BKE_screen.h.

Referenced by ED_region_header(), and spacetype_free().

void(* ARegionType::init)(struct wmWindowManager *, struct ARegion *)
void(* ARegionType::keymap)(struct wmKeyConfig *)

Definition at line 132 of file BKE_screen.h.

Referenced by ED_spacetype_time(), and ED_spacetypes_keymap().

void(* ARegionType::listener)(struct ARegion *, struct wmNotifier *)

Definition at line 155 of file BKE_screen.h.

Referenced by BKE_spacedata_draw_locks(), and ED_spacetype_view3d().

Definition at line 149 of file BKE_screen.h.

Definition at line 149 of file BKE_screen.h.

Definition at line 130 of file BKE_screen.h.

Definition at line 112 of file BKE_screen.h.


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