Blender  V3.3
Classes | Typedefs | Functions | Variables
buttons_intern.h File Reference
#include "BLI_bitmap.h"
#include "DNA_listBase.h"
#include "RNA_types.h"

Go to the source code of this file.

Classes

struct  SpaceProperties_Runtime
 
struct  ButsContextPath
 
struct  ButsTextureUser
 
struct  ButsContextTexture
 

Typedefs

typedef struct ButsContextPath ButsContextPath
 
typedef struct ButsTextureUser ButsTextureUser
 
typedef struct ButsContextTexture ButsContextTexture
 

Functions

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

Variables

const char * buttons_context_dir []
 

Typedef Documentation

◆ ButsContextPath

◆ ButsContextTexture

◆ ButsTextureUser

Function Documentation

◆ buttons_context()

int buttons_context ( const struct bContext C,
const char *  member,
struct bContextDataResult result 
)

◆ buttons_context_compute()

void buttons_context_compute ( const struct bContext C,
struct SpaceProperties sbuts 
)

◆ buttons_context_id_path()

struct ID* buttons_context_id_path ( const struct bContext C)

◆ buttons_context_register()

void buttons_context_register ( struct ARegionType art)

◆ BUTTONS_OT_clear_filter()

void BUTTONS_OT_clear_filter ( struct wmOperatorType ot)

◆ BUTTONS_OT_context_menu()

void BUTTONS_OT_context_menu ( struct wmOperatorType ot)

◆ BUTTONS_OT_directory_browse()

void BUTTONS_OT_directory_browse ( struct wmOperatorType ot)

◆ BUTTONS_OT_file_browse()

void BUTTONS_OT_file_browse ( struct wmOperatorType ot)

◆ BUTTONS_OT_start_filter()

void BUTTONS_OT_start_filter ( struct wmOperatorType ot)

◆ BUTTONS_OT_toggle_pin()

void BUTTONS_OT_toggle_pin ( struct wmOperatorType ot)

◆ buttons_texture_context_compute()

void buttons_texture_context_compute ( const struct bContext C,
struct SpaceProperties sbuts 
)

Referenced by buttons_context_compute().

Variable Documentation

◆ buttons_context_dir

const char* buttons_context_dir[]
extern

Definition at line 797 of file buttons_context.c.

Referenced by bpy_context_members(), and buttons_context().