base class encapsulating common functionality for the helper classes implementing the XAccessibleSelection
More...
#include <accessibleselectionhelper.hxx>
base class encapsulating common functionality for the helper classes implementing the XAccessibleSelection
Definition at line 43 of file accessibleselectionhelper.hxx.
◆ OCommonAccessibleSelection()
comphelper::OCommonAccessibleSelection::OCommonAccessibleSelection |
( |
| ) |
|
|
protected |
◆ ~OCommonAccessibleSelection()
comphelper::OCommonAccessibleSelection::~OCommonAccessibleSelection |
( |
| ) |
|
|
protected |
◆ clearAccessibleSelection()
void comphelper::OCommonAccessibleSelection::clearAccessibleSelection |
( |
| ) |
|
|
protected |
◆ deselectAccessibleChild()
void comphelper::OCommonAccessibleSelection::deselectAccessibleChild |
( |
sal_Int64 |
nSelectedChildIndex | ) |
|
|
protected |
◆ getSelectedAccessibleChild()
Reference< XAccessible > comphelper::OCommonAccessibleSelection::getSelectedAccessibleChild |
( |
sal_Int64 |
nSelectedChildIndex | ) |
|
|
protected |
◆ getSelectedAccessibleChildCount()
sal_Int64 comphelper::OCommonAccessibleSelection::getSelectedAccessibleChildCount |
( |
| ) |
|
|
protected |
◆ implGetAccessibleContext()
virtual css::uno::Reference< css::accessibility::XAccessibleContext > comphelper::OCommonAccessibleSelection::implGetAccessibleContext |
( |
| ) |
|
|
protectedpure virtual |
◆ implIsSelected()
virtual bool comphelper::OCommonAccessibleSelection::implIsSelected |
( |
sal_Int64 |
nAccessibleChildIndex | ) |
|
|
protectedpure virtual |
◆ implSelect()
virtual void comphelper::OCommonAccessibleSelection::implSelect |
( |
sal_Int64 |
nAccessibleChildIndex, |
|
|
bool |
bSelect |
|
) |
| |
|
protectedpure virtual |
◆ isAccessibleChildSelected()
bool comphelper::OCommonAccessibleSelection::isAccessibleChildSelected |
( |
sal_Int64 |
nChildIndex | ) |
|
|
protected |
◆ selectAccessibleChild()
void comphelper::OCommonAccessibleSelection::selectAccessibleChild |
( |
sal_Int64 |
nChildIndex | ) |
|
|
protected |
non-virtual versions of the methods which can be implemented using <method>implIsSelected</method> and <method>implSelect</method>
- Exceptions
-
css::lang::IndexOutOfBoundsException | |
css::uno::RuntimeException | |
Definition at line 40 of file accessibleselectionhelper.cxx.
References implSelect().
◆ selectAllAccessibleChildren()
void comphelper::OCommonAccessibleSelection::selectAllAccessibleChildren |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following files: