4#ifndef QQUICKSELECTIONRECTANGLE_P_H
5#define QQUICKSELECTIONRECTANGLE_P_H
18#include <QtQuick/qquickitem.h>
19#include <QtQuickTemplates2/private/qquickcontrol_p.h>
30 Q_PROPERTY(
SelectionMode selectionMode READ selectionMode WRITE setSelectionMode NOTIFY selectionModeChanged FINAL)
32 Q_PROPERTY(
QQmlComponent *topLeftHandle READ topLeftHandle WRITE setTopLeftHandle NOTIFY topLeftHandleChanged FINAL)
33 Q_PROPERTY(
QQmlComponent *bottomRightHandle READ bottomRightHandle WRITE setBottomRightHandle NOTIFY bottomRightHandleChanged FINAL)
34 Q_PROPERTY(
bool active READ active NOTIFY activeChanged FINAL)
35 Q_PROPERTY(
bool dragging READ dragging NOTIFY draggingChanged FINAL)
73 void selectionModeChanged();
84 Q_PROPERTY(
bool dragging READ dragging NOTIFY draggingChanged FINAL)
92 bool dragging()
const;
93 void setDragging(
bool dragging);
101 bool m_dragging =
false;
The QQmlComponent class encapsulates a QML component definition.
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
void bottomRightHandleChanged()
void topLeftHandleChanged()
Combined button and popup list for selecting options.
#define QML_DECLARE_TYPE(TYPE)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
#define QML_ATTACHED(ATTACHED_TYPE)
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent