Blender V5.0
clip_dopesheet_ops.cc File Reference
#include "BLI_listbase.h"
#include "BLI_math_base.h"
#include "BLI_rect.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 wmOperatorStatus dopesheet_select_channel_exec (bContext *C, wmOperator *op)
static wmOperatorStatus dopesheet_select_channel_invoke (bContext *C, wmOperator *op, const wmEvent *event)
void CLIP_OT_dopesheet_select_channel (wmOperatorType *ot)
static wmOperatorStatus 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()

void CLIP_OT_dopesheet_view_all ( wmOperatorType * ot)

◆ dopesheet_select_channel_exec()

◆ dopesheet_select_channel_invoke()

◆ dopesheet_select_channel_poll()

bool dopesheet_select_channel_poll ( bContext * C)
static

◆ dopesheet_view_all_exec()

◆ space_clip_dopesheet_poll()