Blender V5.0
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()

void BUTTONS_OT_clear_filter ( wmOperatorType * ot)

Definition at line 89 of file buttons_ops.cc.

References buttons_clear_filter_exec(), ED_operator_buttons_active(), and ot.

Referenced by buttons_operatortypes().

◆ BUTTONS_OT_context_menu()

void BUTTONS_OT_context_menu ( wmOperatorType * ot)

Definition at line 159 of file buttons_ops.cc.

References context_menu_invoke(), ED_operator_buttons_active(), and ot.

Referenced by buttons_operatortypes().

◆ BUTTONS_OT_directory_browse()

◆ BUTTONS_OT_file_browse()

◆ BUTTONS_OT_start_filter()

void BUTTONS_OT_start_filter ( wmOperatorType * ot)

Definition at line 64 of file buttons_ops.cc.

References buttons_start_filter_exec(), ED_operator_buttons_active(), and ot.

Referenced by buttons_operatortypes().

◆ BUTTONS_OT_toggle_pin()

void BUTTONS_OT_toggle_pin ( wmOperatorType * ot)

Definition at line 128 of file buttons_ops.cc.

References ED_operator_buttons_active(), ot, and toggle_pin_exec().

Referenced by buttons_operatortypes().

◆ buttons_texture_context_compute()

Variable Documentation

◆ buttons_context_dir

const char* buttons_context_dir[]

Definition at line 84 of file buttons_intern.hh.