Blender V2.61 - r43446
Enumerations | Functions | Variables

action_intern.h File Reference

Go to the source code of this file.

Enumerations

enum  { ACTKEYS_LRSEL_TEST = 0, ACTKEYS_LRSEL_LEFT, ACTKEYS_LRSEL_RIGHT }
enum  { ACTKEYS_COLUMNSEL_KEYS = 0, ACTKEYS_COLUMNSEL_CFRA, ACTKEYS_COLUMNSEL_MARKERS_COLUMN, ACTKEYS_COLUMNSEL_MARKERS_BETWEEN }
enum  { ACTKEYS_SNAP_CFRA = 1, ACTKEYS_SNAP_NEAREST_FRAME, ACTKEYS_SNAP_NEAREST_SECOND, ACTKEYS_SNAP_NEAREST_MARKER }
enum  { ACTKEYS_MIRROR_CFRA = 1, ACTKEYS_MIRROR_YAXIS, ACTKEYS_MIRROR_XAXIS, ACTKEYS_MIRROR_MARKER }

Functions

void draw_channel_names (struct bContext *C, struct bAnimContext *ac, struct ARegion *ar)
void draw_channel_strips (struct bAnimContext *ac, struct SpaceAction *saction, struct ARegion *ar)
struct ActKeysInc * init_aki_data (struct bAnimContext *ac, struct bAnimListElem *ale)
void action_header_buttons (const struct bContext *C, struct ARegion *ar)
void ACTION_OT_select_all_toggle (struct wmOperatorType *ot)
void ACTION_OT_select_border (struct wmOperatorType *ot)
void ACTION_OT_select_column (struct wmOperatorType *ot)
void ACTION_OT_select_linked (struct wmOperatorType *ot)
void ACTION_OT_select_more (struct wmOperatorType *ot)
void ACTION_OT_select_less (struct wmOperatorType *ot)
void ACTION_OT_select_leftright (struct wmOperatorType *ot)
void ACTION_OT_clickselect (struct wmOperatorType *ot)
void ACTION_OT_previewrange_set (struct wmOperatorType *ot)
void ACTION_OT_view_all (struct wmOperatorType *ot)
void ACTION_OT_view_selected (struct wmOperatorType *ot)
void ACTION_OT_copy (struct wmOperatorType *ot)
void ACTION_OT_paste (struct wmOperatorType *ot)
void ACTION_OT_keyframe_insert (struct wmOperatorType *ot)
void ACTION_OT_duplicate (struct wmOperatorType *ot)
void ACTION_OT_delete (struct wmOperatorType *ot)
void ACTION_OT_clean (struct wmOperatorType *ot)
void ACTION_OT_sample (struct wmOperatorType *ot)
void ACTION_OT_keyframe_type (struct wmOperatorType *ot)
void ACTION_OT_handle_type (struct wmOperatorType *ot)
void ACTION_OT_interpolation_type (struct wmOperatorType *ot)
void ACTION_OT_extrapolation_type (struct wmOperatorType *ot)
void ACTION_OT_frame_jump (struct wmOperatorType *ot)
void ACTION_OT_snap (struct wmOperatorType *ot)
void ACTION_OT_mirror (struct wmOperatorType *ot)
void ACTION_OT_new (struct wmOperatorType *ot)
void ACTION_OT_markers_make_local (struct wmOperatorType *ot)
void action_operatortypes (void)
void action_keymap (struct wmKeyConfig *keyconf)

Variables

enum { ... }  eActKeys_LeftRightSelect_Mode
enum { ... }  eActKeys_ColumnSelect_Mode
enum { ... }  eActKeys_Snap_Mode
enum { ... }  eActKeys_Mirror_Mode

Detailed Description

Definition in file action_intern.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
ACTKEYS_LRSEL_TEST 
ACTKEYS_LRSEL_LEFT 
ACTKEYS_LRSEL_RIGHT 

Definition at line 69 of file action_intern.h.

anonymous enum
Enumerator:
ACTKEYS_COLUMNSEL_KEYS 
ACTKEYS_COLUMNSEL_CFRA 
ACTKEYS_COLUMNSEL_MARKERS_COLUMN 
ACTKEYS_COLUMNSEL_MARKERS_BETWEEN 

Definition at line 76 of file action_intern.h.

anonymous enum
Enumerator:
ACTKEYS_SNAP_CFRA 
ACTKEYS_SNAP_NEAREST_FRAME 
ACTKEYS_SNAP_NEAREST_SECOND 
ACTKEYS_SNAP_NEAREST_MARKER 

Definition at line 116 of file action_intern.h.

anonymous enum
Enumerator:
ACTKEYS_MIRROR_CFRA 
ACTKEYS_MIRROR_YAXIS 
ACTKEYS_MIRROR_XAXIS 
ACTKEYS_MIRROR_MARKER 

Definition at line 126 of file action_intern.h.


Function Documentation

void action_header_buttons ( const struct bContext C,
struct ARegion ar 
)
void action_keymap ( struct wmKeyConfig keyconf)

Definition at line 217 of file action_ops.c.

References action_keymap_keyframes(), SPACE_ACTION, and WM_keymap_find().

Referenced by ED_spacetype_action().

void action_operatortypes ( void  )
void ACTION_OT_clean ( struct wmOperatorType ot)
void ACTION_OT_clickselect ( struct wmOperatorType ot)
void ACTION_OT_copy ( struct wmOperatorType ot)
void ACTION_OT_delete ( struct wmOperatorType ot)
void ACTION_OT_duplicate ( struct wmOperatorType ot)
void ACTION_OT_extrapolation_type ( struct wmOperatorType ot)
void ACTION_OT_frame_jump ( struct wmOperatorType ot)
void ACTION_OT_handle_type ( struct wmOperatorType ot)
void ACTION_OT_interpolation_type ( struct wmOperatorType ot)
void ACTION_OT_keyframe_insert ( struct wmOperatorType ot)
void ACTION_OT_keyframe_type ( struct wmOperatorType ot)
void ACTION_OT_markers_make_local ( struct wmOperatorType ot)
void ACTION_OT_mirror ( struct wmOperatorType ot)
void ACTION_OT_new ( struct wmOperatorType ot)
void ACTION_OT_paste ( struct wmOperatorType ot)
void ACTION_OT_previewrange_set ( struct wmOperatorType ot)
void ACTION_OT_sample ( struct wmOperatorType ot)
void ACTION_OT_select_all_toggle ( struct wmOperatorType ot)
void ACTION_OT_select_border ( struct wmOperatorType ot)
void ACTION_OT_select_column ( struct wmOperatorType ot)
void ACTION_OT_select_leftright ( struct wmOperatorType ot)
void ACTION_OT_select_less ( struct wmOperatorType ot)
void ACTION_OT_select_linked ( struct wmOperatorType ot)
void ACTION_OT_select_more ( struct wmOperatorType ot)
void ACTION_OT_snap ( struct wmOperatorType ot)
void ACTION_OT_view_all ( struct wmOperatorType ot)
void ACTION_OT_view_selected ( struct wmOperatorType ot)
void draw_channel_names ( struct bContext C,
struct bAnimContext ac,
struct ARegion ar 
)
void draw_channel_strips ( struct bAnimContext ac,
struct SpaceAction saction,
struct ARegion ar 
)
struct ActKeysInc* init_aki_data ( struct bAnimContext ac,
struct bAnimListElem ale 
) [read]

Variable Documentation

enum { ... } eActKeys_Mirror_Mode
enum { ... } eActKeys_Snap_Mode