Blender  V3.3
Functions
clip_dopesheet_ops.c File Reference
#include "DNA_scene_types.h"
#include "BLI_math.h"
#include "BLI_rect.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_tracking.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_clip.h"
#include "ED_screen.h"
#include "UI_interface.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "UI_view2d.h"
#include "clip_intern.h"

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 *UNUSED(op))
 
void CLIP_OT_dopesheet_view_all (wmOperatorType *ot)
 

Function Documentation

◆ CLIP_OT_dopesheet_select_channel()

void CLIP_OT_dopesheet_select_channel ( wmOperatorType ot)

◆ CLIP_OT_dopesheet_view_all()

void CLIP_OT_dopesheet_view_all ( wmOperatorType ot)

◆ dopesheet_select_channel_exec()

static int dopesheet_select_channel_exec ( bContext C,
wmOperator op 
)
static

◆ 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()

static int dopesheet_view_all_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ space_clip_dopesheet_poll()

static bool space_clip_dopesheet_poll ( bContext C)
static