LibreOffice Module comphelper (master) 1
|
a helper class for implementing an AccessibleContext which at the same time supports an XAccessibleExtendedComponent interface. More...
#include <accessiblecomponenthelper.hxx>
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 |
a helper class for implementing an AccessibleContext which at the same time supports an XAccessibleExtendedComponent interface.
Definition at line 215 of file accessiblecomponenthelper.hxx.
|
privatedelete |
|
privatedelete |
|
protected |
Definition at line 331 of file accessiblecomponenthelper.cxx.
|
overridevirtual |
Definition at line 336 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::containsPoint().
|
overridevirtual |
Definition at line 360 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::getBounds().
|
overridevirtual |
Definition at line 342 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::getLocation().
|
overridevirtual |
Definition at line 348 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::getLocationOnScreen().
|
overridevirtual |
Definition at line 354 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::getSize().
|
privatedelete |
|
privatedelete |