4#ifndef QQUICKGRIDVIEW_P_H 
    5#define QQUICKGRIDVIEW_P_H 
   18#include <QtQuick/private/qtquickglobal_p.h> 
   33    Q_PROPERTY(
Flow flow READ flow WRITE setFlow NOTIFY flowChanged FINAL)
 
   34    Q_PROPERTY(
qreal cellWidth READ cellWidth WRITE setCellWidth NOTIFY cellWidthChanged FINAL)
 
   35    Q_PROPERTY(
qreal cellHeight READ cellHeight WRITE setCellHeight NOTIFY cellHeightChanged FINAL)
 
   37    Q_PROPERTY(
SnapMode snapMode READ snapMode WRITE setSnapMode NOTIFY snapModeChanged FINAL)
 
   47        FlowTopToBottom = TopToBottom
 
   59    qreal cellWidth() 
const;
 
   60    void setCellWidth(
qreal);
 
   62    qreal cellHeight() 
const;
 
   63    void setCellHeight(
qreal);
 
   67    SnapMode snapMode() 
const;
 
   68    void setSnapMode(SnapMode 
mode);
 
   73    void moveCurrentIndexUp();
 
   74    void moveCurrentIndexDown();
 
   75    void moveCurrentIndexLeft();
 
   76    void moveCurrentIndexRight();
 
The QKeyEvent class describes a key event.
QObject * parent() const
Returns a pointer to the parent object.
virtual void viewportMoved(Qt::Orientations orient)
~QQuickGridViewAttached()
QQuickGridViewAttached(QObject *parent)
void highlightMoveDurationChanged()
virtual void setHighlightFollowsCurrentItem(bool)
virtual void initItem(int index, QObject *item)
virtual void setHighlightMoveDuration(int)
void geometryChange(const QRectF &newGeometry, const QRectF &oldGeometry) override
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
virtual void keyPressEvent(QKeyEvent *event)
This event handler can be reimplemented in a subclass to receive key press events for an item.
\inmodule QtCore\reentrant
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)
#define QT_REQUIRE_CONFIG(feature)
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent