Qt 4.8
Signals | Public Functions | Protected Functions | Properties | List of all members
QDeclarativeParentAnimation Class Reference

#include <qdeclarativeanimation_p.h>

Inheritance diagram for QDeclarativeParentAnimation:
QDeclarativeAnimationGroup QDeclarativeAbstractAnimation QObject QDeclarativePropertyValueSource QDeclarativeParserStatus

Signals

void newParentChanged ()
 
void targetChanged ()
 
void viaChanged ()
 
- Signals inherited from QDeclarativeAbstractAnimation
void alwaysRunToEndChanged (bool)
 
void completed ()
 
void loopCountChanged (int)
 
void pausedChanged (bool)
 
void runningChanged (bool)
 
void started ()
 
- Signals inherited from QObject
void destroyed (QObject *=0)
 This signal is emitted immediately before the object obj is destroyed, and can not be blocked. More...
 

Public Functions

QDeclarativeItemnewParent () const
 
 QDeclarativeParentAnimation (QObject *parent=0)
 
void setNewParent (QDeclarativeItem *)
 
void setTarget (QDeclarativeItem *)
 
void setVia (QDeclarativeItem *)
 
QDeclarativeItemtarget () const
 
QDeclarativeItemvia () const
 
virtual ~QDeclarativeParentAnimation ()
 
- Public Functions inherited from QDeclarativeAnimationGroup
QDeclarativeListProperty< QDeclarativeAbstractAnimationanimations ()
 
 QDeclarativeAnimationGroup (QObject *parent)
 
virtual ~QDeclarativeAnimationGroup ()
 
- Public Functions inherited from QDeclarativeAbstractAnimation
bool alwaysRunToEnd () const
 
void classBegin ()
 Invoked after class creation, but before any properties have been set. More...
 
void componentComplete ()
 Invoked after the root component that caused this instantiation has completed construction. More...
 
int currentTime ()
 
QDeclarativeAnimationGroupgroup () const
 
bool isPaused () const
 
bool isRunning () const
 
int loops () const
 
 QDeclarativeAbstractAnimation (QObject *parent=0)
 
void setAlwaysRunToEnd (bool)
 
void setCurrentTime (int)
 
void setDefaultTarget (const QDeclarativeProperty &)
 
void setDisableUserControl ()
 
void setGroup (QDeclarativeAnimationGroup *)
 
void setLoops (int)
 
void setPaused (bool)
 
void setRunning (bool)
 
virtual ~QDeclarativeAbstractAnimation ()
 
- Public Functions inherited from QObject
bool blockSignals (bool b)
 If block is true, signals emitted by this object are blocked (i.e., emitting a signal will not invoke anything connected to it). More...
 
const QObjectListchildren () const
 Returns a list of child objects. More...
 
bool connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0)
 
bool disconnect (const QObject *receiver, const char *member=0)
 
void dumpObjectInfo ()
 Dumps information about signal connections, etc. More...
 
void dumpObjectTree ()
 Dumps a tree of children to the debug output. More...
 
QList< QByteArraydynamicPropertyNames () const
 Returns the names of all properties that were dynamically added to the object using setProperty(). More...
 
virtual bool event (QEvent *)
 This virtual function receives events to an object and should return true if the event e was recognized and processed. More...
 
virtual bool eventFilter (QObject *, QEvent *)
 Filters events if this object has been installed as an event filter for the watched object. More...
 
template<typename T >
findChild (const QString &aName=QString()) const
 Returns the child of this object that can be cast into type T and that is called name, or 0 if there is no such object. More...
 
template<typename T >
QList< T > findChildren (const QString &aName=QString()) const
 Returns all children of this object with the given name that can be cast to type T, or an empty list if there are no such objects. More...
 
template<typename T >
QList< T > findChildren (const QRegExp &re) const
 
bool inherits (const char *classname) const
 Returns true if this object is an instance of a class that inherits className or a QObject subclass that inherits className; otherwise returns false. More...
 
void installEventFilter (QObject *)
 Installs an event filter filterObj on this object. More...
 
bool isWidgetType () const
 Returns true if the object is a widget; otherwise returns false. More...
 
void killTimer (int id)
 Kills the timer with timer identifier, id. More...
 
virtual const QMetaObjectmetaObject () const
 Returns a pointer to the meta-object of this object. More...
 
void moveToThread (QThread *thread)
 Changes the thread affinity for this object and its children. More...
 
QString objectName () const
 
QObjectparent () const
 Returns a pointer to the parent object. More...
 
QVariant property (const char *name) const
 Returns the value of the object's name property. More...
 
Q_INVOKABLE QObject (QObject *parent=0)
 Constructs an object with parent object parent. More...
 
void removeEventFilter (QObject *)
 Removes an event filter object obj from this object. More...
 
void setObjectName (const QString &name)
 
void setParent (QObject *)
 Makes the object a child of parent. More...
 
bool setProperty (const char *name, const QVariant &value)
 Sets the value of the object's name property to value. More...
 
void setUserData (uint id, QObjectUserData *data)
 
bool signalsBlocked () const
 Returns true if signals are blocked; otherwise returns false. More...
 
int startTimer (int interval)
 Starts a timer and returns a timer identifier, or returns zero if it could not start a timer. More...
 
QThreadthread () const
 Returns the thread in which the object lives. More...
 
QObjectUserDatauserData (uint id) const
 
virtual ~QObject ()
 Destroys the object, deleting all its child objects. More...
 
- Public Functions inherited from QDeclarativePropertyValueSource
 QDeclarativePropertyValueSource ()
 Constructs a QDeclarativePropertyValueSource. More...
 
virtual ~QDeclarativePropertyValueSource ()
 Destroys the value source. More...
 
- Public Functions inherited from QDeclarativeParserStatus
 QDeclarativeParserStatus ()
 
virtual ~QDeclarativeParserStatus ()
 

Protected Functions

virtual QAbstractAnimationqtAnimation ()
 
virtual void transition (QDeclarativeStateActions &actions, QDeclarativeProperties &modified, TransitionDirection direction)
 
- Protected Functions inherited from QDeclarativeAnimationGroup
 QDeclarativeAnimationGroup (QDeclarativeAnimationGroupPrivate &dd, QObject *parent)
 
- Protected Functions inherited from QDeclarativeAbstractAnimation
 QDeclarativeAbstractAnimation (QDeclarativeAbstractAnimationPrivate &dd, QObject *parent)
 
- Protected Functions inherited from QObject
virtual void childEvent (QChildEvent *)
 This event handler can be reimplemented in a subclass to receive child events. More...
 
virtual void connectNotify (const char *signal)
 This virtual function is called when something has been connected to signal in this object. More...
 
virtual void customEvent (QEvent *)
 This event handler can be reimplemented in a subclass to receive custom events. More...
 
virtual void disconnectNotify (const char *signal)
 This virtual function is called when something has been disconnected from signal in this object. More...
 
 QObject (QObjectPrivate &dd, QObject *parent=0)
 
int receivers (const char *signal) const
 Returns the number of receivers connected to the signal. More...
 
QObjectsender () const
 Returns a pointer to the object that sent the signal, if called in a slot activated by a signal; otherwise it returns 0. More...
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *)
 This event handler can be reimplemented in a subclass to receive timer events for the object. More...
 

Properties

QDeclarativeItemnewParent
 
QDeclarativeItemtarget
 
QDeclarativeItemvia
 

Additional Inherited Members

- Public Types inherited from QDeclarativeAbstractAnimation
enum  Loops { Infinite = -2 }
 
enum  TransitionDirection { Forward, Backward }
 
- Public Slots inherited from QDeclarativeAbstractAnimation
void complete ()
 
void pause ()
 
void restart ()
 
void resume ()
 
void start ()
 
void stop ()
 
- Public Slots inherited from QObject
void deleteLater ()
 Schedules this object for deletion. More...
 
- Static Public Functions inherited from QObject
static bool connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 Creates a connection of the given type from the signal in the sender object to the method in the receiver object. More...
 
static bool connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 Disconnects signal in object sender from method in object receiver. More...
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static uint registerUserData ()
 
static QString tr (const char *sourceText, const char *comment=0, int n=-1)
 
static QString trUtf8 (const char *sourceText, const char *comment=0, int n=-1)
 
- Static Public Variables inherited from QObject
static const QMetaObject staticMetaObject
 This variable stores the meta-object for the class. More...
 
- Protected Variables inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Static Protected Variables inherited from QObject
static const QMetaObject staticQtMetaObject
 

Detailed Description

Definition at line 444 of file qdeclarativeanimation_p.h.

Constructors and Destructors

◆ QDeclarativeParentAnimation()

QDeclarativeParentAnimation::QDeclarativeParentAnimation ( QObject parent = 0)

Definition at line 2600 of file qdeclarativeanimation.cpp.

2602 {
2604  d->topLevelGroup = new QSequentialAnimationGroup;
2605  QDeclarative_setParent_noEvent(d->topLevelGroup, this);
2606 
2607  d->startAction = new QActionAnimation;
2608  QDeclarative_setParent_noEvent(d->startAction, d->topLevelGroup);
2609  d->topLevelGroup->addAnimation(d->startAction);
2610 
2611  d->ag = new QParallelAnimationGroup;
2612  QDeclarative_setParent_noEvent(d->ag, d->topLevelGroup);
2613  d->topLevelGroup->addAnimation(d->ag);
2614 
2615  d->endAction = new QActionAnimation;
2616  QDeclarative_setParent_noEvent(d->endAction, d->topLevelGroup);
2617  d->topLevelGroup->addAnimation(d->endAction);
2618 }
QDeclarativeParserStatus ** d
The QSequentialAnimationGroup class provides a sequential group of animations.
#define Q_D(Class)
Definition: qglobal.h:2482
The QParallelAnimationGroup class provides a parallel group of animations.
void QDeclarative_setParent_noEvent(QObject *object, QObject *parent)
Makes the object a child of parent.

◆ ~QDeclarativeParentAnimation()

QDeclarativeParentAnimation::~QDeclarativeParentAnimation ( )
virtual

Definition at line 2620 of file qdeclarativeanimation.cpp.

2621 {
2622 }

Functions

◆ newParent()

QDeclarativeItem* QDeclarativeParentAnimation::newParent ( ) const

Referenced by setNewParent(), and setTarget().

◆ newParentChanged

void QDeclarativeParentAnimation::newParentChanged ( )
signal

Referenced by setNewParent().

◆ qtAnimation()

QAbstractAnimation * QDeclarativeParentAnimation::qtAnimation ( )
protectedvirtual

Implements QDeclarativeAbstractAnimation.

Definition at line 2927 of file qdeclarativeanimation.cpp.

2928 {
2930  return d->topLevelGroup;
2931 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482

◆ setNewParent()

void QDeclarativeParentAnimation::setNewParent ( QDeclarativeItem newParent)

Definition at line 2668 of file qdeclarativeanimation.cpp.

2669 {
2671  if (newParent == d->newParent)
2672  return;
2673 
2674  d->newParent = newParent;
2676 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482
#define emit
Definition: qobjectdefs.h:76
QDeclarativeItem * newParent() const

◆ setTarget()

void QDeclarativeParentAnimation::setTarget ( QDeclarativeItem target)

Definition at line 2640 of file qdeclarativeanimation.cpp.

2641 {
2643  if (target == d->target)
2644  return;
2645 
2646  d->target = target;
2647  emit targetChanged();
2648 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482
#define emit
Definition: qobjectdefs.h:76
QDeclarativeItem * target() const

◆ setVia()

void QDeclarativeParentAnimation::setVia ( QDeclarativeItem via)

Definition at line 2700 of file qdeclarativeanimation.cpp.

2701 {
2703  if (via == d->via)
2704  return;
2705 
2706  d->via = via;
2707  emit viaChanged();
2708 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482
QDeclarativeItem * via() const
#define emit
Definition: qobjectdefs.h:76

◆ target()

QDeclarativeItem* QDeclarativeParentAnimation::target ( ) const

◆ targetChanged

void QDeclarativeParentAnimation::targetChanged ( )
signal

Referenced by setTarget().

◆ transition()

void QDeclarativeParentAnimation::transition ( QDeclarativeStateActions actions,
QDeclarativeProperties modified,
TransitionDirection  direction 
)
protectedvirtual

Reimplemented from QDeclarativeAbstractAnimation.

Definition at line 2736 of file qdeclarativeanimation.cpp.

2739 {
2741 
2742  struct QDeclarativeParentAnimationData : public QAbstractAnimationAction
2743  {
2744  QDeclarativeParentAnimationData() {}
2745  ~QDeclarativeParentAnimationData() { qDeleteAll(pc); }
2746 
2747  QDeclarativeStateActions actions;
2748  //### reverse should probably apply on a per-action basis
2749  bool reverse;
2751  virtual void doAction()
2752  {
2753  for (int ii = 0; ii < actions.count(); ++ii) {
2754  const QDeclarativeAction &action = actions.at(ii);
2755  if (reverse)
2756  action.event->reverse();
2757  else
2758  action.event->execute();
2759  }
2760  }
2761  };
2762 
2763  QDeclarativeParentAnimationData *data = new QDeclarativeParentAnimationData;
2764  QDeclarativeParentAnimationData *viaData = new QDeclarativeParentAnimationData;
2765 
2766  bool hasExplicit = false;
2767  if (d->target && d->newParent) {
2768  data->reverse = false;
2769  QDeclarativeAction myAction;
2771  pc->setObject(d->target);
2772  pc->setParent(d->newParent);
2773  myAction.event = pc;
2774  data->pc << pc;
2775  data->actions << myAction;
2776  hasExplicit = true;
2777  if (d->via) {
2778  viaData->reverse = false;
2779  QDeclarativeAction myVAction;
2781  vpc->setObject(d->target);
2782  vpc->setParent(d->via);
2783  myVAction.event = vpc;
2784  viaData->pc << vpc;
2785  viaData->actions << myVAction;
2786  }
2787  //### once actions have concept of modified,
2788  // loop to match appropriate ParentChanges and mark as modified
2789  }
2790 
2791  if (!hasExplicit)
2792  for (int i = 0; i < actions.size(); ++i) {
2793  QDeclarativeAction &action = actions[i];
2794  if (action.event && action.event->typeName() == QLatin1String("ParentChange")
2795  && (!d->target || static_cast<QDeclarativeParentChange*>(action.event)->object() == d->target)) {
2796 
2797  QDeclarativeParentChange *pc = static_cast<QDeclarativeParentChange*>(action.event);
2798  QDeclarativeAction myAction = action;
2799  data->reverse = action.reverseEvent;
2800 
2801  //### this logic differs from PropertyAnimation
2802  // (probably a result of modified vs. done)
2803  if (d->newParent) {
2805  epc->setObject(static_cast<QDeclarativeParentChange*>(action.event)->object());
2806  epc->setParent(d->newParent);
2807  myAction.event = epc;
2808  data->pc << epc;
2809  data->actions << myAction;
2810  pc = epc;
2811  } else {
2812  action.actionDone = true;
2813  data->actions << myAction;
2814  }
2815 
2816  if (d->via) {
2817  viaData->reverse = false;
2818  QDeclarativeAction myAction;
2820  vpc->setObject(pc->object());
2821  vpc->setParent(d->via);
2822  myAction.event = vpc;
2823  viaData->pc << vpc;
2824  viaData->actions << myAction;
2825  QDeclarativeAction dummyAction;
2826  QDeclarativeAction &xAction = pc->xIsSet() && i < actions.size()-1 ? actions[++i] : dummyAction;
2827  QDeclarativeAction &yAction = pc->yIsSet() && i < actions.size()-1 ? actions[++i] : dummyAction;
2828  QDeclarativeAction &sAction = pc->scaleIsSet() && i < actions.size()-1 ? actions[++i] : dummyAction;
2829  QDeclarativeAction &rAction = pc->rotationIsSet() && i < actions.size()-1 ? actions[++i] : dummyAction;
2830  QDeclarativeItem *target = pc->object();
2831  QDeclarativeItem *targetParent = action.reverseEvent ? pc->originalParent() : pc->parent();
2832 
2833  //### this mirrors the logic in QDeclarativeParentChange.
2834  bool ok;
2835  const QTransform &transform = targetParent->itemTransform(d->via, &ok);
2836  if (transform.type() >= QTransform::TxShear || !ok) {
2837  qmlInfo(this) << QDeclarativeParentAnimation::tr("Unable to preserve appearance under complex transform");
2838  ok = false;
2839  }
2840 
2841  qreal scale = 1;
2842  qreal rotation = 0;
2843  bool isRotate = (transform.type() == QTransform::TxRotate) || (transform.m11() < 0);
2844  if (ok && !isRotate) {
2845  if (transform.m11() == transform.m22())
2846  scale = transform.m11();
2847  else {
2848  qmlInfo(this) << QDeclarativeParentAnimation::tr("Unable to preserve appearance under non-uniform scale");
2849  ok = false;
2850  }
2851  } else if (ok && isRotate) {
2852  if (transform.m11() == transform.m22())
2853  scale = qSqrt(transform.m11()*transform.m11() + transform.m12()*transform.m12());
2854  else {
2855  qmlInfo(this) << QDeclarativeParentAnimation::tr("Unable to preserve appearance under non-uniform scale");
2856  ok = false;
2857  }
2858 
2859  if (scale != 0)
2860  rotation = atan2(transform.m12()/scale, transform.m11()/scale) * 180/qreal(M_PI);
2861  else {
2862  qmlInfo(this) << QDeclarativeParentAnimation::tr("Unable to preserve appearance under scale of 0");
2863  ok = false;
2864  }
2865  }
2866 
2867  const QPointF &point = transform.map(QPointF(xAction.toValue.toReal(),yAction.toValue.toReal()));
2868  qreal x = point.x();
2869  qreal y = point.y();
2870  if (ok && target->transformOrigin() != QDeclarativeItem::TopLeft) {
2871  qreal w = target->width();
2872  qreal h = target->height();
2873  if (pc->widthIsSet() && i < actions.size() - 1)
2874  w = actions[++i].toValue.toReal();
2875  if (pc->heightIsSet() && i < actions.size() - 1)
2876  h = actions[++i].toValue.toReal();
2877  const QPointF &transformOrigin
2878  = d->computeTransformOrigin(target->transformOrigin(), w,h);
2879  qreal tempxt = transformOrigin.x();
2880  qreal tempyt = transformOrigin.y();
2881  QTransform t;
2882  t.translate(-tempxt, -tempyt);
2883  t.rotate(rotation);
2884  t.scale(scale, scale);
2885  t.translate(tempxt, tempyt);
2886  const QPointF &offset = t.map(QPointF(0,0));
2887  x += offset.x();
2888  y += offset.y();
2889  }
2890 
2891  if (ok) {
2892  //qDebug() << x << y << rotation << scale;
2893  xAction.toValue = x;
2894  yAction.toValue = y;
2895  sAction.toValue = sAction.toValue.toReal() * scale;
2896  rAction.toValue = rAction.toValue.toReal() + rotation;
2897  }
2898  }
2899  }
2900  }
2901 
2902  if (data->actions.count()) {
2904  d->startAction->setAnimAction(d->via ? viaData : data, QActionAnimation::DeleteWhenStopped);
2905  d->endAction->setAnimAction(d->via ? data : 0, QActionAnimation::DeleteWhenStopped);
2906  } else {
2907  d->endAction->setAnimAction(d->via ? viaData : data, QActionAnimation::DeleteWhenStopped);
2908  d->startAction->setAnimAction(d->via ? data : 0, QActionAnimation::DeleteWhenStopped);
2909  }
2910  if (!d->via)
2911  delete viaData;
2912  } else {
2913  delete data;
2914  delete viaData;
2915  }
2916 
2917  //take care of any child animations
2918  bool valid = d->defaultProperty.isValid();
2919  for (int ii = 0; ii < d->animations.count(); ++ii) {
2920  if (valid)
2921  d->animations.at(ii)->setDefaultTarget(d->defaultProperty);
2922  d->animations.at(ii)->transition(actions, modified, direction);
2923  }
2924 
2925 }
double qreal
Definition: qglobal.h:1193
QDeclarativeParserStatus ** d
QTransform itemTransform(const QGraphicsItem *other, bool *ok=0) const
Returns a QTransform that maps coordinates from this item to other.
static C reverse(const C &l)
The QPointF class defines a point in the plane using floating point precision.
Definition: qpoint.h:214
qreal m22() const
Returns the vertical scaling factor.
Definition: qtransform.h:253
TransformOrigin transformOrigin
Returns the current transform origin.
static QString tr(const char *sourceText, const char *comment=0, int n=-1)
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
int count(const T &t) const
Returns the number of occurrences of value in the list.
Definition: qlist.h:891
QTransform & translate(qreal dx, qreal dy)
Moves the coordinate system dx along the x axis and dy along the y axis, and returns a reference to t...
Definition: qtransform.cpp:417
TransformationType type() const
Returns the transformation type of this matrix.
#define Q_D(Class)
Definition: qglobal.h:2482
#define M_PI
Definition: qmath.h:261
qreal x() const
Returns the x-coordinate of this point.
Definition: qpoint.h:282
qreal m12() const
Returns the vertical shearing factor.
Definition: qtransform.h:241
QDeclarativeItem * object() const
The QDeclarativeItem class provides the most basic of all visual items in QML.
QTransform & rotate(qreal a, Qt::Axis axis=Qt::ZAxis)
Rotates the coordinate system counterclockwise by the given angle about the specified axis and return...
Definition: qtransform.cpp:615
const T & at(int i) const
Returns the item at index position i in the list.
Definition: qlist.h:468
QPoint map(const QPoint &p) const
Creates and returns a QPoint object that is a copy of the given point, mapped into the coordinate sys...
static const char * data(const QByteArray &arr)
virtual void execute(Reason reason=ActualChange)
virtual QString typeName() const
QDeclarativeItem * target() const
int size() const
Returns the number of items in the list.
Definition: qlist.h:137
qreal y() const
Returns the y-coordinate of this point.
Definition: qpoint.h:287
QTransform & scale(qreal sx, qreal sy)
Scales the coordinate system by sx horizontally and sy vertically, and returns a reference to the mat...
Definition: qtransform.cpp:485
QDeclarativeActionEvent * event
QDeclarativeInfo qmlInfo(const QObject *me)
qreal qSqrt(qreal v)
Definition: qmath.h:205
Q_OUTOFLINE_TEMPLATE void qDeleteAll(ForwardIterator begin, ForwardIterator end)
Definition: qalgorithms.h:319
virtual void reverse(Reason reason=ActualChange)
qreal m11() const
Returns the horizontal scaling factor.
Definition: qtransform.h:237
qreal toReal(bool *ok=0) const
Returns the variant as a qreal if the variant has type() Double , QMetaType::Float ...
Definition: qvariant.cpp:2740
QDeclarativeItem * originalParent() const
The QTransform class specifies 2D transformations of a coordinate system.
Definition: qtransform.h:65
Qt::LayoutDirection direction

◆ via()

QDeclarativeItem* QDeclarativeParentAnimation::via ( ) const

Referenced by setNewParent(), and setVia().

◆ viaChanged

void QDeclarativeParentAnimation::viaChanged ( )
signal

Referenced by setVia().

Properties

◆ newParent

QDeclarativeItem * QDeclarativeParentAnimation::newParent
private

Definition at line 450 of file qdeclarativeanimation_p.h.

◆ target

QDeclarativeItem * QDeclarativeParentAnimation::target
private

Definition at line 449 of file qdeclarativeanimation_p.h.

◆ via

QDeclarativeItem * QDeclarativeParentAnimation::via
private

Definition at line 451 of file qdeclarativeanimation_p.h.


The documentation for this class was generated from the following files: