|
Blender V4.3
|
#include <BKE_screen.hh>
Public Attributes | |
| HeaderType * | next |
| HeaderType * | prev |
| char | idname [BKE_ST_MAXNAME] |
| int | space_type |
| int | region_type |
| bool(* | poll )(const bContext *C, HeaderType *ht) |
| void(* | draw )(const bContext *C, Header *header) |
| ExtensionRNA | rna_ext |
Definition at line 464 of file BKE_screen.hh.
Definition at line 473 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().
| char HeaderType::idname[BKE_ST_MAXNAME] |
Definition at line 467 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().
| HeaderType* HeaderType::next |
Definition at line 465 of file BKE_screen.hh.
| bool(* HeaderType::poll) (const bContext *C, HeaderType *ht) |
Definition at line 471 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().
| HeaderType * HeaderType::prev |
Definition at line 465 of file BKE_screen.hh.
| int HeaderType::region_type |
Definition at line 469 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().
| ExtensionRNA HeaderType::rna_ext |
Definition at line 476 of file BKE_screen.hh.
| int HeaderType::space_type |
Definition at line 468 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().