LibreOffice Module comphelper (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
comphelper::OAccessibleComponentHelper Class Reference

a helper class for implementing an AccessibleContext which at the same time supports an XAccessibleComponent interface. More...

#include <accessiblecomponenthelper.hxx>

Inheritance diagram for comphelper::OAccessibleComponentHelper:
[legend]
Collaboration diagram for comphelper::OAccessibleComponentHelper:
[legend]

Public Member Functions

virtual sal_Bool SAL_CALL containsPoint (const css::awt::Point &aPoint) override
 
virtual css::awt::Point SAL_CALL getLocation () override
 
virtual css::awt::Point SAL_CALL getLocationOnScreen () override
 
virtual css::awt::Size SAL_CALL getSize () override
 
virtual css::awt::Rectangle SAL_CALL getBounds () override
 

Protected Member Functions

 OAccessibleComponentHelper ()
 

Private Member Functions

 OAccessibleComponentHelper (OAccessibleComponentHelper const &)=delete
 
 OAccessibleComponentHelper (OAccessibleComponentHelper &&)=delete
 
void operator= (OAccessibleComponentHelper const &)=delete
 
void operator= (OAccessibleComponentHelper &&)=delete
 

Detailed Description

a helper class for implementing an AccessibleContext which at the same time supports an XAccessibleComponent interface.

Definition at line 186 of file accessiblecomponenthelper.hxx.

Constructor & Destructor Documentation

◆ OAccessibleComponentHelper() [1/3]

comphelper::OAccessibleComponentHelper::OAccessibleComponentHelper ( OAccessibleComponentHelper const &  )
privatedelete

◆ OAccessibleComponentHelper() [2/3]

comphelper::OAccessibleComponentHelper::OAccessibleComponentHelper ( OAccessibleComponentHelper &&  )
privatedelete

◆ OAccessibleComponentHelper() [3/3]

comphelper::OAccessibleComponentHelper::OAccessibleComponentHelper ( )
protected

Definition at line 297 of file accessiblecomponenthelper.cxx.

Member Function Documentation

◆ containsPoint()

sal_Bool SAL_CALL comphelper::OAccessibleComponentHelper::containsPoint ( const css::awt::Point &  aPoint)
overridevirtual

◆ getBounds()

awt::Rectangle SAL_CALL comphelper::OAccessibleComponentHelper::getBounds ( )
overridevirtual

◆ getLocation()

awt::Point SAL_CALL comphelper::OAccessibleComponentHelper::getLocation ( )
overridevirtual

◆ getLocationOnScreen()

awt::Point SAL_CALL comphelper::OAccessibleComponentHelper::getLocationOnScreen ( )
overridevirtual

◆ getSize()

awt::Size SAL_CALL comphelper::OAccessibleComponentHelper::getSize ( )
overridevirtual

◆ operator=() [1/2]

void comphelper::OAccessibleComponentHelper::operator= ( OAccessibleComponentHelper &&  )
privatedelete

◆ operator=() [2/2]

void comphelper::OAccessibleComponentHelper::operator= ( OAccessibleComponentHelper const &  )
privatedelete

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