webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
Inspector::InspectorAgent Class Referencefinal

#include <InspectorAgent.h>

Inheritance diagram for Inspector::InspectorAgent:
Inspector::InspectorAgentBase Inspector::InspectorBackendDispatcherHandler Inspector::InspectorAgentBase Inspector::InspectorBackendDispatcherHandler

Public Member Functions

 InspectorAgent (AgentContext &)
 
virtual ~InspectorAgent ()
 
void didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *) override
 
void willDestroyFrontendAndBackend (DisconnectReason) override
 
void enable (ErrorString &) override
 
void disable (ErrorString &) override
 
void initialized (ErrorString &) override
 
void inspect (RefPtr< Protocol::Runtime::RemoteObject > &&objectToInspect, RefPtr< InspectorObject > &&hints)
 
void evaluateForTestInFrontend (const String &script)
 
 InspectorAgent (AgentContext &)
 
virtual ~InspectorAgent ()
 
void didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *) override
 
void willDestroyFrontendAndBackend (DisconnectReason) override
 
void enable (ErrorString &) override
 
void disable (ErrorString &) override
 
void initialized (ErrorString &) override
 
void inspect (RefPtr< Protocol::Runtime::RemoteObject > &&objectToInspect, RefPtr< InspectorObject > &&hints)
 
void evaluateForTestInFrontend (const String &script)
 
- Public Member Functions inherited from Inspector::InspectorAgentBase
virtual ~InspectorAgentBase ()
 
String domainName () const
 
virtual void discardValues ()
 
virtual void discardAgent ()
 
virtual ~InspectorAgentBase ()
 
String domainName () const
 
virtual void discardValues ()
 
virtual void discardAgent ()
 

Additional Inherited Members

- Protected Member Functions inherited from Inspector::InspectorAgentBase
 InspectorAgentBase (const String &name)
 
 InspectorAgentBase (const String &name)
 
- Protected Member Functions inherited from Inspector::InspectorBackendDispatcherHandler
virtual ~InspectorBackendDispatcherHandler ()
 
virtual ~InspectorBackendDispatcherHandler ()
 
- Protected Attributes inherited from Inspector::InspectorAgentBase
String m_name
 

Constructor & Destructor Documentation

◆ InspectorAgent() [1/2]

Inspector::InspectorAgent::InspectorAgent ( AgentContext context)

◆ ~InspectorAgent() [1/2]

Inspector::InspectorAgent::~InspectorAgent ( )
virtual

◆ InspectorAgent() [2/2]

Inspector::InspectorAgent::InspectorAgent ( AgentContext )

◆ ~InspectorAgent() [2/2]

virtual Inspector::InspectorAgent::~InspectorAgent ( )
virtual

Member Function Documentation

◆ didCreateFrontendAndBackend() [1/2]

void Inspector::InspectorAgent::didCreateFrontendAndBackend ( FrontendRouter ,
BackendDispatcher  
)
overridevirtual

◆ didCreateFrontendAndBackend() [2/2]

void Inspector::InspectorAgent::didCreateFrontendAndBackend ( FrontendRouter ,
BackendDispatcher  
)
overridevirtual

◆ disable() [1/2]

void Inspector::InspectorAgent::disable ( ErrorString )
overridevirtual

◆ disable() [2/2]

void Inspector::InspectorAgent::disable ( ErrorString )
overridevirtual

◆ enable() [1/2]

void Inspector::InspectorAgent::enable ( ErrorString )
overridevirtual

◆ enable() [2/2]

void Inspector::InspectorAgent::enable ( ErrorString )
overridevirtual

◆ evaluateForTestInFrontend() [1/2]

void Inspector::InspectorAgent::evaluateForTestInFrontend ( const String &  script)

◆ evaluateForTestInFrontend() [2/2]

void Inspector::InspectorAgent::evaluateForTestInFrontend ( const String &  script)

◆ initialized() [1/2]

void Inspector::InspectorAgent::initialized ( ErrorString )
overridevirtual

◆ initialized() [2/2]

void Inspector::InspectorAgent::initialized ( ErrorString )
overridevirtual

◆ inspect() [1/2]

void Inspector::InspectorAgent::inspect ( RefPtr< Protocol::Runtime::RemoteObject > &&  objectToInspect,
RefPtr< InspectorObject > &&  hints 
)

◆ inspect() [2/2]

void Inspector::InspectorAgent::inspect ( RefPtr< Protocol::Runtime::RemoteObject > &&  objectToInspect,
RefPtr< InspectorObject > &&  hints 
)

◆ willDestroyFrontendAndBackend() [1/2]

void Inspector::InspectorAgent::willDestroyFrontendAndBackend ( DisconnectReason  )
overridevirtual

◆ willDestroyFrontendAndBackend() [2/2]

void Inspector::InspectorAgent::willDestroyFrontendAndBackend ( DisconnectReason  )
overridevirtual

The documentation for this class was generated from the following files: