42 #ifndef QDECLARATIVETRANSITION_H 43 #define QDECLARATIVETRANSITION_H 45 #include "private/qdeclarativestate_p.h" 49 #include <QtCore/qobject.h> 77 void setFromState(const
QString &);
79 QString toState() const;
80 void setToState(const QString &);
82 bool reversible() const;
83 void setReversible(
bool);
91 void setReversed(
bool r);
97 void reversibleChanged();
106 #endif // QDECLARATIVETRANSITION_H #define Q_CLASSINFO(name, value)
This macro associates extra information to the class, which is available using QObject::metaObject()...
#define QT_END_NAMESPACE
This macro expands to.
#define QML_DECLARE_TYPE(TYPE)
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_DECLARATIVE_EXPORT
The QDeclarativeProperty class abstracts accessing properties on objects created from QML...
#define Q_DECLARE_PRIVATE(Class)
static const KeyPair *const end
The QDeclarativeListProperty class allows applications to expose list-like properties to QML...
The QList class is a template class that provides lists.