4#ifndef QQUICKCONTAINER_P_H
5#define QQUICKCONTAINER_P_H
18#include <QtQuickTemplates2/private/qquickcontrol_p.h>
19#include <QtQml/qqmllist.h>
32 Q_PROPERTY(
int currentIndex READ currentIndex WRITE setCurrentIndex NOTIFY currentIndexChanged FINAL)
35 Q_PROPERTY(
qreal contentWidth READ contentWidth WRITE setContentWidth RESET resetContentWidth NOTIFY contentWidthChanged FINAL REVISION(2, 5))
36 Q_PROPERTY(
qreal contentHeight READ contentHeight WRITE setContentHeight RESET resetContentHeight NOTIFY contentHeightChanged FINAL REVISION(2, 5))
58 int currentIndex() const;
62 qreal contentWidth() const;
64 void resetContentWidth();
66 qreal contentHeight() const;
68 void resetContentHeight();
71 void setCurrentIndex(
int index);
78 void contentChildrenChanged();
79 void currentIndexChanged();
80 void currentItemChanged();
88 void componentComplete() override;
The QQmlListProperty class allows applications to expose list-like properties of QObject-derived clas...
Q_REVISION(2, 3) Q_INVOKABLE QQuickItem *takeItem(int index)
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
ItemChange
Used in conjunction with QQuickItem::itemChange() to notify the item about certain types of changes.
Combined button and popup list for selecting options.
GLint GLsizei GLsizei height
GLenum GLenum GLsizei count
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
#define QML_DECLARE_TYPE(TYPE)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent