Chromium Embedded Framework (CEF)  106.0.15+gbb70d04+chromium-106.0.5249.12
CefDraggableRegion Class Reference

Class representing a draggable region. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefDraggableRegion:
cef_draggable_region_t

Public Member Functions

 CefDraggableRegion ()
 
 CefDraggableRegion (const cef_draggable_region_t &r)
 
 CefDraggableRegion (const cef_rect_t &bounds, bool draggable)
 
void Set (const CefRect &bounds_val, bool draggable_val)
 

Additional Inherited Members

- Public Attributes inherited from cef_draggable_region_t
cef_rect_t bounds
 Bounds of the region. More...
 
int draggable
 True (1) this this region is draggable and false (0) otherwise. More...
 

Detailed Description

Class representing a draggable region.

Constructor & Destructor Documentation

◆ CefDraggableRegion() [1/3]

CefDraggableRegion::CefDraggableRegion ( )
inline

◆ CefDraggableRegion() [2/3]

CefDraggableRegion::CefDraggableRegion ( const cef_draggable_region_t r)
inline

◆ CefDraggableRegion() [3/3]

CefDraggableRegion::CefDraggableRegion ( const cef_rect_t bounds,
bool  draggable 
)
inline

Member Function Documentation

◆ Set()

void CefDraggableRegion::Set ( const CefRect bounds_val,
bool  draggable_val 
)
inline

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