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

#include <GridLength.h>

Public Member Functions

 GridLength (const Length &length)
 
 GridLength (double flex)
 
bool isLength () const
 
bool isFlex () const
 
const Lengthlength () const
 
double flex () const
 
bool isPercentage () const
 
bool operator== (const GridLength &o) const
 
bool isContentSized () const
 
bool isAuto () const
 
 GridLength (const Length &length)
 
 GridLength (double flex)
 
bool isLength () const
 
bool isFlex () const
 
const Lengthlength () const
 
double flex () const
 
bool isPercentage () const
 
bool operator== (const GridLength &o) const
 
bool isContentSized () const
 
bool isAuto () const
 

Constructor & Destructor Documentation

◆ GridLength() [1/4]

WebCore::GridLength::GridLength ( const Length length)
inline

◆ GridLength() [2/4]

WebCore::GridLength::GridLength ( double  flex)
inlineexplicit

◆ GridLength() [3/4]

WebCore::GridLength::GridLength ( const Length length)
inline

◆ GridLength() [4/4]

WebCore::GridLength::GridLength ( double  flex)
inlineexplicit

Member Function Documentation

◆ flex() [1/2]

double WebCore::GridLength::flex ( ) const
inline

◆ flex() [2/2]

double WebCore::GridLength::flex ( ) const
inline

◆ isAuto() [1/2]

bool WebCore::GridLength::isAuto ( ) const
inline

◆ isAuto() [2/2]

bool WebCore::GridLength::isAuto ( ) const
inline

◆ isContentSized() [1/2]

bool WebCore::GridLength::isContentSized ( ) const
inline

◆ isContentSized() [2/2]

bool WebCore::GridLength::isContentSized ( ) const
inline

◆ isFlex() [1/2]

bool WebCore::GridLength::isFlex ( ) const
inline

◆ isFlex() [2/2]

bool WebCore::GridLength::isFlex ( ) const
inline

◆ isLength() [1/2]

bool WebCore::GridLength::isLength ( ) const
inline

◆ isLength() [2/2]

bool WebCore::GridLength::isLength ( ) const
inline

◆ isPercentage() [1/2]

bool WebCore::GridLength::isPercentage ( ) const
inline

◆ isPercentage() [2/2]

bool WebCore::GridLength::isPercentage ( ) const
inline

◆ length() [1/2]

const Length& WebCore::GridLength::length ( ) const
inline

◆ length() [2/2]

const Length& WebCore::GridLength::length ( void  ) const
inline

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

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