Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
CefSize Class Reference

Class representing a size. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefSize:
cef_size_t

Public Member Functions

 CefSize ()
 
 CefSize (const cef_size_t &r)
 
 CefSize (int width, int height)
 
bool IsEmpty () const
 
void Set (int width_val, int height_val)
 

Additional Inherited Members

- Public Attributes inherited from cef_size_t
int width
 
int height
 

Detailed Description

Class representing a size.

Constructor & Destructor Documentation

◆ CefSize() [1/3]

CefSize::CefSize ( )
inline

◆ CefSize() [2/3]

CefSize::CefSize ( const cef_size_t r)
inline

◆ CefSize() [3/3]

CefSize::CefSize ( int  width,
int  height 
)
inline

Member Function Documentation

◆ IsEmpty()

bool CefSize::IsEmpty ( ) const
inline

◆ Set()

void CefSize::Set ( int  width_val,
int  height_val 
)
inline

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