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

#include <desktop_geometry.h>

Public Member Functions

 DesktopSize ()
 
 DesktopSize (int32_t width, int32_t height)
 
int32_t width () const
 
int32_t height () const
 
bool is_empty () const
 
bool equals (const DesktopSize &other) const
 
void set (int32_t width, int32_t height)
 
 DesktopSize ()
 
 DesktopSize (int32_t width, int32_t height)
 
int32_t width () const
 
int32_t height () const
 
bool is_empty () const
 
bool equals (const DesktopSize &other) const
 
void set (int32_t width, int32_t height)
 

Constructor & Destructor Documentation

◆ DesktopSize() [1/4]

webrtc::DesktopSize::DesktopSize ( )
inline

◆ DesktopSize() [2/4]

webrtc::DesktopSize::DesktopSize ( int32_t  width,
int32_t  height 
)
inline

◆ DesktopSize() [3/4]

webrtc::DesktopSize::DesktopSize ( )
inline

◆ DesktopSize() [4/4]

webrtc::DesktopSize::DesktopSize ( int32_t  width,
int32_t  height 
)
inline

Member Function Documentation

◆ equals() [1/2]

bool webrtc::DesktopSize::equals ( const DesktopSize other) const
inline

◆ equals() [2/2]

bool webrtc::DesktopSize::equals ( const DesktopSize other) const
inline

◆ height() [1/2]

int32_t webrtc::DesktopSize::height ( ) const
inline

◆ height() [2/2]

int32_t webrtc::DesktopSize::height ( ) const
inline

◆ is_empty() [1/2]

bool webrtc::DesktopSize::is_empty ( ) const
inline

◆ is_empty() [2/2]

bool webrtc::DesktopSize::is_empty ( ) const
inline

◆ set() [1/2]

void webrtc::DesktopSize::set ( int32_t  width,
int32_t  height 
)
inline

◆ set() [2/2]

void webrtc::DesktopSize::set ( int32_t  width,
int32_t  height 
)
inline

◆ width() [1/2]

int32_t webrtc::DesktopSize::width ( ) const
inline

◆ width() [2/2]

int32_t webrtc::DesktopSize::width ( ) const
inline

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