~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to source/blender/editors/space_clip/clip_intern.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
 
113
113
void CLIP_OT_set_scene_frames(wmOperatorType *ot);
114
114
 
 
115
void CLIP_OT_cursor_set(struct wmOperatorType *ot);
 
116
 
115
117
/* clip_toolbar.c */
116
118
struct ARegion *ED_clip_has_properties_region(struct ScrArea *sa);
117
119
void CLIP_OT_tools(struct wmOperatorType *ot);
132
134
void clip_graph_tracking_iterate(struct SpaceClip *sc, int selected_only, int include_hidden, void *userdata,
133
135
                                 void (*func)(void *userdata, struct MovieTrackingMarker *marker));
134
136
 
135
 
void clip_delete_track(struct bContext *C, struct MovieClip *clip, struct ListBase *tracksbase, struct MovieTrackingTrack *track);
136
 
void clip_delete_marker(struct bContext *C, struct MovieClip *clip, struct ListBase *tracksbase, struct MovieTrackingTrack *track, struct MovieTrackingMarker *marker);
 
137
void clip_delete_track(struct bContext *C, struct MovieClip *clip, struct MovieTrackingTrack *track);
 
138
void clip_delete_marker(struct bContext *C, struct MovieClip *clip, struct MovieTrackingTrack *track, struct MovieTrackingMarker *marker);
137
139
 
138
140
void clip_view_center_to_point(SpaceClip *sc, float x, float y);
139
141
 
193
195
void CLIP_OT_copy_tracks(struct wmOperatorType *ot);
194
196
void CLIP_OT_paste_tracks(struct wmOperatorType *ot);
195
197
 
 
198
void CLIP_OT_create_plane_track(struct wmOperatorType *ot);
 
199
void CLIP_OT_slide_plane_marker(struct wmOperatorType *ot);
 
200
 
 
201
void CLIP_OT_keyframe_insert(struct wmOperatorType *ot);
 
202
void CLIP_OT_keyframe_delete(struct wmOperatorType *ot);
 
203
 
196
204
/* tracking_select.c */
197
205
void CLIP_OT_select(struct wmOperatorType *ot);
198
206
void CLIP_OT_select_all(struct wmOperatorType *ot);