Home
last modified time | relevance | path

Searched refs:getClipIndexFromCoords (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/olive/olive-0.1.2/ui/
H A Dtimelinewidget.h80 int getClipIndexFromCoords(long frame, int track);
H A Dtimelinewidget.cpp587 …int clip_index = getClipIndexFromCoords(panel_timeline->cursor_frame, panel_timeline->cursor_track… in mouseDoubleClickEvent()
599 …int clip_index = getClipIndexFromCoords(panel_timeline->cursor_frame, panel_timeline->cursor_track… in mouseDoubleClickEvent()
641 getClipIndexFromCoords(panel_timeline->cursor_frame, panel_timeline->cursor_track) in mousePressEvent()
1536 …int split_index = getClipIndexFromCoords(panel_timeline->drag_frame_start, panel_timeline->split_t… in mouseReleaseEvent()
2415 …int clip_index = getClipIndexFromCoords(panel_timeline->drag_frame_start, panel_timeline->split_tr… in mouseMoveEvent()
2745 if (getClipIndexFromCoords(panel_timeline->cursor_frame, panel_timeline->cursor_track) > -1) { in mouseMoveEvent()
2796 …int mouse_clip = getClipIndexFromCoords(panel_timeline->cursor_frame, panel_timeline->cursor_track… in mouseMoveEvent()
2825 …panel_timeline->transition_tool_open_clip = getClipIndexFromCoords(c->timeline_out()+1, c->track()… in mouseMoveEvent()
2831 …panel_timeline->transition_tool_close_clip = getClipIndexFromCoords(c->timeline_in()-1, c->track()… in mouseMoveEvent()
3468 int TimelineWidget::getClipIndexFromCoords(long frame, int track) { in getClipIndexFromCoords() function in TimelineWidget