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

#include <StyleSelfAlignmentData.h>

Public Member Functions

 StyleSelfAlignmentData (ItemPosition position, OverflowAlignment overflow, ItemPositionType positionType=NonLegacyPosition)
 
void setPosition (ItemPosition position)
 
void setPositionType (ItemPositionType positionType)
 
void setOverflow (OverflowAlignment overflow)
 
ItemPosition position () const
 
ItemPositionType positionType () const
 
OverflowAlignment overflow () const
 
bool operator== (const StyleSelfAlignmentData &o) const
 
bool operator!= (const StyleSelfAlignmentData &o) const
 
 StyleSelfAlignmentData (ItemPosition position, OverflowAlignment overflow, ItemPositionType positionType=NonLegacyPosition)
 
void setPosition (ItemPosition position)
 
void setPositionType (ItemPositionType positionType)
 
void setOverflow (OverflowAlignment overflow)
 
ItemPosition position () const
 
ItemPositionType positionType () const
 
OverflowAlignment overflow () const
 
bool operator== (const StyleSelfAlignmentData &o) const
 
bool operator!= (const StyleSelfAlignmentData &o) const
 

Constructor & Destructor Documentation

◆ StyleSelfAlignmentData() [1/2]

WebCore::StyleSelfAlignmentData::StyleSelfAlignmentData ( ItemPosition  position,
OverflowAlignment  overflow,
ItemPositionType  positionType = NonLegacyPosition 
)
inline

◆ StyleSelfAlignmentData() [2/2]

WebCore::StyleSelfAlignmentData::StyleSelfAlignmentData ( ItemPosition  position,
OverflowAlignment  overflow,
ItemPositionType  positionType = NonLegacyPosition 
)
inline

Member Function Documentation

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

◆ overflow() [1/2]

OverflowAlignment WebCore::StyleSelfAlignmentData::overflow ( ) const
inline

◆ overflow() [2/2]

OverflowAlignment WebCore::StyleSelfAlignmentData::overflow ( ) const
inline

◆ position() [1/2]

ItemPosition WebCore::StyleSelfAlignmentData::position ( ) const
inline

◆ position() [2/2]

ItemPosition WebCore::StyleSelfAlignmentData::position ( ) const
inline

◆ positionType() [1/2]

ItemPositionType WebCore::StyleSelfAlignmentData::positionType ( ) const
inline

◆ positionType() [2/2]

ItemPositionType WebCore::StyleSelfAlignmentData::positionType ( ) const
inline

◆ setOverflow() [1/2]

void WebCore::StyleSelfAlignmentData::setOverflow ( OverflowAlignment  overflow)
inline

◆ setOverflow() [2/2]

void WebCore::StyleSelfAlignmentData::setOverflow ( OverflowAlignment  overflow)
inline

◆ setPosition() [1/2]

void WebCore::StyleSelfAlignmentData::setPosition ( ItemPosition  position)
inline

◆ setPosition() [2/2]

void WebCore::StyleSelfAlignmentData::setPosition ( ItemPosition  position)
inline

◆ setPositionType() [1/2]

void WebCore::StyleSelfAlignmentData::setPositionType ( ItemPositionType  positionType)
inline

◆ setPositionType() [2/2]

void WebCore::StyleSelfAlignmentData::setPositionType ( ItemPositionType  positionType)
inline

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