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