|
Blender V4.3
|
#include "DNA_scene_types.h"#include "DNA_screen_types.h"#include "DNA_windowmanager_types.h"#include "BKE_context.hh"#include "BLI_utildefines.h"#include "ED_screen.hh"#include "UI_view2d.hh"#include "WM_api.hh"#include "sequencer_intern.hh"Go to the source code of this file.
Functions | |
| static int | sequencer_rename_channel_invoke (bContext *C, wmOperator *, const wmEvent *event) |
| void | SEQUENCER_OT_rename_channel (wmOperatorType *ot) |
| void SEQUENCER_OT_rename_channel | ( | wmOperatorType * | ot | ) |
Definition at line 38 of file sequencer_channels_edit.cc.
References wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, sequencer_edit_with_channel_region_poll(), and sequencer_rename_channel_invoke().
Referenced by sequencer_operatortypes().
|
static |
Definition at line 26 of file sequencer_channels_edit.cc.
References channel_draw_context_init(), CTX_data_scene(), CTX_wm_region(), CTX_wm_space_seq(), wmEvent::mval, NC_SCENE, ND_SEQUENCER, OPERATOR_FINISHED, SpaceSeq::runtime, UI_view2d_region_to_view_y(), and WM_event_add_notifier().
Referenced by SEQUENCER_OT_rename_channel().