webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebKit::WebInspectorClientGtk Class Reference

#include <WebInspectorClientGtk.h>

Inheritance diagram for WebKit::WebInspectorClientGtk:
API::Client< WKInspectorClientGtkBase >

Public Member Functions

bool openWindow (WebInspectorProxy *)
 
void didClose (WebInspectorProxy *)
 
bool bringToFront (WebInspectorProxy *)
 
void inspectedURLChanged (WebInspectorProxy *, const String &url)
 
bool attach (WebInspectorProxy *)
 
bool detach (WebInspectorProxy *)
 
void didChangeAttachedHeight (WebInspectorProxy *, unsigned height)
 
void didChangeAttachedWidth (WebInspectorProxy *, unsigned width)
 
void didChangeAttachAvailability (WebInspectorProxy *, bool available)
 
- Public Member Functions inherited from API::Client< WKInspectorClientGtkBase >
 Client ()
 
void initialize (const WKInspectorClientGtkBase *client)
 
const LatestClientInterface & client () const
 

Additional Inherited Members

- Protected Attributes inherited from API::Client< WKInspectorClientGtkBase >
LatestClientInterface m_client
 

Member Function Documentation

◆ attach()

bool WebKit::WebInspectorClientGtk::attach ( WebInspectorProxy inspector)

◆ bringToFront()

bool WebKit::WebInspectorClientGtk::bringToFront ( WebInspectorProxy inspector)

◆ detach()

bool WebKit::WebInspectorClientGtk::detach ( WebInspectorProxy inspector)

◆ didChangeAttachAvailability()

void WebKit::WebInspectorClientGtk::didChangeAttachAvailability ( WebInspectorProxy inspector,
bool  available 
)

◆ didChangeAttachedHeight()

void WebKit::WebInspectorClientGtk::didChangeAttachedHeight ( WebInspectorProxy inspector,
unsigned  height 
)

◆ didChangeAttachedWidth()

void WebKit::WebInspectorClientGtk::didChangeAttachedWidth ( WebInspectorProxy inspector,
unsigned  width 
)

◆ didClose()

void WebKit::WebInspectorClientGtk::didClose ( WebInspectorProxy inspector)

◆ inspectedURLChanged()

void WebKit::WebInspectorClientGtk::inspectedURLChanged ( WebInspectorProxy inspector,
const String url 
)

◆ openWindow()

bool WebKit::WebInspectorClientGtk::openWindow ( WebInspectorProxy inspector)

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