Blender V2.61 - r43446
Public Attributes

PanelType Struct Reference

#include <BKE_screen.h>

List of all members.

Public Attributes

struct PanelTypenext
struct PanelTypeprev
char idname [BKE_ST_MAXNAME]
char label [BKE_ST_MAXNAME]
char context [BKE_ST_MAXNAME]
int space_type
int region_type
int flag
int(* poll )(const struct bContext *, struct PanelType *)
void(* draw_header )(const struct bContext *, struct Panel *)
void(* draw )(const struct bContext *, struct Panel *)
ExtensionRNA ext

Detailed Description

Definition at line 160 of file BKE_screen.h.


Member Data Documentation

char PanelType::context[BKE_ST_MAXNAME]

Definition at line 165 of file BKE_screen.h.

Referenced by ED_region_panels().

void(* PanelType::draw)(const struct bContext *, struct Panel *)
void(* PanelType::draw_header)(const struct bContext *, struct Panel *)

Definition at line 179 of file BKE_screen.h.

Referenced by spacetype_free().

char PanelType::idname[BKE_ST_MAXNAME]
char PanelType::label[BKE_ST_MAXNAME]

Definition at line 161 of file BKE_screen.h.

Referenced by ED_region_panels(), and spacetype_free().

int(* PanelType::poll)(const struct bContext *, struct PanelType *)

Definition at line 161 of file BKE_screen.h.

Definition at line 167 of file BKE_screen.h.

Definition at line 166 of file BKE_screen.h.


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