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

#include <StylePropertyShorthand.h>

Public Member Functions

 StylePropertyShorthand ()=default
 
template<unsigned numProperties>
 StylePropertyShorthand (CSSPropertyID id, const CSSPropertyID(&properties)[numProperties], const StylePropertyShorthand *propertiesForInitialization=nullptr)
 
const CSSPropertyIDproperties () const
 
const StylePropertyShorthandpropertiesForInitialization () const
 
unsigned length () const
 
CSSPropertyID id () const
 

Constructor & Destructor Documentation

◆ StylePropertyShorthand() [1/2]

WebCore::StylePropertyShorthand::StylePropertyShorthand ( )
default

◆ StylePropertyShorthand() [2/2]

template<unsigned numProperties>
WebCore::StylePropertyShorthand::StylePropertyShorthand ( CSSPropertyID  id,
const CSSPropertyID(&)  properties[numProperties],
const StylePropertyShorthand propertiesForInitialization = nullptr 
)
inline

Member Function Documentation

◆ id()

CSSPropertyID WebCore::StylePropertyShorthand::id ( ) const
inline

◆ length()

unsigned WebCore::StylePropertyShorthand::length ( void  ) const
inline

◆ properties()

const CSSPropertyID* WebCore::StylePropertyShorthand::properties ( ) const
inline

◆ propertiesForInitialization()

const StylePropertyShorthand* WebCore::StylePropertyShorthand::propertiesForInitialization ( ) const
inline

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