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

#include <LengthPoint.h>

Public Member Functions

 LengthPoint ()
 
 LengthPoint (Length x, Length y)
 
bool operator== (const LengthPoint &o) const
 
bool operator!= (const LengthPoint &o) const
 
void setX (Length x)
 
const Lengthx () const
 
void setY (Length y)
 
const Lengthy () const
 
 LengthPoint ()
 
 LengthPoint (Length x, Length y)
 
bool operator== (const LengthPoint &o) const
 
bool operator!= (const LengthPoint &o) const
 
void setX (Length x)
 
const Lengthx () const
 
void setY (Length y)
 
const Lengthy () const
 

Constructor & Destructor Documentation

◆ LengthPoint() [1/4]

WebCore::LengthPoint::LengthPoint ( )
inline

◆ LengthPoint() [2/4]

WebCore::LengthPoint::LengthPoint ( Length  x,
Length  y 
)
inline

◆ LengthPoint() [3/4]

WebCore::LengthPoint::LengthPoint ( )
inline

◆ LengthPoint() [4/4]

WebCore::LengthPoint::LengthPoint ( Length  x,
Length  y 
)
inline

Member Function Documentation

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

◆ setX() [1/2]

void WebCore::LengthPoint::setX ( Length  x)
inline

◆ setX() [2/2]

void WebCore::LengthPoint::setX ( Length  x)
inline

◆ setY() [1/2]

void WebCore::LengthPoint::setY ( Length  y)
inline

◆ setY() [2/2]

void WebCore::LengthPoint::setY ( Length  y)
inline

◆ x() [1/2]

const Length& WebCore::LengthPoint::x ( ) const
inline

◆ x() [2/2]

const Length& WebCore::LengthPoint::x ( ) const
inline

◆ y() [1/2]

const Length& WebCore::LengthPoint::y ( ) const
inline

◆ y() [2/2]

const Length& WebCore::LengthPoint::y ( ) const
inline

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