Blender  V2.93
Public Attributes | List of all members
HeaderType Struct Reference

#include <BKE_screen.h>

Public Attributes

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

Detailed Description

Definition at line 350 of file BKE_screen.h.

Member Data Documentation

◆ draw

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

Definition at line 359 of file BKE_screen.h.

◆ idname

char HeaderType::idname[BKE_ST_MAXNAME]

Definition at line 353 of file BKE_screen.h.

◆ next

struct HeaderType* HeaderType::next

Definition at line 351 of file BKE_screen.h.

◆ poll

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

Definition at line 357 of file BKE_screen.h.

◆ prev

struct HeaderType * HeaderType::prev

Definition at line 351 of file BKE_screen.h.

◆ region_type

int HeaderType::region_type

Definition at line 355 of file BKE_screen.h.

◆ rna_ext

ExtensionRNA HeaderType::rna_ext

Definition at line 362 of file BKE_screen.h.

◆ space_type

int HeaderType::space_type

Definition at line 354 of file BKE_screen.h.


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