Definition at line 18 of file QskAnimator.h.
 
 | 
| static QMetaObject::Connection  | addCleanupHandler (QObject *receiver, const char *method, Qt::ConnectionType type=Qt::AutoConnection) | 
|   | 
| static QMetaObject::Connection  | addAdvanceHandler (QObject *receiver, const char *method, Qt::ConnectionType type=Qt::AutoConnection) | 
|   | 
| static void  | debugStatistics (QDebug) | 
|   | 
 | 
| virtual void  | setup () | 
|   | 
| 
virtual void  | advance (qreal value)=0 | 
|   | 
| virtual void  | done () | 
|   | 
◆ QskAnimator()
      
        
          | QskAnimator::QskAnimator  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~QskAnimator()
  
  
      
        
          | QskAnimator::~QskAnimator  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ addAdvanceHandler()
  
  
      
        
          | QMetaObject::Connection QskAnimator::addAdvanceHandler  | 
          ( | 
          QObject *  | 
          receiver,  | 
         
        
           | 
           | 
          const char *  | 
          method,  | 
         
        
           | 
           | 
          Qt::ConnectionType  | 
          type = Qt::AutoConnection  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ addCleanupHandler()
  
  
      
        
          | QMetaObject::Connection QskAnimator::addCleanupHandler  | 
          ( | 
          QObject *  | 
          receiver,  | 
         
        
           | 
           | 
          const char *  | 
          method,  | 
         
        
           | 
           | 
          Qt::ConnectionType  | 
          type = Qt::AutoConnection  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ autoRepeat()
  
  
      
        
          | bool QskAnimator::autoRepeat  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ debugStatistics()
  
  
      
        
          | void QskAnimator::debugStatistics  | 
          ( | 
          QDebug  | 
          debug | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ done()
  
  
      
        
          | void QskAnimator::done  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
 
◆ duration()
  
  
      
        
          | int QskAnimator::duration  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ easingCurve()
      
        
          | const QEasingCurve & QskAnimator::easingCurve  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ elapsed()
      
        
          | qint64 QskAnimator::elapsed  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ isRunning()
  
  
      
        
          | bool QskAnimator::isRunning  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ setAutoRepeat()
      
        
          | void QskAnimator::setAutoRepeat  | 
          ( | 
          bool  | 
          on | ) | 
           | 
        
      
 
 
◆ setDuration()
      
        
          | void QskAnimator::setDuration  | 
          ( | 
          int  | 
          ms | ) | 
           | 
        
      
 
 
◆ setEasingCurve() [1/2]
      
        
          | void QskAnimator::setEasingCurve  | 
          ( | 
          const QEasingCurve &  | 
          easingCurve | ) | 
           | 
        
      
 
 
◆ setEasingCurve() [2/2]
      
        
          | void QskAnimator::setEasingCurve  | 
          ( | 
          QEasingCurve::Type  | 
          type | ) | 
           | 
        
      
 
 
◆ setup()
  
  
      
        
          | void QskAnimator::setup  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
 
◆ setWindow()
      
        
          | void QskAnimator::setWindow  | 
          ( | 
          QQuickWindow *  | 
          window | ) | 
           | 
        
      
 
 
◆ start()
      
        
          | void QskAnimator::start  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ stop()
      
        
          | void QskAnimator::stop  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ update()
      
        
          | void QskAnimator::update  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ window()
      
        
          | QQuickWindow * QskAnimator::window  | 
          ( | 
           | ) | 
           const |