Controller for coordinating a touch selection UI More...
Header: | #include <oxideqquicktouchselectioncontroller.h> |
Instantiated By: | TouchSelectionController |
Inherits: | QObject |
enum | HandleOrientation { HandleOrientationLeft, HandleOrientationCenter, HandleOrientationRight, HandleOrientationUndefined } |
enum | Status { StatusInactive, StatusInsertionActive, StatusSelectionActive } |
|
bool | active() const |
const QRectF & | bounds() const |
QQmlComponent * | handle() const |
bool | handleDragInProgress() const |
void | hide() const |
void | setHandle(QQmlComponent *handle) |
Status | status() const |
void | activeChanged() |
void | boundsChanged() |
void | contextMenuIntercepted() |
void | handleChanged() |
void | handleDragInProgressChanged() |
void | insertionHandleTapped() |
void | statusChanged() |
Controller for coordinating a touch selection UI
Access functions:
bool | active() const |
Notifier signal:
void | activeChanged() |
Access functions:
const QRectF & | bounds() const |
Notifier signal:
void | boundsChanged() |
Access functions:
QQmlComponent * | handle() const |
void | setHandle(QQmlComponent *handle) |
Notifier signal:
void | handleChanged() |
Access functions:
bool | handleDragInProgress() const |
Notifier signal:
void | handleDragInProgressChanged() |
Access functions:
Status | status() const |
Notifier signal:
void | statusChanged() |