Blender V5.0
HeaderType Struct Reference

#include <BKE_screen.hh>

Public Attributes

HeaderTypenext
HeaderTypeprev
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

Detailed Description

Definition at line 565 of file BKE_screen.hh.

Member Data Documentation

◆ draw

void(* HeaderType::draw) (const bContext *C, Header *header)

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().

◆ idname

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().

◆ next

HeaderType* HeaderType::next

Definition at line 566 of file BKE_screen.hh.

◆ poll

bool(* HeaderType::poll) (const bContext *C, HeaderType *ht)

◆ prev

HeaderType * HeaderType::prev

Definition at line 566 of file BKE_screen.hh.

◆ region_type

int HeaderType::region_type

◆ rna_ext

ExtensionRNA HeaderType::rna_ext

RNA integration.

Definition at line 577 of file BKE_screen.hh.

◆ space_type

int HeaderType::space_type

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