Blender V2.61 - r43446
|
#include "DNA_listBase.h"
#include "RNA_types.h"
Go to the source code of this file.
Definition in file buttons_intern.h.
#define BUTS_ACT_ACT 128 |
Definition at line 57 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_new(), make_unique_prop_names(), and rna_def_space_logic().
#define BUTS_ACT_LINK 256 |
Definition at line 58 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_new(), and rna_def_space_logic().
#define BUTS_ACT_SEL 64 |
Definition at line 56 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_new(), make_unique_prop_names(), and rna_def_space_logic().
#define BUTS_ACT_STATE 1024 |
Definition at line 60 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_buttons_new(), logic_new(), and rna_def_space_logic().
#define BUTS_CONT_ACT 16 |
Definition at line 54 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_new(), make_unique_prop_names(), and rna_def_space_logic().
#define BUTS_CONT_LINK 32 |
Definition at line 55 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_new(), and rna_def_space_logic().
#define BUTS_CONT_SEL 8 |
Definition at line 53 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_new(), make_unique_prop_names(), and rna_def_space_logic().
#define BUTS_SENS_ACT 2 |
Definition at line 51 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_new(), make_unique_prop_names(), and rna_def_space_logic().
#define BUTS_SENS_LINK 4 |
Definition at line 52 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_new(), and rna_def_space_logic().
#define BUTS_SENS_SEL 1 |
Definition at line 50 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_new(), make_unique_prop_names(), and rna_def_space_logic().
#define BUTS_SENS_STATE 512 |
Definition at line 59 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_buttons_new(), logic_new(), and rna_def_space_logic().
typedef struct ButsContextPath ButsContextPath |
typedef struct ButsContextTexture ButsContextTexture |
typedef struct ButsTextureUser ButsTextureUser |
int buttons_context | ( | const struct bContext * | C, |
const char * | member, | ||
struct bContextDataResult * | result | ||
) |
void buttons_context_register | ( | struct ARegionType * | art | ) |
Definition at line 1031 of file buttons_context.c.
References BLI_addtail(), buttons_panel_context(), PanelType::draw, PanelType::flag, PanelType::idname, PanelType::label, MEM_callocN(), ARegionType::paneltypes, and PNL_NO_HEADER.
Referenced by ED_spacetype_buttons().
void BUTTONS_OT_directory_browse | ( | struct wmOperatorType * | ot | ) |
Definition at line 231 of file buttons_ops.c.
References wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, file_browse_cancel(), file_browse_exec(), file_browse_invoke(), FILE_OPENFILE, FILE_SPECIAL, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, WM_FILESEL_DIRECTORY, WM_FILESEL_RELPATH, and WM_operator_properties_filesel().
Referenced by buttons_operatortypes().
void BUTTONS_OT_file_browse | ( | struct wmOperatorType * | ot | ) |
Definition at line 214 of file buttons_ops.c.
References wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, file_browse_cancel(), file_browse_exec(), file_browse_invoke(), FILE_OPENFILE, FILE_SPECIAL, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, WM_FILESEL_FILEPATH, WM_FILESEL_RELPATH, and WM_operator_properties_filesel().
Referenced by buttons_operatortypes().
void BUTTONS_OT_toolbox | ( | struct wmOperatorType * | ot | ) |
Definition at line 80 of file buttons_ops.c.
References wmOperatorType::description, ED_operator_buttons_active(), wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, wmOperatorType::poll, and toolbox_invoke().
Referenced by buttons_operatortypes().
Referenced by buttons_context_compute().
const char* buttons_context_dir[] |
Definition at line 682 of file buttons_context.c.
Referenced by buttons_context().