Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefRect

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefRect

   in cef_types_wrappers.h

class CefRect
extends CefStructBase

Class representing a rectangle.


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

Constructor Detail

CefRect

public CefRect( const cef_rect_t& r );

CefRect

public CefRect( const CefRect& r );

CefRect

public CefRect( int x, int y, int width, int height );

CefRect

public CefRect();


Method Detail

IsEmpty

public bool IsEmpty() const;

Set

public void Set( int x, int y, int width, int height );

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

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