4#ifndef QQUICKBOUNDARYRULE_H
5#define QQUICKBOUNDARYRULE_H
20#include <private/qtquickglobal_p.h>
22#include <private/qqmlpropertyvalueinterceptor_p.h>
38 Q_PROPERTY(
qreal minimumOvershoot READ minimumOvershoot WRITE setMinimumOvershoot NOTIFY minimumOvershootChanged FINAL)
40 Q_PROPERTY(
qreal maximumOvershoot READ maximumOvershoot WRITE setMaximumOvershoot NOTIFY maximumOvershootChanged FINAL)
41 Q_PROPERTY(
qreal overshootScale READ overshootScale WRITE setOvershootScale NOTIFY overshootScaleChanged FINAL)
42 Q_PROPERTY(
qreal currentOvershoot READ currentOvershoot NOTIFY currentOvershootChanged FINAL)
43 Q_PROPERTY(
qreal peakOvershoot READ peakOvershoot NOTIFY peakOvershootChanged FINAL)
44 Q_PROPERTY(
OvershootFilter overshootFilter READ overshootFilter WRITE setOvershootFilter NOTIFY overshootFilterChanged FINAL)
46 Q_PROPERTY(
int returnDuration READ returnDuration WRITE setReturnDuration NOTIFY returnDurationChanged FINAL)
66 qreal minimum()
const;
68 qreal minimumOvershoot()
const;
69 void setMinimumOvershoot(
qreal minimum);
71 qreal maximum()
const;
73 qreal maximumOvershoot()
const;
74 void setMaximumOvershoot(
qreal maximum);
76 qreal overshootScale()
const;
79 qreal currentOvershoot()
const;
80 qreal peakOvershoot()
const;
82 OvershootFilter overshootFilter()
const;
83 void setOvershootFilter(OvershootFilter overshootFilter);
90 int returnDuration()
const;
91 void setReturnDuration(
int duration);
The QQmlParserStatus class provides updates on the QML parser state.
virtual void classBegin()=0
Invoked after class creation, but before any properties have been set.
virtual void componentComplete()=0
Invoked after the root component that caused this instantiation has completed construction.
The QQmlPropertyValueInterceptor class is inherited by property interceptors such as Behavior.
virtual void setTarget(const QQmlProperty &property)=0
Set the target property for the value interceptor.
The QQmlProperty class abstracts accessing properties on objects created from QML.
void peakOvershootChanged()
void overshootFilterChanged()
void currentOvershootChanged()
void maximumOvershootChanged()
void returnDurationChanged()
void overshootScaleChanged()
void minimumOvershootChanged()
Combined button and popup list for selecting options.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLenum GLenum GLsizei const GLuint GLboolean enabled
GLenum GLenum GLenum GLenum GLenum scale
#define QML_DECLARE_TYPE(TYPE)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
gzip write("uncompressed data")
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent