|
Blender V5.0
|
#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 565 of file BKE_screen.hh.
Draw entirely, view changes should be handled here.
Definition at line 574 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().
| char HeaderType::idname[BKE_ST_MAXNAME] |
Unique name.
Definition at line 568 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().
| HeaderType* HeaderType::next |
Definition at line 566 of file BKE_screen.hh.
| bool(* HeaderType::poll) (const bContext *C, HeaderType *ht) |
Definition at line 572 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().
| HeaderType * HeaderType::prev |
Definition at line 566 of file BKE_screen.hh.
| int HeaderType::region_type |
Definition at line 570 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().
| ExtensionRNA HeaderType::rna_ext |
RNA integration.
Definition at line 577 of file BKE_screen.hh.
| int HeaderType::space_type |
Definition at line 569 of file BKE_screen.hh.
Referenced by blender::ed::asset::shelf::header_regiontype_register().