4#ifndef QQUICK3DINFINITEGRID_H
5#define QQUICK3DINFINITEGRID_H
18#include <QQuick3DObject>
54 void updateGridFlags();
55 bool m_visible =
true;
56 float m_gridInterval = 1.0f;
58 bool m_componentComplete =
false;
59 bool m_gridAxes =
true;
The QQmlParserStatus class provides updates on the QML parser state.
void setVisible(bool newVisible)
void classBegin() override
Invoked after class creation, but before any properties have been set.
~QQuick3DInfiniteGrid() override
void componentComplete() override
Invoked after the root component that caused this instantiation has completed construction.
void setGridInterval(float newGridInterval)
void gridIntervalChanged()
void setGridAxes(bool newGridAxes)
QQuick3DInfiniteGrid()
\qmlproperty float InfiniteGrid::gridInterval
Combined button and popup list for selecting options.
#define QML_NAMED_ELEMENT(NAME)