|
Blender V4.3
|
#include <cstdio>#include <cstring>#include "MEM_guardedalloc.h"#include "BLI_listbase.h"#include "BLI_string.h"#include "BLI_utildefines.h"#include "BLT_translation.hh"#include "BKE_context.hh"#include "BKE_global.hh"#include "BKE_screen.hh"#include "ED_screen.hh"#include "ED_sequencer.hh"#include "IMB_imbuf.hh"#include "IMB_imbuf_types.hh"#include "sequencer_intern.hh"Go to the source code of this file.
Functions | |
| static bool | metadata_panel_context_poll (const bContext *C, PanelType *) |
| static void | metadata_panel_context_draw (const bContext *C, Panel *panel) |
| void | sequencer_buttons_register (ARegionType *art) |
Definition at line 53 of file sequencer_buttons.cc.
References CTX_data_scene(), CTX_wm_space_seq(), ED_region_image_metadata_panel_draw(), G, IMB_freeImBuf(), Panel::layout, SpaceSeq::mainb, SpaceSeq::overlay_frame_type, SEQ_DRAW_IMG_IMBUF, SEQ_EDIT_OVERLAY_FRAME_SHOW, SEQ_OVERLAY_FRAME_TYPE_REFERENCE, and sequencer_ibuf_get().
Referenced by sequencer_buttons_register().
Definition at line 44 of file sequencer_buttons.cc.
References CTX_wm_space_seq(), and ED_space_sequencer_check_show_imbuf().
Referenced by sequencer_buttons_register().
| void sequencer_buttons_register | ( | ARegionType * | art | ) |
Definition at line 80 of file sequencer_buttons.cc.
References BLI_addtail(), BLT_I18NCONTEXT_DEFAULT_BPYRNA, PanelType::category, PanelType::draw, PanelType::draw_header, PanelType::idname, PanelType::label, MEM_callocN, metadata_panel_context_draw(), metadata_panel_context_poll(), N_, PanelType::order, ARegionType::paneltypes, PanelType::poll, STRNCPY, and PanelType::translation_context.
Referenced by ED_spacetype_sequencer().