|
Blender
V2.59
|
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 ID * | buttons_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 [] |
Definition in file buttons_intern.h.
| #define BUTS_ACT_ACT 128 |
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_ACT_LINK 256 |
Definition at line 54 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 52 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 56 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 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_CONT_LINK 32 |
Definition at line 51 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 49 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 47 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 48 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 46 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 55 of file buttons_intern.h.
Referenced by get_selected_and_linked_obs(), logic_buttons(), logic_buttons_new(), logic_new(), and rna_def_space_logic().
| int buttons_context | ( | const struct bContext * | C, |
| const char * | member, | ||
| struct bContextDataResult * | result | ||
| ) |
| void buttons_context_register | ( | struct ARegionType * | art | ) |
Definition at line 939 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 233 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 216 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 83 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().
| const char* buttons_context_dir[] |
Definition at line 649 of file buttons_context.c.
Referenced by buttons_context().