Blender  V3.3
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 336 of file BKE_screen.h.

Member Data Documentation

◆ draw

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

Definition at line 345 of file BKE_screen.h.

◆ idname

char HeaderType::idname[BKE_ST_MAXNAME]

Definition at line 339 of file BKE_screen.h.

◆ next

struct HeaderType* HeaderType::next

Definition at line 337 of file BKE_screen.h.

◆ poll

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

Definition at line 343 of file BKE_screen.h.

◆ prev

struct HeaderType * HeaderType::prev

Definition at line 337 of file BKE_screen.h.

◆ region_type

int HeaderType::region_type

Definition at line 341 of file BKE_screen.h.

◆ rna_ext

ExtensionRNA HeaderType::rna_ext

Definition at line 348 of file BKE_screen.h.

◆ space_type

int HeaderType::space_type

Definition at line 340 of file BKE_screen.h.


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