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 CefSize

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefSize

   in cef_types_wrappers.h

class CefSize
extends CefStructBase

Class representing a size.


Inner Classes, Typedefs, and Enums
typedef CefSize::parent
          
   
Fields inherited from class CefStructBase
attached_to_
 
Constructor Summary
CefSize( const cef_size_t& r )
          
CefSize( const CefSize& r )
          
CefSize( int width, int height )
          
CefSize()
          
 
Method Summary
 bool IsEmpty() const
          
 void Set( int width_val, int height_val )
          
   
Methods inherited from class CefStructBase
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear
 

Constructor Detail

CefSize

public CefSize( const cef_size_t& r );

CefSize

public CefSize( const CefSize& r );

CefSize

public CefSize( int width, int height );

CefSize

public CefSize();


Method Detail

IsEmpty

public bool IsEmpty() const;

Set

public void Set( int width_val, int height_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