Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
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 (uint32_t from, uint32_t to)
 
void Set (int from_val, int to_val)
 

Static Public Member Functions

static CefRange InvalidRange ()
 

Additional Inherited Members

- Public Attributes inherited from cef_range_t
uint32_t from
 
uint32_t 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 ( uint32_t  from,
uint32_t  to 
)
inline

Member Function Documentation

◆ InvalidRange()

static CefRange CefRange::InvalidRange ( )
inlinestatic

◆ Set()

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

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