Blender V2.61 - r43446
Enumerations | Functions | Variables

nla_intern.h File Reference

Go to the source code of this file.

Enumerations

enum  { NLAEDIT_LRSEL_TEST = -1, NLAEDIT_LRSEL_NONE, NLAEDIT_LRSEL_LEFT, NLAEDIT_LRSEL_RIGHT }
enum  { NLAEDIT_SNAP_CFRA = 1, NLAEDIT_SNAP_NEAREST_FRAME, NLAEDIT_SNAP_NEAREST_SECOND, NLAEDIT_SNAP_NEAREST_MARKER }

Functions

ARegionnla_has_buttons_region (ScrArea *sa)
void nla_buttons_register (ARegionType *art)
void NLA_OT_properties (wmOperatorType *ot)
void draw_nla_main_data (bAnimContext *ac, SpaceNla *snla, ARegion *ar)
void draw_nla_channel_list (bContext *C, bAnimContext *ac, ARegion *ar)
void NLA_OT_select_all_toggle (wmOperatorType *ot)
void NLA_OT_select_border (wmOperatorType *ot)
void NLA_OT_select_leftright (wmOperatorType *ot)
void NLA_OT_click_select (wmOperatorType *ot)
void NLA_OT_tweakmode_enter (wmOperatorType *ot)
void NLA_OT_tweakmode_exit (wmOperatorType *ot)
void NLA_OT_view_all (wmOperatorType *ot)
void NLA_OT_view_selected (wmOperatorType *ot)
void NLA_OT_actionclip_add (wmOperatorType *ot)
void NLA_OT_transition_add (wmOperatorType *ot)
void NLA_OT_soundclip_add (wmOperatorType *ot)
void NLA_OT_meta_add (wmOperatorType *ot)
void NLA_OT_meta_remove (wmOperatorType *ot)
void NLA_OT_duplicate (wmOperatorType *ot)
void NLA_OT_delete (wmOperatorType *ot)
void NLA_OT_split (wmOperatorType *ot)
void NLA_OT_mute_toggle (wmOperatorType *ot)
void NLA_OT_swap (wmOperatorType *ot)
void NLA_OT_move_up (wmOperatorType *ot)
void NLA_OT_move_down (wmOperatorType *ot)
void NLA_OT_action_sync_length (wmOperatorType *ot)
void NLA_OT_apply_scale (wmOperatorType *ot)
void NLA_OT_clear_scale (wmOperatorType *ot)
void NLA_OT_snap (wmOperatorType *ot)
void NLA_OT_fmodifier_add (wmOperatorType *ot)
void NLA_OT_fmodifier_copy (wmOperatorType *ot)
void NLA_OT_fmodifier_paste (wmOperatorType *ot)
void NLA_OT_channels_click (wmOperatorType *ot)
void NLA_OT_tracks_add (wmOperatorType *ot)
void NLA_OT_delete_tracks (wmOperatorType *ot)
int nlaop_poll_tweakmode_off (bContext *C)
int nlaop_poll_tweakmode_on (bContext *C)
short nlaedit_is_tweakmode_on (bAnimContext *ac)
void nla_operatortypes (void)
void nla_keymap (wmKeyConfig *keyconf)

Variables

enum { ... }  eNlaEdit_LeftRightSelect_Mode
enum { ... }  eNlaEdit_Snap_Mode

Detailed Description

Definition in file nla_intern.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
NLAEDIT_LRSEL_TEST 
NLAEDIT_LRSEL_NONE 
NLAEDIT_LRSEL_LEFT 
NLAEDIT_LRSEL_RIGHT 

Definition at line 57 of file nla_intern.h.

anonymous enum
Enumerator:
NLAEDIT_SNAP_CFRA 
NLAEDIT_SNAP_NEAREST_FRAME 
NLAEDIT_SNAP_NEAREST_SECOND 
NLAEDIT_SNAP_NEAREST_MARKER 

Definition at line 76 of file nla_intern.h.


Function Documentation

void draw_nla_channel_list ( bContext C,
bAnimContext ac,
ARegion ar 
)
void draw_nla_main_data ( bAnimContext ac,
SpaceNla snla,
ARegion ar 
)
void nla_buttons_register ( ARegionType art)
ARegion* nla_has_buttons_region ( ScrArea sa)
void nla_keymap ( wmKeyConfig keyconf)
void nla_operatortypes ( void  )
void NLA_OT_action_sync_length ( wmOperatorType ot)
void NLA_OT_actionclip_add ( wmOperatorType ot)
void NLA_OT_apply_scale ( wmOperatorType ot)
void NLA_OT_channels_click ( wmOperatorType ot)
void NLA_OT_clear_scale ( wmOperatorType ot)
void NLA_OT_click_select ( wmOperatorType ot)
void NLA_OT_delete ( wmOperatorType ot)
void NLA_OT_delete_tracks ( wmOperatorType ot)
void NLA_OT_duplicate ( wmOperatorType ot)
void NLA_OT_fmodifier_add ( wmOperatorType ot)
void NLA_OT_fmodifier_copy ( wmOperatorType ot)
void NLA_OT_fmodifier_paste ( wmOperatorType ot)
void NLA_OT_meta_add ( wmOperatorType ot)
void NLA_OT_meta_remove ( wmOperatorType ot)
void NLA_OT_move_down ( wmOperatorType ot)
void NLA_OT_move_up ( wmOperatorType ot)
void NLA_OT_mute_toggle ( wmOperatorType ot)
void NLA_OT_properties ( wmOperatorType ot)
void NLA_OT_select_all_toggle ( wmOperatorType ot)
void NLA_OT_select_border ( wmOperatorType ot)
void NLA_OT_select_leftright ( wmOperatorType ot)
void NLA_OT_snap ( wmOperatorType ot)
void NLA_OT_soundclip_add ( wmOperatorType ot)
void NLA_OT_split ( wmOperatorType ot)
void NLA_OT_swap ( wmOperatorType ot)
void NLA_OT_tracks_add ( wmOperatorType ot)
void NLA_OT_transition_add ( wmOperatorType ot)
void NLA_OT_tweakmode_enter ( wmOperatorType ot)
void NLA_OT_tweakmode_exit ( wmOperatorType ot)
void NLA_OT_view_all ( wmOperatorType ot)
void NLA_OT_view_selected ( wmOperatorType ot)
short nlaedit_is_tweakmode_on ( bAnimContext ac)

Definition at line 105 of file nla_ops.c.

References Scene::flag, SCE_NLA_EDIT_ON, and bAnimContext::scene.

Referenced by mouse_nla_channels().

int nlaop_poll_tweakmode_off ( bContext C)
int nlaop_poll_tweakmode_on ( bContext C)

Definition at line 83 of file nla_ops.c.

References CTX_data_scene(), ED_operator_nla_active(), Scene::flag, NULL, and SCE_NLA_EDIT_ON.

Referenced by NLA_OT_tweakmode_exit().


Variable Documentation

enum { ... } eNlaEdit_Snap_Mode