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 CefLayout

CefBaseRefCounted
   |
   +--CefLayout

   in cef_layout.h
Direct Known Subclasses:
CefBoxLayout, CefFillLayout

class CefLayout
extends CefBaseRefCounted

A Layout handles the sizing of the children of a Panel according to implementation-specific heuristics. Methods must be called on the browser process UI thread unless otherwise indicated.


Method Summary
 virtual CefRefPtr< CefBoxLayout > AsBoxLayout()= 0
          Returns this Layout as a BoxLayout or NULL if this is not a BoxLayout.
 virtual CefRefPtr< CefFillLayout > AsFillLayout()= 0
          Returns this Layout as a FillLayout or NULL if this is not a FillLayout.
 virtual bool IsValid()= 0
          Returns true if this Layout is valid.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

AsBoxLayout

public virtual CefRefPtr< CefBoxLayout > AsBoxLayout()= 0;
Returns this Layout as a BoxLayout or NULL if this is not a BoxLayout.

AsFillLayout

public virtual CefRefPtr< CefFillLayout > AsFillLayout()= 0;
Returns this Layout as a FillLayout or NULL if this is not a FillLayout.

IsValid

public virtual bool IsValid()= 0;
Returns true if this Layout is valid.

 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