A collection of helpful utility methods.
More...
#include <controlsutils.h>
|
| | ControlsUtils (const QUrl &baseUrl, QObject *parent=nullptr) |
| |
| Q_INVOKABLE qreal | scale (qreal percent, qreal start, qreal end) |
| |
A collection of helpful utility methods.
◆ ControlsUtils()
| ControlsUtils::ControlsUtils |
( |
const QUrl & |
baseUrl, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ create()
| ControlsUtils * ControlsUtils::create |
( |
QQmlEngine * |
engine, |
|
|
QJSEngine * |
jsEngine |
|
) |
| |
|
static |
◆ scale()
| qreal ControlsUtils::scale |
( |
qreal |
percent, |
|
|
qreal |
start, |
|
|
qreal |
end |
|
) |
| |
Scale percent in the range between start and end.
The documentation for this class was generated from the following files: