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 CefDraggableRegion

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefDraggableRegion

   in cef_types_wrappers.h

class CefDraggableRegion
extends CefStructBase

Class representing a draggable region.


Inner Classes, Typedefs, and Enums
typedef CefDraggableRegion::parent
          
   
Fields inherited from class CefStructBase
attached_to_
 
Constructor Summary
CefDraggableRegion( const cef_draggable_region_t& r )
          
CefDraggableRegion( const CefDraggableRegion& r )
          
CefDraggableRegion( const CefRect& bounds, bool draggable )
          
CefDraggableRegion()
          
 
Method Summary
 void Set( const CefRect& bounds_val, bool draggable_val )
          
   
Methods inherited from class CefStructBase
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear
 

Constructor Detail

CefDraggableRegion

public CefDraggableRegion( const cef_draggable_region_t& r );

CefDraggableRegion

public CefDraggableRegion( const CefDraggableRegion& r );

CefDraggableRegion

public CefDraggableRegion( const CefRect& bounds, bool draggable );

CefDraggableRegion

public CefDraggableRegion();


Method Detail

Set

public void Set( const CefRect& bounds_val, bool draggable_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