Blender V2.61 - r43446
Defines | Functions

sequencer_add.c File Reference

#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "DNA_scene_types.h"
#include "DNA_userdef_types.h"
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_main.h"
#include "BKE_sequencer.h"
#include "BKE_report.h"
#include "WM_api.h"
#include "WM_types.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "ED_screen.h"
#include "UI_view2d.h"
#include "BKE_sound.h"
#include "sequencer_intern.h"

Go to the source code of this file.

Defines

#define SEQPROP_STARTFRAME   (1<<0)
#define SEQPROP_ENDFRAME   (1<<1)
#define SEQPROP_NOPATHS   (1<<2)
#define SEQPROP_NOCHAN   (1<<3)
#define SELECT   1

Functions

static void sequencer_generic_props__internal (wmOperatorType *ot, int flag)
static void sequencer_generic_invoke_path__internal (bContext *C, wmOperator *op, const char *identifier)
static void sequencer_generic_invoke_xy__internal (bContext *C, wmOperator *op, wmEvent *event, int flag)
static void seq_load_operator_info (SeqLoadInfo *seq_load, wmOperator *op)
static int sequencer_add_scene_strip_exec (bContext *C, wmOperator *op)
static int sequencer_add_scene_strip_invoke (bContext *C, wmOperator *op, wmEvent *event)
void SEQUENCER_OT_scene_strip_add (struct wmOperatorType *ot)
static int sequencer_add_generic_strip_exec (bContext *C, wmOperator *op, SeqLoadFunc seq_load_func)
static int sequencer_add_movie_strip_exec (bContext *C, wmOperator *op)
static int sequencer_add_movie_strip_invoke (bContext *C, wmOperator *op, wmEvent *event)
void SEQUENCER_OT_movie_strip_add (struct wmOperatorType *ot)
static int sequencer_add_sound_strip_exec (bContext *C, wmOperator *op)
static int sequencer_add_sound_strip_invoke (bContext *C, wmOperator *op, wmEvent *event)
void SEQUENCER_OT_sound_strip_add (struct wmOperatorType *ot)
static int sequencer_add_image_strip_exec (bContext *C, wmOperator *op)
static int sequencer_add_image_strip_invoke (bContext *C, wmOperator *op, wmEvent *event)
void SEQUENCER_OT_image_strip_add (struct wmOperatorType *ot)
static int sequencer_add_effect_strip_exec (bContext *C, wmOperator *op)
static int sequencer_add_effect_strip_invoke (bContext *C, wmOperator *op, wmEvent *event)
void SEQUENCER_OT_effect_strip_add (struct wmOperatorType *ot)

Detailed Description

Definition in file sequencer_add.c.


Define Documentation

#define SELECT   1
#define SEQPROP_ENDFRAME   (1<<1)
#define SEQPROP_NOCHAN   (1<<3)
#define SEQPROP_NOPATHS   (1<<2)
#define SEQPROP_STARTFRAME   (1<<0)

Function Documentation

static void seq_load_operator_info ( SeqLoadInfo seq_load,
wmOperator op 
) [static]
static int sequencer_add_effect_strip_exec ( bContext C,
wmOperator op 
) [static]
static int sequencer_add_effect_strip_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int sequencer_add_generic_strip_exec ( bContext C,
wmOperator op,
SeqLoadFunc  seq_load_func 
) [static]
static int sequencer_add_image_strip_exec ( bContext C,
wmOperator op 
) [static]
static int sequencer_add_image_strip_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int sequencer_add_movie_strip_exec ( bContext C,
wmOperator op 
) [static]
static int sequencer_add_movie_strip_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int sequencer_add_scene_strip_exec ( bContext C,
wmOperator op 
) [static]
static int sequencer_add_scene_strip_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int sequencer_add_sound_strip_exec ( bContext C,
wmOperator op 
) [static]
static int sequencer_add_sound_strip_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static void sequencer_generic_invoke_path__internal ( bContext C,
wmOperator op,
const char *  identifier 
) [static]
static void sequencer_generic_invoke_xy__internal ( bContext C,
wmOperator op,
wmEvent event,
int  flag 
) [static]
static void sequencer_generic_props__internal ( wmOperatorType ot,
int  flag 
) [static]
void SEQUENCER_OT_effect_strip_add ( struct wmOperatorType ot)
void SEQUENCER_OT_image_strip_add ( struct wmOperatorType ot)
void SEQUENCER_OT_movie_strip_add ( struct wmOperatorType ot)
void SEQUENCER_OT_scene_strip_add ( struct wmOperatorType ot)
void SEQUENCER_OT_sound_strip_add ( struct wmOperatorType ot)