4#ifndef QQUICKPAGEINDICATOR_P_H
5#define QQUICKPAGEINDICATOR_P_H
18#include <QtQuickTemplates2/private/qquickcontrol_p.h>
29 Q_PROPERTY(
int currentIndex READ currentIndex WRITE setCurrentIndex NOTIFY currentIndexChanged FINAL)
30 Q_PROPERTY(
bool interactive READ isInteractive WRITE setInteractive NOTIFY interactiveChanged FINAL)
40 void setCount(
int count);
42 int currentIndex()
const;
43 void setCurrentIndex(
int index);
45 bool isInteractive()
const;
46 void setInteractive(
bool interactive);
60#if QT_CONFIG(quicktemplates2_multitouch)
64#if QT_CONFIG(accessibility)
65 QAccessible::Role accessibleRole()
const override;
The QQmlComponent class encapsulates a QML component definition.
virtual void contentItemChange(QQuickItem *newItem, QQuickItem *oldItem)
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
virtual void touchEvent(QTouchEvent *event)
This event handler can be reimplemented in a subclass to receive touch events for an item.
Indicates the currently active page.
void interactiveChanged()
void currentIndexChanged()
The QTouchEvent class contains parameters that describe a touch event.
Combined button and popup list for selecting options.
GLenum GLenum GLsizei count
#define QML_DECLARE_TYPE(TYPE)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent