Blender V2.61 - r43446
Classes | Defines | Typedefs | Functions | Variables

buttons_intern.h File Reference

#include "DNA_listBase.h"
#include "RNA_types.h"

Go to the source code of this file.

Classes

struct  ButsContextPath
struct  ButsTextureUser
struct  ButsContextTexture

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

Typedefs

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

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_texture_context_compute (const struct bContext *C, struct SpaceButs *sbuts)
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

Typedef Documentation


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)
void buttons_texture_context_compute ( const struct bContext C,
struct SpaceButs sbuts 
)

Referenced by buttons_context_compute().


Variable Documentation

const char* buttons_context_dir[]

Definition at line 682 of file buttons_context.c.

Referenced by buttons_context().