Blender V4.3
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 464 of file BKE_screen.hh.

Member Data Documentation

◆ draw

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

◆ idname

char HeaderType::idname[BKE_ST_MAXNAME]

◆ next

HeaderType* HeaderType::next

Definition at line 465 of file BKE_screen.hh.

◆ poll

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

◆ prev

HeaderType * HeaderType::prev

Definition at line 465 of file BKE_screen.hh.

◆ region_type

int HeaderType::region_type

◆ rna_ext

ExtensionRNA HeaderType::rna_ext

Definition at line 476 of file BKE_screen.hh.

◆ space_type

int HeaderType::space_type

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