Blender  V2.59
Functions
sequencer_select.c File Reference
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "DNA_scene_types.h"
#include "BKE_context.h"
#include "BKE_sequencer.h"
#include "WM_api.h"
#include "WM_types.h"
#include "RNA_define.h"
#include "ED_types.h"
#include "ED_screen.h"
#include "UI_view2d.h"
#include "sequencer_intern.h"

Go to the source code of this file.

Functions

static void * find_nearest_marker (int UNUSED(d1), int UNUSED(d2))
static void select_surrounding_handles (Scene *scene, Sequence *test)
static void select_active_side (ListBase *seqbase, int sel_side, int channel, int frame)
static void select_linked_time (ListBase *seqbase, Sequence *seq_link)
static void select_single_seq (Scene *scene, Sequence *seq, int deselect_all)
static int sequencer_deselect_exec (bContext *C, wmOperator *UNUSED(op))
void SEQUENCER_OT_select_all_toggle (struct wmOperatorType *ot)
static int sequencer_select_inverse_exec (bContext *C, wmOperator *UNUSED(op))
void SEQUENCER_OT_select_inverse (struct wmOperatorType *ot)
static int sequencer_select_invoke (bContext *C, wmOperator *op, wmEvent *event)
void SEQUENCER_OT_select (wmOperatorType *ot)
static int select_more_less_seq__internal (Scene *scene, int sel, int linked)
static int sequencer_select_more_exec (bContext *C, wmOperator *UNUSED(op))
void SEQUENCER_OT_select_more (wmOperatorType *ot)
static int sequencer_select_less_exec (bContext *C, wmOperator *UNUSED(op))
void SEQUENCER_OT_select_less (wmOperatorType *ot)
static int sequencer_select_linked_pick_invoke (bContext *C, wmOperator *op, wmEvent *event)
void SEQUENCER_OT_select_linked_pick (wmOperatorType *ot)
static int sequencer_select_linked_exec (bContext *C, wmOperator *UNUSED(op))
void SEQUENCER_OT_select_linked (wmOperatorType *ot)
static int sequencer_select_handles_exec (bContext *C, wmOperator *op)
void SEQUENCER_OT_select_handles (wmOperatorType *ot)
static int sequencer_select_active_side_exec (bContext *C, wmOperator *op)
void SEQUENCER_OT_select_active_side (wmOperatorType *ot)
static int sequencer_borderselect_exec (bContext *C, wmOperator *op)
void SEQUENCER_OT_select_border (wmOperatorType *ot)

Detailed Description

Definition in file sequencer_select.c.


Function Documentation

static void* find_nearest_marker ( int   UNUSEDd1,
int   UNUSEDd2 
) [static]

Definition at line 66 of file sequencer_select.c.

References NULL.

Referenced by sequencer_select_invoke().

static void select_active_side ( ListBase seqbase,
int  sel_side,
int  channel,
int  frame 
) [static]
static void select_linked_time ( ListBase seqbase,
Sequence seq_link 
) [static]
static int select_more_less_seq__internal ( Scene scene,
int  sel,
int  linked 
) [static]
static void select_single_seq ( Scene scene,
Sequence seq,
int  deselect_all 
) [static]
static void select_surrounding_handles ( Scene scene,
Sequence test 
) [static]
static int sequencer_borderselect_exec ( bContext C,
wmOperator op 
) [static]
static int sequencer_deselect_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
void SEQUENCER_OT_select ( wmOperatorType ot)
void SEQUENCER_OT_select_active_side ( wmOperatorType ot)
void SEQUENCER_OT_select_all_toggle ( struct wmOperatorType ot)
void SEQUENCER_OT_select_border ( wmOperatorType ot)
void SEQUENCER_OT_select_handles ( wmOperatorType ot)
void SEQUENCER_OT_select_inverse ( struct wmOperatorType ot)
void SEQUENCER_OT_select_less ( wmOperatorType ot)
void SEQUENCER_OT_select_linked ( wmOperatorType ot)
void SEQUENCER_OT_select_linked_pick ( wmOperatorType ot)
void SEQUENCER_OT_select_more ( wmOperatorType ot)
static int sequencer_select_active_side_exec ( bContext C,
wmOperator op 
) [static]
static int sequencer_select_handles_exec ( bContext C,
wmOperator op 
) [static]
static int sequencer_select_inverse_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int sequencer_select_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int sequencer_select_less_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int sequencer_select_linked_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int sequencer_select_linked_pick_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int sequencer_select_more_exec ( bContext C,
wmOperator UNUSEDop 
) [static]