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

#include <RotateTransformOperation.h>

Inheritance diagram for WebCore::RotateTransformOperation:
WebCore::TransformOperation WebCore::TransformOperation WTF::RefCounted< TransformOperation > WTF::RefCounted< TransformOperation > WTF::RefCounted< TransformOperation > WTF::RefCounted< TransformOperation > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

Ref< TransformOperationclone () const override
 
double x () const
 
double y () const
 
double z () const
 
double angle () const
 
Ref< TransformOperationclone () const override
 
double x () const
 
double y () const
 
double z () const
 
double angle () const
 
- Public Member Functions inherited from WebCore::TransformOperation
virtual ~TransformOperation ()
 
bool operator!= (const TransformOperation &o) const
 
bool is3DOperation () const
 
bool isRotateTransformOperationType () const
 
bool isScaleTransformOperationType () const
 
bool isSkewTransformOperationType () const
 
bool isTranslateTransformOperationType () const
 
virtual ~TransformOperation ()
 
bool operator!= (const TransformOperation &o) const
 
bool is3DOperation () const
 
bool isRotateTransformOperationType () const
 
bool isScaleTransformOperationType () const
 
bool isSkewTransformOperationType () const
 
bool isTranslateTransformOperationType () const
 
- Public Member Functions inherited from WTF::RefCounted< TransformOperation >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< RotateTransformOperationcreate (double angle, OperationType type)
 
static Ref< RotateTransformOperationcreate (double x, double y, double z, double angle, OperationType type)
 
static Ref< RotateTransformOperationcreate (double angle, OperationType type)
 
static Ref< RotateTransformOperationcreate (double x, double y, double z, double angle, OperationType type)
 

Additional Inherited Members

- Public Types inherited from WebCore::TransformOperation
enum  OperationType {
  SCALE_X, SCALE_Y, SCALE, TRANSLATE_X,
  TRANSLATE_Y, TRANSLATE, ROTATE, ROTATE_Z = ROTATE,
  SKEW_X, SKEW_Y, SKEW, MATRIX,
  SCALE_Z, SCALE_3D, TRANSLATE_Z, TRANSLATE_3D,
  ROTATE_X, ROTATE_Y, ROTATE_3D, MATRIX_3D,
  PERSPECTIVE, IDENTITY, NONE, SCALE_X,
  SCALE_Y, SCALE, TRANSLATE_X, TRANSLATE_Y,
  TRANSLATE, ROTATE, ROTATE_Z = ROTATE, SKEW_X,
  SKEW_Y, SKEW, MATRIX, SCALE_Z,
  SCALE_3D, TRANSLATE_Z, TRANSLATE_3D, ROTATE_X,
  ROTATE_Y, ROTATE_3D, MATRIX_3D, PERSPECTIVE,
  IDENTITY, NONE
}
 
enum  OperationType {
  SCALE_X, SCALE_Y, SCALE, TRANSLATE_X,
  TRANSLATE_Y, TRANSLATE, ROTATE, ROTATE_Z = ROTATE,
  SKEW_X, SKEW_Y, SKEW, MATRIX,
  SCALE_Z, SCALE_3D, TRANSLATE_Z, TRANSLATE_3D,
  ROTATE_X, ROTATE_Y, ROTATE_3D, MATRIX_3D,
  PERSPECTIVE, IDENTITY, NONE, SCALE_X,
  SCALE_Y, SCALE, TRANSLATE_X, TRANSLATE_Y,
  TRANSLATE, ROTATE, ROTATE_Z = ROTATE, SKEW_X,
  SKEW_Y, SKEW, MATRIX, SCALE_Z,
  SCALE_3D, TRANSLATE_Z, TRANSLATE_3D, ROTATE_X,
  ROTATE_Y, ROTATE_3D, MATRIX_3D, PERSPECTIVE,
  IDENTITY, NONE
}
 
- Protected Member Functions inherited from WTF::RefCounted< TransformOperation >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Member Function Documentation

◆ angle() [1/2]

double WebCore::RotateTransformOperation::angle ( ) const
inline

◆ angle() [2/2]

double WebCore::RotateTransformOperation::angle ( ) const
inline

◆ clone() [1/2]

Ref<TransformOperation> WebCore::RotateTransformOperation::clone ( void  ) const
inlineoverridevirtual

◆ clone() [2/2]

Ref<TransformOperation> WebCore::RotateTransformOperation::clone ( void  ) const
inlineoverridevirtual

◆ create() [1/4]

static Ref<RotateTransformOperation> WebCore::RotateTransformOperation::create ( double  angle,
OperationType  type 
)
inlinestatic

◆ create() [2/4]

static Ref<RotateTransformOperation> WebCore::RotateTransformOperation::create ( double  angle,
OperationType  type 
)
inlinestatic

◆ create() [3/4]

static Ref<RotateTransformOperation> WebCore::RotateTransformOperation::create ( double  x,
double  y,
double  z,
double  angle,
OperationType  type 
)
inlinestatic

◆ create() [4/4]

static Ref<RotateTransformOperation> WebCore::RotateTransformOperation::create ( double  x,
double  y,
double  z,
double  angle,
OperationType  type 
)
inlinestatic

◆ x() [1/2]

double WebCore::RotateTransformOperation::x ( ) const
inline

◆ x() [2/2]

double WebCore::RotateTransformOperation::x ( ) const
inline

◆ y() [1/2]

double WebCore::RotateTransformOperation::y ( ) const
inline

◆ y() [2/2]

double WebCore::RotateTransformOperation::y ( ) const
inline

◆ z() [1/2]

double WebCore::RotateTransformOperation::z ( ) const
inline

◆ z() [2/2]

double WebCore::RotateTransformOperation::z ( ) const
inline

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