![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qquickrangeslider_p.h"#include "qquickcontrol_p_p.h"#include "qquickdeferredexecute_p_p.h"#include <QtCore/qscopedpointer.h>#include <QtQuick/private/qquickwindow_p.h>#include <QtQuickTemplates2/private/qtquicktemplates2math_p.h>#include "moc_qquickrangeslider_p.cpp"Go to the source code of this file.
Classes | |
| class | QQuickRangeSliderNodePrivate |
| Used to select a range of values by sliding two handles along a track. More... | |
| class | QQuickRangeSliderPrivate |
Functions | |
| static qreal | valueAt (const QQuickRangeSlider *slider, qreal position) |
| static qreal | snapPosition (const QQuickRangeSlider *slider, qreal position) |
| static qreal | positionAt (const QQuickRangeSlider *slider, QQuickItem *handle, const QPointF &point) |
Variables | |
| static const qreal | defaultFrom = 0.0 |
| static const qreal | defaultTo = 1.0 |
|
static |
Definition at line 404 of file qquickrangeslider.cpp.
|
static |
Definition at line 391 of file qquickrangeslider.cpp.
|
static |
Definition at line 380 of file qquickrangeslider.cpp.
|
static |
Definition at line 339 of file qquickrangeslider.cpp.
|
static |
Definition at line 340 of file qquickrangeslider.cpp.