Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
cef_types_wrappers.h File Reference

Classes

class  CefStructBase< traits >
 Template class that provides common functionality for CEF structure wrapping. More...
 
class  CefPoint
 Class representing a point. More...
 
class  CefRect
 Class representing a rectangle. More...
 
class  CefSize
 Class representing a size. More...
 
class  CefRange
 Class representing a range. More...
 
class  CefInsets
 Class representing insets. More...
 
class  CefDraggableRegion
 Class representing a draggable region. More...
 
class  CefScreenInfo
 Class representing the virtual screen information for use when window rendering is disabled. More...
 
class  CefKeyEvent
 Class representing a a keyboard event. More...
 
class  CefMouseEvent
 Class representing a mouse event. More...
 
class  CefTouchEvent
 Class representing a touch event. More...
 
class  CefPopupFeatures
 Class representing popup window features. More...
 
struct  CefSettingsTraits
 
struct  CefRequestContextSettingsTraits
 
struct  CefBrowserSettingsTraits
 
struct  CefURLPartsTraits
 
class  CefTouchHandleState
 Class representing the state of a touch handle. More...
 
struct  CefCookieTraits
 
class  CefCursorInfo
 Class representing cursor information. More...
 
struct  CefPdfPrintSettingsTraits
 
class  CefBoxLayoutSettings
 Class representing CefBoxLayout settings. More...
 
class  CefCompositionUnderline
 Class representing IME composition underline. More...
 
class  CefAudioParameters
 Class representing CefAudioParameters settings. More...
 
struct  CefMediaSinkDeviceInfoTraits
 

Typedefs

using CefSettings = CefStructBase< CefSettingsTraits >
 Class representing initialization settings. More...
 
using CefRequestContextSettings = CefStructBase< CefRequestContextSettingsTraits >
 Class representing request context initialization settings. More...
 
using CefBrowserSettings = CefStructBase< CefBrowserSettingsTraits >
 Class representing browser initialization settings. More...
 
using CefURLParts = CefStructBase< CefURLPartsTraits >
 Class representing a URL's component parts. More...
 
using CefCookie = CefStructBase< CefCookieTraits >
 Class representing a cookie. More...
 
using CefPdfPrintSettings = CefStructBase< CefPdfPrintSettingsTraits >
 Class representing PDF print settings. More...
 
using CefMediaSinkDeviceInfo = CefStructBase< CefMediaSinkDeviceInfoTraits >
 Class representing MediaSink device info. More...
 

Functions

bool operator== (const CefPoint &a, const CefPoint &b)
 
bool operator!= (const CefPoint &a, const CefPoint &b)
 
bool operator== (const CefRect &a, const CefRect &b)
 
bool operator!= (const CefRect &a, const CefRect &b)
 
bool operator== (const CefSize &a, const CefSize &b)
 
bool operator!= (const CefSize &a, const CefSize &b)
 
bool operator== (const CefRange &a, const CefRange &b)
 
bool operator!= (const CefRange &a, const CefRange &b)
 
bool operator== (const CefInsets &a, const CefInsets &b)
 
bool operator!= (const CefInsets &a, const CefInsets &b)
 
bool operator== (const CefDraggableRegion &a, const CefDraggableRegion &b)
 
bool operator!= (const CefDraggableRegion &a, const CefDraggableRegion &b)
 

Typedef Documentation

◆ CefBrowserSettings

Class representing browser initialization settings.

◆ CefCookie

Class representing a cookie.

◆ CefMediaSinkDeviceInfo

Class representing MediaSink device info.

◆ CefPdfPrintSettings

Class representing PDF print settings.

◆ CefRequestContextSettings

Class representing request context initialization settings.

◆ CefSettings

Class representing initialization settings.

◆ CefURLParts

Class representing a URL's component parts.

Function Documentation

◆ operator!=() [1/6]

bool operator!= ( const CefDraggableRegion a,
const CefDraggableRegion b 
)
inline

◆ operator!=() [2/6]

bool operator!= ( const CefInsets a,
const CefInsets b 
)
inline

◆ operator!=() [3/6]

bool operator!= ( const CefPoint a,
const CefPoint b 
)
inline

◆ operator!=() [4/6]

bool operator!= ( const CefRange a,
const CefRange b 
)
inline

◆ operator!=() [5/6]

bool operator!= ( const CefRect a,
const CefRect b 
)
inline

◆ operator!=() [6/6]

bool operator!= ( const CefSize a,
const CefSize b 
)
inline

◆ operator==() [1/6]

bool operator== ( const CefDraggableRegion a,
const CefDraggableRegion b 
)
inline

◆ operator==() [2/6]

bool operator== ( const CefInsets a,
const CefInsets b 
)
inline

◆ operator==() [3/6]

bool operator== ( const CefPoint a,
const CefPoint b 
)
inline

◆ operator==() [4/6]

bool operator== ( const CefRange a,
const CefRange b 
)
inline

◆ operator==() [5/6]

bool operator== ( const CefRect a,
const CefRect b 
)
inline

◆ operator==() [6/6]

bool operator== ( const CefSize a,
const CefSize b 
)
inline