|
Blender
V3.3
|
Public Attributes | |
| SpaceLink * | slink |
| ListBase * | markers |
| short | event_type |
| short | event_val |
| int * | oldframe |
| int | evtx |
| int | firstx |
| NumInput | num |
Definition at line 720 of file anim_markers.c.
| short MarkerMove::event_type |
Definition at line 723 of file anim_markers.c.
Referenced by ed_marker_move_invoke(), and ed_marker_move_modal().
| short MarkerMove::event_val |
Definition at line 723 of file anim_markers.c.
Referenced by ed_marker_move_invoke(), and ed_marker_move_modal().
| int MarkerMove::evtx |
Definition at line 724 of file anim_markers.c.
Referenced by ed_marker_move_invoke(), and ed_marker_move_modal().
| int MarkerMove::firstx |
Definition at line 724 of file anim_markers.c.
Referenced by ed_marker_move_invoke(), and ed_marker_move_modal().
| ListBase* MarkerMove::markers |
Definition at line 722 of file anim_markers.c.
Referenced by ed_marker_move_apply(), ed_marker_move_init(), and ed_marker_move_update_header().
| NumInput MarkerMove::num |
Definition at line 725 of file anim_markers.c.
Referenced by ed_marker_move_init(), ed_marker_move_modal(), and ed_marker_move_update_header().
| int* MarkerMove::oldframe |
Definition at line 724 of file anim_markers.c.
Referenced by ed_marker_move_apply(), ed_marker_move_exit(), and ed_marker_move_init().
| SpaceLink* MarkerMove::slink |
Definition at line 721 of file anim_markers.c.
Referenced by ed_marker_move_init(), and ed_marker_move_use_time().