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

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

#include <accessiblecomponenthelper.hxx>

Inheritance diagram for comphelper::OAccessibleExtendedComponentHelper:
[legend]
Collaboration diagram for comphelper::OAccessibleExtendedComponentHelper:
[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

 OAccessibleExtendedComponentHelper ()
 

Private Member Functions

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

Detailed Description

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

Definition at line 215 of file accessiblecomponenthelper.hxx.

Constructor & Destructor Documentation

◆ OAccessibleExtendedComponentHelper() [1/3]

comphelper::OAccessibleExtendedComponentHelper::OAccessibleExtendedComponentHelper ( OAccessibleExtendedComponentHelper const &  )
privatedelete

◆ OAccessibleExtendedComponentHelper() [2/3]

comphelper::OAccessibleExtendedComponentHelper::OAccessibleExtendedComponentHelper ( OAccessibleExtendedComponentHelper &&  )
privatedelete

◆ OAccessibleExtendedComponentHelper() [3/3]

comphelper::OAccessibleExtendedComponentHelper::OAccessibleExtendedComponentHelper ( )
protected

Definition at line 331 of file accessiblecomponenthelper.cxx.

Member Function Documentation

◆ containsPoint()

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

◆ getBounds()

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

◆ getLocation()

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

◆ getLocationOnScreen()

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

◆ getSize()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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