#include <InspectorOverlay.h>
|
| InspectorOverlay (Page &, InspectorClient *) |
|
| ~InspectorOverlay () |
|
void | update () |
|
void | paint (GraphicsContext &) |
|
void | getHighlight (Highlight &, CoordinateSystem) const |
|
void | setPausedInDebuggerMessage (const String *) |
|
void | hideHighlight () |
|
void | highlightNodeList (RefPtr< NodeList > &&, const HighlightConfig &) |
|
void | highlightNode (Node *, const HighlightConfig &) |
|
void | highlightQuad (std::unique_ptr< FloatQuad >, const HighlightConfig &) |
|
void | setShowingPaintRects (bool) |
|
void | showPaintRect (const FloatRect &) |
|
Node * | highlightedNode () const |
|
void | didSetSearchingForNode (bool enabled) |
|
void | setIndicating (bool indicating) |
|
RefPtr< Inspector::Protocol::OverlayTypes::NodeHighlightData > | buildHighlightObjectForNode (Node *, HighlightType) const |
|
Ref< Inspector::Protocol::Array< Inspector::Protocol::OverlayTypes::NodeHighlightData > > | buildObjectForHighlightedNodes () const |
|
void | freePage () |
|
| InspectorOverlay (Page &, InspectorClient *) |
|
| ~InspectorOverlay () |
|
void | update () |
|
void | paint (GraphicsContext &) |
|
void | getHighlight (Highlight &, CoordinateSystem) const |
|
void | setPausedInDebuggerMessage (const String *) |
|
void | hideHighlight () |
|
void | highlightNodeList (RefPtr< NodeList > &&, const HighlightConfig &) |
|
void | highlightNode (Node *, const HighlightConfig &) |
|
void | highlightQuad (std::unique_ptr< FloatQuad >, const HighlightConfig &) |
|
void | setShowingPaintRects (bool) |
|
void | showPaintRect (const FloatRect &) |
|
Node * | highlightedNode () const |
|
void | didSetSearchingForNode (bool enabled) |
|
void | setIndicating (bool indicating) |
|
RefPtr< Inspector::Protocol::OverlayTypes::NodeHighlightData > | buildHighlightObjectForNode (Node *, HighlightType) const |
|
Ref< Inspector::Protocol::Array< Inspector::Protocol::OverlayTypes::NodeHighlightData > > | buildObjectForHighlightedNodes () const |
|
void | freePage () |
|
◆ CoordinateSystem [1/2]
Enumerator |
---|
View | |
Document | |
View | |
Document | |
◆ CoordinateSystem [2/2]
Enumerator |
---|
View | |
Document | |
View | |
Document | |
◆ InspectorOverlay() [1/2]
◆ ~InspectorOverlay() [1/2]
WebCore::InspectorOverlay::~InspectorOverlay |
( |
| ) |
|
◆ InspectorOverlay() [2/2]
◆ ~InspectorOverlay() [2/2]
WebCore::InspectorOverlay::~InspectorOverlay |
( |
| ) |
|
◆ buildHighlightObjectForNode() [1/2]
◆ buildHighlightObjectForNode() [2/2]
◆ buildObjectForHighlightedNodes() [1/2]
◆ buildObjectForHighlightedNodes() [2/2]
◆ didSetSearchingForNode() [1/2]
void WebCore::InspectorOverlay::didSetSearchingForNode |
( |
bool |
enabled | ) |
|
◆ didSetSearchingForNode() [2/2]
void WebCore::InspectorOverlay::didSetSearchingForNode |
( |
bool |
enabled | ) |
|
◆ freePage() [1/2]
void WebCore::InspectorOverlay::freePage |
( |
| ) |
|
◆ freePage() [2/2]
void WebCore::InspectorOverlay::freePage |
( |
| ) |
|
◆ getHighlight() [1/2]
◆ getHighlight() [2/2]
◆ hideHighlight() [1/2]
void WebCore::InspectorOverlay::hideHighlight |
( |
| ) |
|
◆ hideHighlight() [2/2]
void WebCore::InspectorOverlay::hideHighlight |
( |
| ) |
|
◆ highlightedNode() [1/2]
Node * WebCore::InspectorOverlay::highlightedNode |
( |
| ) |
const |
◆ highlightedNode() [2/2]
Node* WebCore::InspectorOverlay::highlightedNode |
( |
| ) |
const |
◆ highlightNode() [1/2]
◆ highlightNode() [2/2]
◆ highlightNodeList() [1/2]
◆ highlightNodeList() [2/2]
◆ highlightQuad() [1/2]
◆ highlightQuad() [2/2]
◆ paint() [1/2]
◆ paint() [2/2]
◆ setIndicating() [1/2]
void WebCore::InspectorOverlay::setIndicating |
( |
bool |
indicating | ) |
|
◆ setIndicating() [2/2]
void WebCore::InspectorOverlay::setIndicating |
( |
bool |
indicating | ) |
|
◆ setPausedInDebuggerMessage() [1/2]
void WebCore::InspectorOverlay::setPausedInDebuggerMessage |
( |
const String * |
message | ) |
|
◆ setPausedInDebuggerMessage() [2/2]
void WebCore::InspectorOverlay::setPausedInDebuggerMessage |
( |
const String * |
| ) |
|
◆ setShowingPaintRects() [1/2]
void WebCore::InspectorOverlay::setShowingPaintRects |
( |
bool |
showingPaintRects | ) |
|
◆ setShowingPaintRects() [2/2]
void WebCore::InspectorOverlay::setShowingPaintRects |
( |
bool |
| ) |
|
◆ showPaintRect() [1/2]
void WebCore::InspectorOverlay::showPaintRect |
( |
const FloatRect & |
rect | ) |
|
◆ showPaintRect() [2/2]
void WebCore::InspectorOverlay::showPaintRect |
( |
const FloatRect & |
| ) |
|
◆ update() [1/2]
void WebCore::InspectorOverlay::update |
( |
| ) |
|
◆ update() [2/2]
void WebCore::InspectorOverlay::update |
( |
| ) |
|
The documentation for this class was generated from the following files: