Blender
V3.3
|
#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
#include "DNA_windowmanager_types.h"
#include "BKE_context.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "ED_screen.h"
#include "UI_view2d.h"
#include "SEQ_channels.h"
#include "SEQ_sequencer.h"
#include "SEQ_time.h"
#include "WM_api.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "sequencer_intern.h"
Go to the source code of this file.
Functions | |
static int | sequencer_rename_channel_invoke (bContext *C, wmOperator *UNUSED(op), const wmEvent *event) |
void | SEQUENCER_OT_rename_channel (struct wmOperatorType *ot) |
void SEQUENCER_OT_rename_channel | ( | struct wmOperatorType * | ot | ) |
Definition at line 47 of file sequencer_channels_edit.c.
References wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, sequencer_edit_poll(), and sequencer_rename_channel_invoke().
Referenced by sequencer_operatortypes().
|
static |
Definition at line 33 of file sequencer_channels_edit.c.
References C, channel_draw_context_init(), blender::compositor::context, CTX_data_scene(), CTX_wm_region(), CTX_wm_space_seq(), wmEvent::mval, NC_SCENE, ND_SEQUENCER, OPERATOR_FINISHED, SpaceSeqRuntime::rename_channel_index, SpaceSeq::runtime, UI_view2d_region_to_view_y(), and WM_event_add_notifier().
Referenced by SEQUENCER_OT_rename_channel().