Blender V2.61 - r43446
Enumerations | Functions

ED_markers.h File Reference

Go to the source code of this file.

Enumerations

enum  { DRAW_MARKERS_LINES = (1<<0), DRAW_MARKERS_LOCAL = (1<<1) }

Functions

void draw_markers_time (const struct bContext *C, int flag)
ListBaseED_context_get_markers (const struct bContext *C)
ListBaseED_animcontext_get_markers (const struct bAnimContext *ac)
int ED_markers_post_apply_transform (ListBase *markers, struct Scene *scene, int mode, float value, char side)
struct TimeMarkerED_markers_find_nearest_marker (ListBase *markers, float x)
int ED_markers_find_nearest_marker_time (ListBase *markers, float x)
void ED_markers_get_minmax (ListBase *markers, short sel, float *first, float *last)
void ED_markers_make_cfra_list (ListBase *markers, ListBase *lb, short sel)
struct TimeMarkerED_markers_get_first_selected (ListBase *markers)
void ED_operatortypes_marker (void)
void ED_marker_keymap (struct wmKeyConfig *keyconf)
void ED_marker_keymap_animedit_conflictfree (struct wmKeyMap *keymap)
void debug_markers_print_list (struct ListBase *markers)

Detailed Description

Definition in file ED_markers.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
DRAW_MARKERS_LINES 
DRAW_MARKERS_LOCAL 

Definition at line 44 of file ED_markers.h.


Function Documentation

void debug_markers_print_list ( struct ListBase markers)
void draw_markers_time ( const struct bContext C,
int  flag 
)
ListBase* ED_animcontext_get_markers ( const struct bAnimContext ac)
ListBase* ED_context_get_markers ( const struct bContext C)
void ED_marker_keymap ( struct wmKeyConfig keyconf)
void ED_marker_keymap_animedit_conflictfree ( struct wmKeyMap keymap)
struct TimeMarker* ED_markers_find_nearest_marker ( ListBase markers,
float  x 
) [read]
int ED_markers_find_nearest_marker_time ( ListBase markers,
float  x 
)
struct TimeMarker* ED_markers_get_first_selected ( ListBase markers) [read]
void ED_markers_get_minmax ( ListBase markers,
short  sel,
float *  first,
float *  last 
)
void ED_markers_make_cfra_list ( ListBase markers,
ListBase lb,
short  sel 
)
int ED_markers_post_apply_transform ( ListBase markers,
struct Scene scene,
int  mode,
float  value,
char  side 
)
void ED_operatortypes_marker ( void  )