Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefScreenInfo

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefScreenInfo

   in cef_types_wrappers.h

class CefScreenInfo
extends CefStructBase

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


Inner Classes, Typedefs, and Enums
typedef CefScreenInfo::parent
          
   
Fields inherited from class CefStructBase
attached_to_
 
Constructor Summary
CefScreenInfo( const cef_screen_info_t& r )
          
CefScreenInfo( const CefScreenInfo& r )
          
CefScreenInfo( float device_scale_factor, int depth, int depth_per_component, bool is_monochrome, const CefRect& rect, const CefRect& available_rect )
          
CefScreenInfo()
          
 
Method Summary
 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 )
          
   
Methods inherited from class CefStructBase
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear
 

Constructor Detail

CefScreenInfo

public CefScreenInfo( const cef_screen_info_t& r );

CefScreenInfo

public CefScreenInfo( const CefScreenInfo& r );

CefScreenInfo

public CefScreenInfo( float device_scale_factor, int depth, int depth_per_component, bool is_monochrome, const CefRect& rect, const CefRect& available_rect );

CefScreenInfo

public CefScreenInfo();


Method Detail

Set

public 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 );

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt