19 Q_INVOKABLE
static QString toPathString (
const QUrl &url);
20 Q_INVOKABLE
static QUrl localFileToQUrl (
const QString &path);
22 Q_INVOKABLE
static float amplitudeToDbfs (
float amplitude);
23 Q_INVOKABLE
static QStringList splitTextLines (
const QString &text);
24 Q_INVOKABLE
static QStringList removeDuplicates (
const QStringList &list);
25 Q_INVOKABLE
static QString readTextFileContent (
const QString &filePath);
27 Q_INVOKABLE
static QColor saturate (
const QColor &color,
float perc);
28 Q_INVOKABLE
static QColor makeBrighter (
const QColor &color,
float perc);
29 Q_INVOKABLE
static QColor
30 adjustOpacity (
const QColor &color,
float newOpacity);
39 Q_INVOKABLE
static QVector<gui::WaveformChannel *>
42 Q_INVOKABLE
static QVector<float>
43 getAutomationRegionValues (QObject * automationRegion,
int pixelWidth);
45 Q_INVOKABLE
static bool rectanglesIntersect (QRectF a, QRectF b);
46 Q_INVOKABLE
static bool rectanglesIntersect (QRect a, QRect b);