Blender V4.3
buttons_intern.hh File Reference
#include "BLI_bitmap.h"
#include "DNA_listBase.h"
#include "RNA_types.hh"

Go to the source code of this file.

Classes

struct  SpaceProperties_Runtime
 
struct  ButsContextPath
 
struct  ButsTextureUser
 
struct  ButsContextTexture
 

Functions

void buttons_context_compute (const bContext *C, SpaceProperties *sbuts)
 
int buttons_context (const bContext *C, const char *member, bContextDataResult *result)
 
void buttons_context_register (ARegionType *art)
 
IDbuttons_context_id_path (const bContext *C)
 
void buttons_texture_context_compute (const bContext *C, SpaceProperties *sbuts)
 
void BUTTONS_OT_start_filter (wmOperatorType *ot)
 
void BUTTONS_OT_clear_filter (wmOperatorType *ot)
 
void BUTTONS_OT_toggle_pin (wmOperatorType *ot)
 
void BUTTONS_OT_file_browse (wmOperatorType *ot)
 
void BUTTONS_OT_directory_browse (wmOperatorType *ot)
 
void BUTTONS_OT_context_menu (wmOperatorType *ot)
 

Variables

const char * buttons_context_dir []
 

Function Documentation

◆ buttons_context()

◆ buttons_context_compute()

◆ buttons_context_id_path()

◆ buttons_context_register()

◆ BUTTONS_OT_clear_filter()

◆ BUTTONS_OT_context_menu()

◆ BUTTONS_OT_directory_browse()

◆ BUTTONS_OT_file_browse()

◆ BUTTONS_OT_start_filter()

◆ BUTTONS_OT_toggle_pin()

◆ buttons_texture_context_compute()

Variable Documentation

◆ buttons_context_dir

const char* buttons_context_dir[]

Definition at line 82 of file buttons_intern.hh.