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 CefProcessMessage

CefBaseRefCounted
   |
   +--CefProcessMessage

   in cef_process_message.h

class CefProcessMessage
extends CefBaseRefCounted

Class representing a message. Can be used on any process and thread.


Method Summary
 virtual CefRefPtr< CefProcessMessage > Copy()= 0
          Returns a writable copy of this object.
 static CefRefPtr< CefProcessMessage > Create( const CefString& name )
          Create a new CefProcessMessage object with the specified name.
 virtual CefRefPtr< CefListValue > GetArgumentList()= 0
          Returns the list of arguments.
 virtual CefString GetName()= 0
          Returns the message name.
 virtual bool IsReadOnly()= 0
          Returns true if the values of this object are read-only.
 virtual bool IsValid()= 0
          Returns true if this object is valid.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

Copy

public virtual CefRefPtr< CefProcessMessage > Copy()= 0;
Returns a writable copy of this object.

Create

public static CefRefPtr< CefProcessMessage > Create( const CefString& name );
Create a new CefProcessMessage object with the specified name.

GetArgumentList

public virtual CefRefPtr< CefListValue > GetArgumentList()= 0;
Returns the list of arguments.

GetName

public virtual CefString GetName()= 0;
Returns the message name.

IsReadOnly

public virtual bool IsReadOnly()= 0;
Returns true if the values of this object are read-only. Some APIs may expose read-only objects.

IsValid

public virtual bool IsValid()= 0;
Returns true if this object is valid. Do not call any other methods if this function returns false.

 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