webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
WebCore::AnimationList Class Reference

#include <AnimationList.h>

Public Member Functions

 AnimationList ()
 
 AnimationList (const AnimationList &)
 
 AnimationList (AnimationList &&)=default
 
void fillUnsetProperties ()
 
bool operator== (const AnimationList &) const
 
bool operator!= (const AnimationList &other) const
 
size_t size () const
 
bool isEmpty () const
 
void resize (size_t n)
 
void remove (size_t i)
 
void append (Ref< Animation > &&animation)
 
Animationanimation (size_t i)
 
const Animationanimation (size_t i) const
 
 AnimationList ()
 
 AnimationList (const AnimationList &)
 
 AnimationList (AnimationList &&)=default
 
void fillUnsetProperties ()
 
bool operator== (const AnimationList &) const
 
bool operator!= (const AnimationList &other) const
 
size_t size () const
 
bool isEmpty () const
 
void resize (size_t n)
 
void remove (size_t i)
 
void append (Ref< Animation > &&animation)
 
Animationanimation (size_t i)
 
const Animationanimation (size_t i) const
 

Constructor & Destructor Documentation

◆ AnimationList() [1/6]

WebCore::AnimationList::AnimationList ( )
inline

◆ AnimationList() [2/6]

WebCore::AnimationList::AnimationList ( const AnimationList other)

◆ AnimationList() [3/6]

WebCore::AnimationList::AnimationList ( AnimationList &&  )
default

◆ AnimationList() [4/6]

WebCore::AnimationList::AnimationList ( )
inline

◆ AnimationList() [5/6]

WebCore::AnimationList::AnimationList ( const AnimationList )

◆ AnimationList() [6/6]

WebCore::AnimationList::AnimationList ( AnimationList &&  )
default

Member Function Documentation

◆ animation() [1/4]

Animation& WebCore::AnimationList::animation ( size_t  i)
inline

◆ animation() [2/4]

Animation& WebCore::AnimationList::animation ( size_t  i)
inline

◆ animation() [3/4]

const Animation& WebCore::AnimationList::animation ( size_t  i) const
inline

◆ animation() [4/4]

const Animation& WebCore::AnimationList::animation ( size_t  i) const
inline

◆ append() [1/2]

void WebCore::AnimationList::append ( Ref< Animation > &&  animation)
inline

◆ append() [2/2]

void WebCore::AnimationList::append ( Ref< Animation > &&  animation)
inline

◆ fillUnsetProperties() [1/2]

void WebCore::AnimationList::fillUnsetProperties ( )

◆ fillUnsetProperties() [2/2]

void WebCore::AnimationList::fillUnsetProperties ( )

◆ isEmpty() [1/2]

bool WebCore::AnimationList::isEmpty ( ) const
inline

◆ isEmpty() [2/2]

bool WebCore::AnimationList::isEmpty ( void  ) const
inline

◆ operator!=() [1/2]

bool WebCore::AnimationList::operator!= ( const AnimationList other) const
inline

◆ operator!=() [2/2]

bool WebCore::AnimationList::operator!= ( const AnimationList other) const
inline

◆ operator==() [1/2]

bool WebCore::AnimationList::operator== ( const AnimationList ) const

◆ operator==() [2/2]

bool WebCore::AnimationList::operator== ( const AnimationList other) const

◆ remove() [1/2]

void WebCore::AnimationList::remove ( size_t  i)
inline

◆ remove() [2/2]

void WebCore::AnimationList::remove ( size_t  i)
inline

◆ resize() [1/2]

void WebCore::AnimationList::resize ( size_t  n)
inline

◆ resize() [2/2]

void WebCore::AnimationList::resize ( size_t  n)
inline

◆ size() [1/2]

size_t WebCore::AnimationList::size ( ) const
inline

◆ size() [2/2]

size_t WebCore::AnimationList::size ( ) const
inline

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