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

#include <DeviceOrientationData.h>

Inheritance diagram for WebCore::DeviceOrientationData:
WTF::RefCounted< DeviceOrientationData > WTF::RefCounted< DeviceOrientationData > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

std::optional< double > alpha () const
 
std::optional< double > beta () const
 
std::optional< double > gamma () const
 
std::optional< bool > absolute () const
 
std::optional< double > alpha () const
 
std::optional< double > beta () const
 
std::optional< double > gamma () const
 
std::optional< bool > absolute () const
 
- Public Member Functions inherited from WTF::RefCounted< DeviceOrientationData >
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< DeviceOrientationDatacreate ()
 
static WEBCORE_EXPORT Ref< DeviceOrientationDatacreate (std::optional< double > alpha, std::optional< double > beta, std::optional< double > gamma, std::optional< bool > absolute)
 
static Ref< DeviceOrientationDatacreate ()
 
static WEBCORE_EXPORT Ref< DeviceOrientationDatacreate (std::optional< double > alpha, std::optional< double > beta, std::optional< double > gamma, std::optional< bool > absolute)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< DeviceOrientationData >
 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

◆ absolute() [1/2]

std::optional<bool> WebCore::DeviceOrientationData::absolute ( ) const
inline

◆ absolute() [2/2]

std::optional<bool> WebCore::DeviceOrientationData::absolute ( ) const
inline

◆ alpha() [1/2]

std::optional<double> WebCore::DeviceOrientationData::alpha ( ) const
inline

◆ alpha() [2/2]

std::optional<double> WebCore::DeviceOrientationData::alpha ( ) const
inline

◆ beta() [1/2]

std::optional<double> WebCore::DeviceOrientationData::beta ( ) const
inline

◆ beta() [2/2]

std::optional<double> WebCore::DeviceOrientationData::beta ( ) const
inline

◆ create() [1/4]

static Ref<DeviceOrientationData> WebCore::DeviceOrientationData::create ( )
inlinestatic

◆ create() [2/4]

static Ref<DeviceOrientationData> WebCore::DeviceOrientationData::create ( )
inlinestatic

◆ create() [3/4]

Ref< DeviceOrientationData > WebCore::DeviceOrientationData::create ( std::optional< double >  alpha,
std::optional< double >  beta,
std::optional< double >  gamma,
std::optional< bool >  absolute 
)
static

◆ create() [4/4]

static WEBCORE_EXPORT Ref<DeviceOrientationData> WebCore::DeviceOrientationData::create ( std::optional< double >  alpha,
std::optional< double >  beta,
std::optional< double >  gamma,
std::optional< bool >  absolute 
)
static

◆ gamma() [1/2]

std::optional<double> WebCore::DeviceOrientationData::gamma ( ) const
inline

◆ gamma() [2/2]

std::optional<double> WebCore::DeviceOrientationData::gamma ( ) const
inline

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