Blender
V3.3
|
#include <BKE_screen.h>
Public Attributes | |
struct HeaderType * | next |
struct HeaderType * | prev |
char | idname [BKE_ST_MAXNAME] |
int | space_type |
int | region_type |
bool(* | poll )(const struct bContext *C, struct HeaderType *ht) |
void(* | draw )(const struct bContext *C, struct Header *header) |
ExtensionRNA | rna_ext |
Definition at line 336 of file BKE_screen.h.
Definition at line 345 of file BKE_screen.h.
char HeaderType::idname[BKE_ST_MAXNAME] |
Definition at line 339 of file BKE_screen.h.
struct HeaderType* HeaderType::next |
Definition at line 337 of file BKE_screen.h.
bool(* HeaderType::poll) (const struct bContext *C, struct HeaderType *ht) |
Definition at line 343 of file BKE_screen.h.
struct HeaderType * HeaderType::prev |
Definition at line 337 of file BKE_screen.h.
int HeaderType::region_type |
Definition at line 341 of file BKE_screen.h.
ExtensionRNA HeaderType::rna_ext |
Definition at line 348 of file BKE_screen.h.
int HeaderType::space_type |
Definition at line 340 of file BKE_screen.h.