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

#include <GridArea.h>

Public Member Functions

 GridArea ()
 
 GridArea (const GridSpan &r, const GridSpan &c)
 
bool operator== (const GridArea &o) const
 
bool operator!= (const GridArea &o) const
 
 GridArea ()
 
 GridArea (const GridSpan &r, const GridSpan &c)
 
bool operator== (const GridArea &o) const
 
bool operator!= (const GridArea &o) const
 

Public Attributes

GridSpan columns
 
GridSpan rows
 

Constructor & Destructor Documentation

◆ GridArea() [1/4]

WebCore::GridArea::GridArea ( )
inline

◆ GridArea() [2/4]

WebCore::GridArea::GridArea ( const GridSpan r,
const GridSpan c 
)
inline

◆ GridArea() [3/4]

WebCore::GridArea::GridArea ( )
inline

◆ GridArea() [4/4]

WebCore::GridArea::GridArea ( const GridSpan r,
const GridSpan c 
)
inline

Member Function Documentation

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator==() [1/2]

bool WebCore::GridArea::operator== ( const GridArea o) const
inline

◆ operator==() [2/2]

bool WebCore::GridArea::operator== ( const GridArea o) const
inline

Member Data Documentation

◆ columns

GridSpan WebCore::GridArea::columns

◆ rows

GridSpan WebCore::GridArea::rows

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