Blender  V2.59
Defines | Functions | Variables
buttons_intern.h File Reference

Go to the source code of this file.

Defines

#define BUTS_SENS_SEL   1
#define BUTS_SENS_ACT   2
#define BUTS_SENS_LINK   4
#define BUTS_CONT_SEL   8
#define BUTS_CONT_ACT   16
#define BUTS_CONT_LINK   32
#define BUTS_ACT_SEL   64
#define BUTS_ACT_ACT   128
#define BUTS_ACT_LINK   256
#define BUTS_SENS_STATE   512
#define BUTS_ACT_STATE   1024

Functions

void buttons_header_buttons (const struct bContext *C, struct ARegion *ar)
void buttons_context_compute (const struct bContext *C, struct SpaceButs *sbuts)
int buttons_context (const struct bContext *C, const char *member, struct bContextDataResult *result)
void buttons_context_draw (const struct bContext *C, struct uiLayout *layout)
void buttons_context_register (struct ARegionType *art)
struct IDbuttons_context_id_path (const struct bContext *C)
void BUTTONS_OT_file_browse (struct wmOperatorType *ot)
void BUTTONS_OT_directory_browse (struct wmOperatorType *ot)
void BUTTONS_OT_toolbox (struct wmOperatorType *ot)

Variables

const char * buttons_context_dir []

Detailed Description

Definition in file buttons_intern.h.


Define Documentation

#define BUTS_ACT_ACT   128
#define BUTS_ACT_LINK   256
#define BUTS_ACT_SEL   64
#define BUTS_ACT_STATE   1024
#define BUTS_CONT_ACT   16
#define BUTS_CONT_LINK   32
#define BUTS_CONT_SEL   8
#define BUTS_SENS_ACT   2
#define BUTS_SENS_LINK   4
#define BUTS_SENS_SEL   1
#define BUTS_SENS_STATE   512

Function Documentation

int buttons_context ( const struct bContext C,
const char *  member,
struct bContextDataResult result 
)
void buttons_context_compute ( const struct bContext C,
struct SpaceButs sbuts 
)
void buttons_context_draw ( const struct bContext C,
struct uiLayout layout 
)
struct ID* buttons_context_id_path ( const struct bContext C) [read]
void buttons_context_register ( struct ARegionType art)
void buttons_header_buttons ( const struct bContext C,
struct ARegion ar 
)
void BUTTONS_OT_directory_browse ( struct wmOperatorType ot)
void BUTTONS_OT_file_browse ( struct wmOperatorType ot)
void BUTTONS_OT_toolbox ( struct wmOperatorType ot)

Variable Documentation

const char* buttons_context_dir[]

Definition at line 649 of file buttons_context.c.

Referenced by buttons_context().