|
Blender
V3.3
|
Go to the source code of this file.
Classes | |
| struct | SpaceProperties_Runtime |
| struct | ButsContextPath |
| struct | ButsTextureUser |
| struct | ButsContextTexture |
Typedefs | |
| typedef struct ButsContextPath | ButsContextPath |
| typedef struct ButsTextureUser | ButsTextureUser |
| typedef struct ButsContextTexture | ButsContextTexture |
Functions | |
| void | buttons_context_compute (const struct bContext *C, struct SpaceProperties *sbuts) |
| int | buttons_context (const struct bContext *C, const char *member, struct bContextDataResult *result) |
| void | buttons_context_register (struct ARegionType *art) |
| struct ID * | buttons_context_id_path (const struct bContext *C) |
| void | buttons_texture_context_compute (const struct bContext *C, struct SpaceProperties *sbuts) |
| void | BUTTONS_OT_start_filter (struct wmOperatorType *ot) |
| void | BUTTONS_OT_clear_filter (struct wmOperatorType *ot) |
| void | BUTTONS_OT_toggle_pin (struct wmOperatorType *ot) |
| void | BUTTONS_OT_file_browse (struct wmOperatorType *ot) |
| void | BUTTONS_OT_directory_browse (struct wmOperatorType *ot) |
| void | BUTTONS_OT_context_menu (struct wmOperatorType *ot) |
Variables | |
| const char * | buttons_context_dir [] |
| 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_compute | ( | const struct bContext * | C, |
| struct SpaceProperties * | sbuts | ||
| ) |
| void buttons_context_register | ( | struct ARegionType * | art | ) |
Definition at line 1243 of file buttons_context.c.
References BLI_addtail(), BLT_I18NCONTEXT_DEFAULT_BPYRNA, buttons_panel_context_draw(), buttons_panel_context_poll(), PanelType::draw, PanelType::flag, PanelType::idname, PanelType::label, MEM_callocN, N_, PANEL_TYPE_NO_HEADER, PANEL_TYPE_NO_SEARCH, ARegionType::paneltypes, PanelType::poll, and PanelType::translation_context.
Referenced by ED_spacetype_buttons().
| void BUTTONS_OT_clear_filter | ( | struct wmOperatorType * | ot | ) |
Definition at line 86 of file buttons_ops.c.
References buttons_clear_filter_exec(), wmOperatorType::description, ED_operator_buttons_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by buttons_operatortypes().
| void BUTTONS_OT_context_menu | ( | struct wmOperatorType * | ot | ) |
Definition at line 156 of file buttons_ops.c.
References context_menu_invoke(), wmOperatorType::description, ED_operator_buttons_active(), wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by buttons_operatortypes().
| void BUTTONS_OT_directory_browse | ( | struct wmOperatorType * | ot | ) |
Second operator, only difference from BUTTONS_OT_file_browse is WM_FILESEL_DIRECTORY.
Definition at line 371 of file buttons_ops.c.
References wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, file_browse_cancel(), file_browse_exec(), file_browse_invoke(), FILE_DEFAULTDISPLAY, FILE_OPENFILE, FILE_SORT_DEFAULT, FILE_SPECIAL, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, ot, 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 345 of file buttons_ops.c.
References wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, file_browse_cancel(), file_browse_exec(), file_browse_invoke(), FILE_DEFAULTDISPLAY, FILE_OPENFILE, FILE_SORT_DEFAULT, FILE_SPECIAL, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, ot, WM_FILESEL_FILEPATH, WM_FILESEL_RELPATH, and WM_operator_properties_filesel().
Referenced by buttons_operatortypes().
| void BUTTONS_OT_start_filter | ( | struct wmOperatorType * | ot | ) |
Definition at line 61 of file buttons_ops.c.
References buttons_start_filter_exec(), wmOperatorType::description, ED_operator_buttons_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by buttons_operatortypes().
| void BUTTONS_OT_toggle_pin | ( | struct wmOperatorType * | ot | ) |
Definition at line 127 of file buttons_ops.c.
References wmOperatorType::description, ED_operator_buttons_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, and toggle_pin_exec().
Referenced by buttons_operatortypes().
| void buttons_texture_context_compute | ( | const struct bContext * | C, |
| struct SpaceProperties * | sbuts | ||
| ) |
Referenced by buttons_context_compute().
|
extern |
Definition at line 797 of file buttons_context.c.
Referenced by bpy_context_members(), and buttons_context().