|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
traits::struct_type
|
+--CefStructBase
|
+--CefTime
in cef_types_wrappers.hClass representing a time.
| Inner Classes, Typedefs, and Enums | |
typedef |
CefTime::parent
|
| Fields inherited from class CefStructBase |
attached_to_ |
| Constructor Summary | |
CefTime( const cef_time_t& r )
|
|
CefTime( time_t r )
|
|
CefTime( double r )
|
|
CefTime()
|
|
| Method Summary | |
double |
GetDoubleT() const
|
time_t |
GetTimeT() const
|
void |
SetDoubleT( double r )
|
void |
SetTimeT( time_t r )
|
| Methods inherited from class CefStructBase |
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear |
| Constructor Detail |
public CefTime( const cef_time_t& r );
public CefTime( time_t r );
public CefTime( double r );
public CefTime();
| Method Detail |
public double GetDoubleT() const;
public time_t GetTimeT() const;
public void SetDoubleT( double r );
public void SetTimeT( time_t r );
|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||