Blender V2.61 - r43446
Enumerations | Functions | Variables

graph_intern.h File Reference

Go to the source code of this file.

Enumerations

enum  { GRAPHKEYS_LRSEL_TEST = 0, GRAPHKEYS_LRSEL_LEFT, GRAPHKEYS_LRSEL_RIGHT }
enum  { GRAPHKEYS_COLUMNSEL_KEYS = 0, GRAPHKEYS_COLUMNSEL_CFRA, GRAPHKEYS_COLUMNSEL_MARKERS_COLUMN, GRAPHKEYS_COLUMNSEL_MARKERS_BETWEEN }
enum  {
  GRAPHKEYS_SNAP_CFRA = 1, GRAPHKEYS_SNAP_NEAREST_FRAME, GRAPHKEYS_SNAP_NEAREST_SECOND, GRAPHKEYS_SNAP_NEAREST_MARKER,
  GRAPHKEYS_SNAP_HORIZONTAL, GRAPHKEYS_SNAP_VALUE
}
enum  {
  GRAPHKEYS_MIRROR_CFRA = 1, GRAPHKEYS_MIRROR_YAXIS, GRAPHKEYS_MIRROR_XAXIS, GRAPHKEYS_MIRROR_MARKER,
  GRAPHKEYS_MIRROR_VALUE
}

Functions

struct ARegiongraph_has_buttons_region (struct ScrArea *sa)
void graph_draw_channel_names (struct bContext *C, struct bAnimContext *ac, struct ARegion *ar)
void graph_draw_curves (struct bAnimContext *ac, struct SpaceIpo *sipo, struct ARegion *ar, struct View2DGrid *grid, short sel)
void graph_draw_ghost_curves (struct bAnimContext *ac, struct SpaceIpo *sipo, struct ARegion *ar)
void GRAPH_OT_select_all_toggle (struct wmOperatorType *ot)
void GRAPH_OT_select_border (struct wmOperatorType *ot)
void GRAPH_OT_select_column (struct wmOperatorType *ot)
void GRAPH_OT_select_linked (struct wmOperatorType *ot)
void GRAPH_OT_select_more (struct wmOperatorType *ot)
void GRAPH_OT_select_less (struct wmOperatorType *ot)
void GRAPH_OT_select_leftright (struct wmOperatorType *ot)
void GRAPH_OT_clickselect (struct wmOperatorType *ot)
void get_graph_keyframe_extents (struct bAnimContext *ac, float *xmin, float *xmax, float *ymin, float *ymax, const short do_selected)
void GRAPH_OT_previewrange_set (struct wmOperatorType *ot)
void GRAPH_OT_view_all (struct wmOperatorType *ot)
void GRAPH_OT_view_selected (struct wmOperatorType *ot)
void GRAPH_OT_click_insert (struct wmOperatorType *ot)
void GRAPH_OT_keyframe_insert (struct wmOperatorType *ot)
void GRAPH_OT_copy (struct wmOperatorType *ot)
void GRAPH_OT_paste (struct wmOperatorType *ot)
void GRAPH_OT_duplicate (struct wmOperatorType *ot)
void GRAPH_OT_delete (struct wmOperatorType *ot)
void GRAPH_OT_clean (struct wmOperatorType *ot)
void GRAPH_OT_sample (struct wmOperatorType *ot)
void GRAPH_OT_bake (struct wmOperatorType *ot)
void GRAPH_OT_sound_bake (struct wmOperatorType *ot)
void GRAPH_OT_smooth (struct wmOperatorType *ot)
void GRAPH_OT_euler_filter (struct wmOperatorType *ot)
void GRAPH_OT_handle_type (struct wmOperatorType *ot)
void GRAPH_OT_interpolation_type (struct wmOperatorType *ot)
void GRAPH_OT_extrapolation_type (struct wmOperatorType *ot)
void GRAPH_OT_frame_jump (struct wmOperatorType *ot)
void GRAPH_OT_snap (struct wmOperatorType *ot)
void GRAPH_OT_mirror (struct wmOperatorType *ot)
void GRAPH_OT_fmodifier_add (struct wmOperatorType *ot)
void GRAPH_OT_fmodifier_copy (struct wmOperatorType *ot)
void GRAPH_OT_fmodifier_paste (struct wmOperatorType *ot)
void GRAPH_OT_ghost_curves_create (struct wmOperatorType *ot)
void GRAPH_OT_ghost_curves_clear (struct wmOperatorType *ot)
void GRAPH_OT_properties (struct wmOperatorType *ot)
void graph_buttons_register (struct ARegionType *art)
struct bAnimListElemget_active_fcurve_channel (struct bAnimContext *ac)
short fcurve_needs_draw_fmodifier_controls (struct FCurve *fcu, struct FModifier *fcm)
int graphop_visible_keyframes_poll (struct bContext *C)
int graphop_editable_keyframes_poll (struct bContext *C)
int graphop_active_fcurve_poll (struct bContext *C)
int graphop_selected_fcurve_poll (struct bContext *C)
void graphedit_keymap (struct wmKeyConfig *keyconf)
void graphedit_operatortypes (void)

Variables

enum { ... }  eGraphKeys_LeftRightSelect_Mode
enum { ... }  eGraphKeys_ColumnSelect_Mode
enum { ... }  eGraphKeys_Snap_Mode
enum { ... }  eGraphKeys_Mirror_Mode

Detailed Description

Definition in file graph_intern.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
GRAPHKEYS_LRSEL_TEST 
GRAPHKEYS_LRSEL_LEFT 
GRAPHKEYS_LRSEL_RIGHT 

Definition at line 72 of file graph_intern.h.

anonymous enum
Enumerator:
GRAPHKEYS_COLUMNSEL_KEYS 
GRAPHKEYS_COLUMNSEL_CFRA 
GRAPHKEYS_COLUMNSEL_MARKERS_COLUMN 
GRAPHKEYS_COLUMNSEL_MARKERS_BETWEEN 

Definition at line 79 of file graph_intern.h.

anonymous enum
Enumerator:
GRAPHKEYS_SNAP_CFRA 
GRAPHKEYS_SNAP_NEAREST_FRAME 
GRAPHKEYS_SNAP_NEAREST_SECOND 
GRAPHKEYS_SNAP_NEAREST_MARKER 
GRAPHKEYS_SNAP_HORIZONTAL 
GRAPHKEYS_SNAP_VALUE 

Definition at line 121 of file graph_intern.h.

anonymous enum
Enumerator:
GRAPHKEYS_MIRROR_CFRA 
GRAPHKEYS_MIRROR_YAXIS 
GRAPHKEYS_MIRROR_XAXIS 
GRAPHKEYS_MIRROR_MARKER 
GRAPHKEYS_MIRROR_VALUE 

Definition at line 133 of file graph_intern.h.


Function Documentation

short fcurve_needs_draw_fmodifier_controls ( struct FCurve fcu,
struct FModifier fcm 
)
struct bAnimListElem* get_active_fcurve_channel ( struct bAnimContext ac) [read]
void get_graph_keyframe_extents ( struct bAnimContext ac,
float *  xmin,
float *  xmax,
float *  ymin,
float *  ymax,
const short  do_selected 
)
void graph_buttons_register ( struct ARegionType art)
void graph_draw_channel_names ( struct bContext C,
struct bAnimContext ac,
struct ARegion ar 
)
void graph_draw_curves ( struct bAnimContext ac,
struct SpaceIpo sipo,
struct ARegion ar,
struct View2DGrid grid,
short  sel 
)
void graph_draw_ghost_curves ( struct bAnimContext ac,
struct SpaceIpo sipo,
struct ARegion ar 
)
struct ARegion* graph_has_buttons_region ( struct ScrArea sa) [read]
void GRAPH_OT_bake ( struct wmOperatorType ot)
void GRAPH_OT_clean ( struct wmOperatorType ot)
void GRAPH_OT_click_insert ( struct wmOperatorType ot)
void GRAPH_OT_clickselect ( struct wmOperatorType ot)
void GRAPH_OT_copy ( struct wmOperatorType ot)
void GRAPH_OT_delete ( struct wmOperatorType ot)
void GRAPH_OT_duplicate ( struct wmOperatorType ot)
void GRAPH_OT_euler_filter ( struct wmOperatorType ot)
void GRAPH_OT_extrapolation_type ( struct wmOperatorType ot)
void GRAPH_OT_fmodifier_add ( struct wmOperatorType ot)
void GRAPH_OT_fmodifier_copy ( struct wmOperatorType ot)
void GRAPH_OT_fmodifier_paste ( struct wmOperatorType ot)
void GRAPH_OT_frame_jump ( struct wmOperatorType ot)
void GRAPH_OT_ghost_curves_clear ( struct wmOperatorType ot)
void GRAPH_OT_ghost_curves_create ( struct wmOperatorType ot)
void GRAPH_OT_handle_type ( struct wmOperatorType ot)
void GRAPH_OT_interpolation_type ( struct wmOperatorType ot)
void GRAPH_OT_keyframe_insert ( struct wmOperatorType ot)
void GRAPH_OT_mirror ( struct wmOperatorType ot)
void GRAPH_OT_paste ( struct wmOperatorType ot)
void GRAPH_OT_previewrange_set ( struct wmOperatorType ot)
void GRAPH_OT_properties ( struct wmOperatorType ot)
void GRAPH_OT_sample ( struct wmOperatorType ot)
void GRAPH_OT_select_all_toggle ( struct wmOperatorType ot)
void GRAPH_OT_select_border ( struct wmOperatorType ot)
void GRAPH_OT_select_column ( struct wmOperatorType ot)
void GRAPH_OT_select_leftright ( struct wmOperatorType ot)
void GRAPH_OT_select_less ( struct wmOperatorType ot)
void GRAPH_OT_select_linked ( struct wmOperatorType ot)
void GRAPH_OT_select_more ( struct wmOperatorType ot)
void GRAPH_OT_smooth ( struct wmOperatorType ot)
void GRAPH_OT_snap ( struct wmOperatorType ot)
void GRAPH_OT_sound_bake ( struct wmOperatorType ot)
void GRAPH_OT_view_all ( struct wmOperatorType ot)
void GRAPH_OT_view_selected ( struct wmOperatorType ot)
void graphedit_keymap ( struct wmKeyConfig keyconf)
void graphedit_operatortypes ( void  )
int graphop_active_fcurve_poll ( struct bContext C)
int graphop_editable_keyframes_poll ( struct bContext C)
int graphop_selected_fcurve_poll ( struct bContext C)
int graphop_visible_keyframes_poll ( struct bContext C)

Variable Documentation

enum { ... } eGraphKeys_Mirror_Mode
enum { ... } eGraphKeys_Snap_Mode