Chromium Embedded Framework (CEF)  109.0.1+gcd5e37a+chromium-109.0.5414.8
CefRange Class Reference

Class representing a range. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefRange:
cef_range_t

Public Member Functions

 CefRange ()
 
 CefRange (const cef_range_t &r)
 
 CefRange (int from, int to)
 
void Set (int from_val, int to_val)
 

Additional Inherited Members

- Public Attributes inherited from cef_range_t
int from
 
int to
 

Detailed Description

Class representing a range.

Constructor & Destructor Documentation

◆ CefRange() [1/3]

CefRange::CefRange ( )
inline

◆ CefRange() [2/3]

CefRange::CefRange ( const cef_range_t r)
inline

◆ CefRange() [3/3]

CefRange::CefRange ( int  from,
int  to 
)
inline

Member Function Documentation

◆ Set()

void CefRange::Set ( int  from_val,
int  to_val 
)
inline

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