webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Attributes | List of all members
WebCore::FillLayerPropertyWrapperGetter< T > Class Template Reference
Inheritance diagram for WebCore::FillLayerPropertyWrapperGetter< T >:
WebCore::FillLayerAnimationPropertyWrapperBase

Public Member Functions

 FillLayerPropertyWrapperGetter (T(FillLayer::*getter)() const)
 
bool equals (const FillLayer *a, const FillLayer *b) const override
 
- Public Member Functions inherited from WebCore::FillLayerAnimationPropertyWrapperBase
 FillLayerAnimationPropertyWrapperBase ()
 
virtual ~FillLayerAnimationPropertyWrapperBase ()
 
virtual void blend (const AnimationBase *, FillLayer *, const FillLayer *, const FillLayer *, double) const =0
 

Protected Attributes

T(FillLayer::* m_getter )() const
 

Constructor & Destructor Documentation

◆ FillLayerPropertyWrapperGetter()

template<typename T>
WebCore::FillLayerPropertyWrapperGetter< T >::FillLayerPropertyWrapperGetter ( T(FillLayer::*)() const  getter)
inline

Member Function Documentation

◆ equals()

template<typename T>
bool WebCore::FillLayerPropertyWrapperGetter< T >::equals ( const FillLayer a,
const FillLayer b 
) const
inlineoverridevirtual

Member Data Documentation

◆ m_getter

template<typename T>
T(FillLayer::* WebCore::FillLayerPropertyWrapperGetter< T >::m_getter) () const
protected

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