Blender V4.3
clip_dopesheet_ops.cc File Reference
#include "DNA_scene_types.h"
#include "BLI_rect.h"
#include "BLI_utildefines.h"
#include "BKE_context.hh"
#include "BKE_tracking.h"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_clip.hh"
#include "ED_screen.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "UI_view2d.hh"
#include "clip_intern.hh"

Go to the source code of this file.

Functions

static bool space_clip_dopesheet_poll (bContext *C)
 
static bool dopesheet_select_channel_poll (bContext *C)
 
static int dopesheet_select_channel_exec (bContext *C, wmOperator *op)
 
static int dopesheet_select_channel_invoke (bContext *C, wmOperator *op, const wmEvent *event)
 
void CLIP_OT_dopesheet_select_channel (wmOperatorType *ot)
 
static int dopesheet_view_all_exec (bContext *C, wmOperator *)
 
void CLIP_OT_dopesheet_view_all (wmOperatorType *ot)
 

Function Documentation

◆ CLIP_OT_dopesheet_select_channel()

◆ CLIP_OT_dopesheet_view_all()

◆ dopesheet_select_channel_exec()

◆ dopesheet_select_channel_invoke()

static int dopesheet_select_channel_invoke ( bContext * C,
wmOperator * op,
const wmEvent * event )
static

◆ dopesheet_select_channel_poll()

static bool dopesheet_select_channel_poll ( bContext * C)
static

◆ dopesheet_view_all_exec()

◆ space_clip_dopesheet_poll()

static bool space_clip_dopesheet_poll ( bContext * C)
static