#include "timeline.h"
#include <QTime>
#include <QScrollBar>
#include <QtMath>
#include <QGuiApplication>
#include <QScreen>
#include <QPainter>
#include <QInputDialog>
#include <QMessageBox>
#include <QCheckBox>
#include <QPushButton>
#include <QHBoxLayout>
#include <QSplitter>
#include <QStatusBar>
#include "global/global.h"
#include "panels/panels.h"
#include "project/projectelements.h"
#include "ui/timelinewidget.h"
#include "ui/icons.h"
#include "ui/viewerwidget.h"
#include "rendering/audio.h"
#include "rendering/cacher.h"
#include "rendering/renderfunctions.h"
#include "global/config.h"
#include "project/clipboard.h"
#include "ui/timelineheader.h"
#include "ui/resizablescrollbar.h"
#include "ui/audiomonitor.h"
#include "ui/flowlayout.h"
#include "ui/cursors.h"
#include "ui/mainwindow.h"
#include "undo/undostack.h"
#include "global/debug.h"
#include "ui/menu.h"
Functions | |
void | ripple_clips (ComboAction *ca, Sequence *s, long point, long length, const QVector< int > &ignore) |
bool | selection_contains_transition (const Selection &s, Clip *c, int type) |
long | getFrameFromScreenPoint (double zoom, int x) |
int | getScreenPointFromFrame (double zoom, long frame) |
long getFrameFromScreenPoint | ( | double | zoom, |
int | x | ||
) |
int getScreenPointFromFrame | ( | double | zoom, |
long | frame | ||
) |
void ripple_clips | ( | ComboAction * | ca, |
Sequence * | s, | ||
long | point, | ||
long | length, | ||
const QVector< int > & | ignore | ||
) |