Chromium Embedded Framework (CEF)
109.0.1+gcd5e37a+chromium-109.0.5414.8
|
#include "include/internal/cef_string.h"
#include "include/internal/cef_string_list.h"
#include "include/internal/cef_types.h"
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) |
Class representing browser initialization settings.
using CefCookie = CefStructBase<CefCookieTraits> |
Class representing a cookie.
Class representing MediaSink device info.
Class representing PDF print settings.
Class representing request context initialization settings.
using CefSettings = CefStructBase<CefSettingsTraits> |
Class representing initialization settings.
using CefURLParts = CefStructBase<CefURLPartsTraits> |
Class representing a URL's component parts.
|
inline |
|
inline |