Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
CefInsets Class Reference

Class representing insets. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefInsets:
cef_insets_t

Public Member Functions

 CefInsets ()
 
 CefInsets (const cef_insets_t &r)
 
 CefInsets (int top, int left, int bottom, int right)
 
void Set (int top_val, int left_val, int bottom_val, int right_val)
 

Additional Inherited Members

- Public Attributes inherited from cef_insets_t
int top
 
int left
 
int bottom
 
int right
 

Detailed Description

Class representing insets.

Constructor & Destructor Documentation

◆ CefInsets() [1/3]

CefInsets::CefInsets ( )
inline

◆ CefInsets() [2/3]

CefInsets::CefInsets ( const cef_insets_t r)
inline

◆ CefInsets() [3/3]

CefInsets::CefInsets ( int  top,
int  left,
int  bottom,
int  right 
)
inline

Member Function Documentation

◆ Set()

void CefInsets::Set ( int  top_val,
int  left_val,
int  bottom_val,
int  right_val 
)
inline

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