webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::KeyframeList Class Reference

#include <KeyframeList.h>

Public Member Functions

 KeyframeList (const AtomicString &animationName)
 
 ~KeyframeList ()
 
bool operator== (const KeyframeList &o) const
 
bool operator!= (const KeyframeList &o) const
 
const AtomicStringanimationName () const
 
void insert (KeyframeValue &&)
 
void addProperty (CSSPropertyID prop)
 
bool containsProperty (CSSPropertyID prop) const
 
const HashSet< CSSPropertyID > & properties () const
 
void clear ()
 
bool isEmpty () const
 
size_t size () const
 
const KeyframeValueoperator[] (size_t index) const
 
const Vector< KeyframeValue > & keyframes () const
 

Constructor & Destructor Documentation

◆ KeyframeList()

WebCore::KeyframeList::KeyframeList ( const AtomicString animationName)
inlineexplicit

◆ ~KeyframeList()

WebCore::KeyframeList::~KeyframeList ( )

Member Function Documentation

◆ addProperty()

void WebCore::KeyframeList::addProperty ( CSSPropertyID  prop)
inline

◆ animationName()

const AtomicString& WebCore::KeyframeList::animationName ( ) const
inline

◆ clear()

void WebCore::KeyframeList::clear ( )

◆ containsProperty()

bool WebCore::KeyframeList::containsProperty ( CSSPropertyID  prop) const
inline

◆ insert()

void WebCore::KeyframeList::insert ( KeyframeValue &&  keyframe)

◆ isEmpty()

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

◆ keyframes()

const Vector<KeyframeValue>& WebCore::KeyframeList::keyframes ( ) const
inline

◆ operator!=()

bool WebCore::KeyframeList::operator!= ( const KeyframeList o) const
inline

◆ operator==()

bool WebCore::KeyframeList::operator== ( const KeyframeList o) const

◆ operator[]()

const KeyframeValue& WebCore::KeyframeList::operator[] ( size_t  index) const
inline

◆ properties()

const HashSet<CSSPropertyID>& WebCore::KeyframeList::properties ( ) const
inline

◆ size()

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

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