|
Blender
V2.93
|
#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 350 of file BKE_screen.h.
Definition at line 359 of file BKE_screen.h.
| char HeaderType::idname[BKE_ST_MAXNAME] |
Definition at line 353 of file BKE_screen.h.
| struct HeaderType* HeaderType::next |
Definition at line 351 of file BKE_screen.h.
| bool(* HeaderType::poll) (const struct bContext *C, struct HeaderType *ht) |
Definition at line 357 of file BKE_screen.h.
| struct HeaderType * HeaderType::prev |
Definition at line 351 of file BKE_screen.h.
| int HeaderType::region_type |
Definition at line 355 of file BKE_screen.h.
| ExtensionRNA HeaderType::rna_ext |
Definition at line 362 of file BKE_screen.h.
| int HeaderType::space_type |
Definition at line 354 of file BKE_screen.h.