webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
WebCore::RegionOverlay Class Referenceabstract
Inheritance diagram for WebCore::RegionOverlay:
WTF::RefCounted< RegionOverlay > WebCore::PageOverlay::Client WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WebCore::MouseWheelRegionOverlay WebCore::NonFastScrollableRegionOverlay

Public Member Functions

virtual ~RegionOverlay ()
 
void recomputeRegion ()
 
PageOverlayoverlay ()
 
- Public Member Functions inherited from WTF::RefCounted< RegionOverlay >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
- Public Member Functions inherited from WebCore::PageOverlay::Client
virtual bool copyAccessibilityAttributeStringValueForPoint (PageOverlay &, String, FloatPoint, String &)
 
virtual bool copyAccessibilityAttributeBoolValueForPoint (PageOverlay &, String, FloatPoint, bool &)
 
virtual Vector< StringcopyAccessibilityAttributeNames (PageOverlay &, bool)
 
virtual bool copyAccessibilityAttributeStringValueForPoint (PageOverlay &, String, FloatPoint, String &)
 
virtual bool copyAccessibilityAttributeBoolValueForPoint (PageOverlay &, String, FloatPoint, bool &)
 
virtual Vector< StringcopyAccessibilityAttributeNames (PageOverlay &, bool)
 

Static Public Member Functions

static Ref< RegionOverlaycreate (MainFrame &, DebugPageOverlays::RegionType)
 

Protected Member Functions

 RegionOverlay (MainFrame &, Color)
 
virtual bool updateRegion ()=0
 
- Protected Member Functions inherited from WTF::RefCounted< RegionOverlay >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
- Protected Member Functions inherited from WebCore::PageOverlay::Client
virtual ~Client ()
 
virtual ~Client ()
 

Protected Attributes

MainFramem_frame
 
RefPtr< PageOverlaym_overlay
 
std::unique_ptr< Regionm_region
 
Color m_color
 

Constructor & Destructor Documentation

◆ ~RegionOverlay()

WebCore::RegionOverlay::~RegionOverlay ( )
virtual

◆ RegionOverlay()

WebCore::RegionOverlay::RegionOverlay ( MainFrame frame,
Color  regionColor 
)
protected

Member Function Documentation

◆ create()

Ref< RegionOverlay > WebCore::RegionOverlay::create ( MainFrame frame,
DebugPageOverlays::RegionType  regionType 
)
static

◆ overlay()

PageOverlay& WebCore::RegionOverlay::overlay ( )
inline

◆ recomputeRegion()

void WebCore::RegionOverlay::recomputeRegion ( )

◆ updateRegion()

virtual bool WebCore::RegionOverlay::updateRegion ( )
protectedpure virtual

Member Data Documentation

◆ m_color

Color WebCore::RegionOverlay::m_color
protected

◆ m_frame

MainFrame& WebCore::RegionOverlay::m_frame
protected

◆ m_overlay

RefPtr<PageOverlay> WebCore::RegionOverlay::m_overlay
protected

◆ m_region

std::unique_ptr<Region> WebCore::RegionOverlay::m_region
protected

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