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 CefInsets

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefInsets

   in cef_types_wrappers.h

class CefInsets
extends CefStructBase

Class representing insets.


Inner Classes, Typedefs, and Enums
typedef CefInsets::parent
          
   
Fields inherited from class CefStructBase
attached_to_
 
Constructor Summary
CefInsets( const cef_insets_t& r )
          
CefInsets( const CefInsets& r )
          
CefInsets( int top, int left, int bottom, int right )
          
CefInsets()
          
 
Method Summary
 void Set( int top_val, int left_val, int bottom_val, int right_val )
          
   
Methods inherited from class CefStructBase
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear
 

Constructor Detail

CefInsets

public CefInsets( const cef_insets_t& r );

CefInsets

public CefInsets( const CefInsets& r );

CefInsets

public CefInsets( int top, int left, int bottom, int right );

CefInsets

public CefInsets();


Method Detail

Set

public void Set( int top_val, int left_val, int bottom_val, int right_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