4#ifndef SPRITEGOALAFFECTOR_H
5#define SPRITEGOALAFFECTOR_H
18#include <QtQml/qqmlinfo.h>
27 Q_PROPERTY(
QString goalState READ goalState WRITE setGoalState NOTIFY goalStateChanged FINAL)
29 Q_PROPERTY(
bool systemStates READ systemStates WRITE setSystemStates NOTIFY systemStatesChanged FINAL)
46 return m_systemStates;
74 if (m_systemStates !=
arg) {
76 qmlWarning(
this) <<
"systemStates is deprecated and will be removed soon. Use GroupGoal instead.";
90 bool m_notUsingEngine;
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
virtual bool affectParticle(QQuickParticleData *d, qreal dt)
void systemStatesChanged(bool arg)
void goalStateChanged(const QString &arg)
QString goalState() const
void setSystemStates(bool arg)
bool systemStates() const
void jumpChanged(bool arg)
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
static void jump(QtMsgType t, const QMessageLogContext &context, const QString &m)
Q_QML_EXPORT QQmlInfo qmlWarning(const QObject *me)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent