22 Q_INVOKABLE
static QString toPathString (
const QUrl &url);
23 Q_INVOKABLE
static QUrl localFileToQUrl (
const QString &path);
24 Q_INVOKABLE
static QString pathBasename (
const QString &path);
26 Q_INVOKABLE
static float amplitudeToDbfs (
float amplitude);
27 Q_INVOKABLE
static QStringList splitTextLines (
const QString &text);
28 Q_INVOKABLE
static QStringList removeDuplicates (
const QStringList &list);
29 Q_INVOKABLE
static QString readTextFileContent (
const QString &filePath);
31 Q_INVOKABLE
static QColor saturate (
const QColor &color,
float perc);
32 Q_INVOKABLE
static QColor makeBrighter (
const QColor &color,
float perc);
33 Q_INVOKABLE
static QColor
34 adjustOpacity (
const QColor &color,
float newOpacity);
43 Q_INVOKABLE
static QVector<gui::qquick::WaveformChannel *>
46 Q_INVOKABLE
static QVector<float>
47 getAutomationRegionValues (QObject * automationRegion,
int pixelWidth);
49 Q_INVOKABLE
static bool rectanglesIntersect (QRectF a, QRectF b);
50 Q_INVOKABLE
static bool rectanglesIntersect (QRect a, QRect b);