Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefPoint

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefPoint

   in cef_types_wrappers.h

class CefPoint
extends CefStructBase

Class representing a point.


Inner Classes, Typedefs, and Enums
typedef CefPoint::parent
          
   
Fields inherited from class CefStructBase
attached_to_
 
Constructor Summary
CefPoint( const cef_point_t& r )
          
CefPoint( const CefPoint& r )
          
CefPoint( int x, int y )
          
CefPoint()
          
 
Method Summary
 bool IsEmpty() const
          
 void Set( int x_val, int y_val )
          
   
Methods inherited from class CefStructBase
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear
 

Constructor Detail

CefPoint

public CefPoint( const cef_point_t& r );

CefPoint

public CefPoint( const CefPoint& r );

CefPoint

public CefPoint( int x, int y );

CefPoint

public CefPoint();


Method Detail

IsEmpty

public bool IsEmpty() const;

Set

public void Set( int x_val, int y_val );

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt