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

#include <BasicShapes.h>

Public Types

enum  Direction { TopLeft, BottomRight, TopLeft, BottomRight }
 
enum  Direction { TopLeft, BottomRight, TopLeft, BottomRight }
 

Public Member Functions

 BasicShapeCenterCoordinate ()
 
 BasicShapeCenterCoordinate (Direction direction, Length length)
 
 BasicShapeCenterCoordinate (const BasicShapeCenterCoordinate &other)
 
Direction direction () const
 
const Lengthlength () const
 
const LengthcomputedLength () const
 
BasicShapeCenterCoordinate blend (const BasicShapeCenterCoordinate &from, double progress) const
 
bool operator== (const BasicShapeCenterCoordinate &other) const
 
 BasicShapeCenterCoordinate ()
 
 BasicShapeCenterCoordinate (Direction direction, Length length)
 
 BasicShapeCenterCoordinate (const BasicShapeCenterCoordinate &other)
 
Direction direction () const
 
const Lengthlength () const
 
const LengthcomputedLength () const
 
BasicShapeCenterCoordinate blend (const BasicShapeCenterCoordinate &from, double progress) const
 
bool operator== (const BasicShapeCenterCoordinate &other) const
 

Member Enumeration Documentation

◆ Direction [1/2]

Enumerator
TopLeft 
BottomRight 
TopLeft 
BottomRight 

◆ Direction [2/2]

Enumerator
TopLeft 
BottomRight 
TopLeft 
BottomRight 

Constructor & Destructor Documentation

◆ BasicShapeCenterCoordinate() [1/6]

WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate ( )
inline

◆ BasicShapeCenterCoordinate() [2/6]

WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate ( Direction  direction,
Length  length 
)
inline

◆ BasicShapeCenterCoordinate() [3/6]

WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate ( const BasicShapeCenterCoordinate other)
inline

◆ BasicShapeCenterCoordinate() [4/6]

WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate ( )
inline

◆ BasicShapeCenterCoordinate() [5/6]

WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate ( Direction  direction,
Length  length 
)
inline

◆ BasicShapeCenterCoordinate() [6/6]

WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate ( const BasicShapeCenterCoordinate other)
inline

Member Function Documentation

◆ blend() [1/2]

BasicShapeCenterCoordinate WebCore::BasicShapeCenterCoordinate::blend ( const BasicShapeCenterCoordinate from,
double  progress 
) const
inline

◆ blend() [2/2]

BasicShapeCenterCoordinate WebCore::BasicShapeCenterCoordinate::blend ( const BasicShapeCenterCoordinate from,
double  progress 
) const
inline

◆ computedLength() [1/2]

const Length& WebCore::BasicShapeCenterCoordinate::computedLength ( ) const
inline

◆ computedLength() [2/2]

const Length& WebCore::BasicShapeCenterCoordinate::computedLength ( ) const
inline

◆ direction() [1/2]

Direction WebCore::BasicShapeCenterCoordinate::direction ( ) const
inline

◆ direction() [2/2]

Direction WebCore::BasicShapeCenterCoordinate::direction ( ) const
inline

◆ length() [1/2]

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

◆ length() [2/2]

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

◆ operator==() [1/2]

bool WebCore::BasicShapeCenterCoordinate::operator== ( const BasicShapeCenterCoordinate other) const
inline

◆ operator==() [2/2]

bool WebCore::BasicShapeCenterCoordinate::operator== ( const BasicShapeCenterCoordinate other) const
inline

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