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

Class representing the virtual screen information for use when window rendering is disabled. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefScreenInfo:
cef_screen_info_t

Public Member Functions

 CefScreenInfo ()
 
 CefScreenInfo (const cef_screen_info_t &r)
 
 CefScreenInfo (float device_scale_factor, int depth, int depth_per_component, bool is_monochrome, const cef_rect_t &rect, const cef_rect_t &available_rect)
 
void Set (float device_scale_factor_val, int depth_val, int depth_per_component_val, bool is_monochrome_val, const CefRect &rect_val, const CefRect &available_rect_val)
 

Additional Inherited Members

- Public Attributes inherited from cef_screen_info_t
float device_scale_factor
 Device scale factor. More...
 
int depth
 The screen depth in bits per pixel. More...
 
int depth_per_component
 The bits per color component. More...
 
int is_monochrome
 This can be true for black and white printers. More...
 
cef_rect_t rect
 This is set from the rcMonitor member of MONITORINFOEX, to whit: "A RECT structure that specifies the display monitor rectangle, expressed in virtual-screen coordinates. More...
 
cef_rect_t available_rect
 This is set from the rcWork member of MONITORINFOEX, to whit: "A RECT structure that specifies the work area rectangle of the display monitor that can be used by applications, expressed in virtual-screen coordinates. More...
 

Detailed Description

Class representing the virtual screen information for use when window rendering is disabled.

Constructor & Destructor Documentation

◆ CefScreenInfo() [1/3]

CefScreenInfo::CefScreenInfo ( )
inline

◆ CefScreenInfo() [2/3]

CefScreenInfo::CefScreenInfo ( const cef_screen_info_t r)
inline

◆ CefScreenInfo() [3/3]

CefScreenInfo::CefScreenInfo ( float  device_scale_factor,
int  depth,
int  depth_per_component,
bool  is_monochrome,
const cef_rect_t rect,
const cef_rect_t available_rect 
)
inline

Member Function Documentation

◆ Set()

void CefScreenInfo::Set ( float  device_scale_factor_val,
int  depth_val,
int  depth_per_component_val,
bool  is_monochrome_val,
const CefRect rect_val,
const CefRect available_rect_val 
)
inline

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