LibreOffice Module vcl (master) 1
Public Member Functions | Protected Member Functions | List of all members
vcl::IAccessibleTabListBox Class Referenceabstract

interface for an implementation of a table control's Accessible component More...

#include <accessibletableprovider.hxx>

Public Member Functions

virtual css::uno::Reference< css::accessibility::XAccessible > getMyself ()=0
 returns the XAccessible object itself More...
 
virtual css::uno::Reference< css::accessibility::XAccessible > getHeaderBar ()=0
 returns the accessible object for the column header bar More...
 
virtual css::uno::Reference< css::accessibility::XAccessible > getTable ()=0
 Returns the accessible object for the table. More...
 

Protected Member Functions

 ~IAccessibleTabListBox ()
 

Detailed Description

interface for an implementation of a table control's Accessible component

Definition at line 133 of file accessibletableprovider.hxx.

Constructor & Destructor Documentation

◆ ~IAccessibleTabListBox()

vcl::IAccessibleTabListBox::~IAccessibleTabListBox ( )
inlineprotected

Definition at line 156 of file accessibletableprovider.hxx.

Member Function Documentation

◆ getHeaderBar()

virtual css::uno::Reference< css::accessibility::XAccessible > vcl::IAccessibleTabListBox::getHeaderBar ( )
pure virtual

returns the accessible object for the column header bar

Referenced by SvHeaderTabListBox::CreateAccessibleColumnHeader().

◆ getMyself()

virtual css::uno::Reference< css::accessibility::XAccessible > vcl::IAccessibleTabListBox::getMyself ( )
pure virtual

returns the XAccessible object itself

The reference returned here can be used to control the life time of the IAccessibleTableImplementation object.

The returned reference is guaranteed to not be <NULL>.

Referenced by SvHeaderTabListBox::CreateAccessible().

◆ getTable()

virtual css::uno::Reference< css::accessibility::XAccessible > vcl::IAccessibleTabListBox::getTable ( )
pure virtual

Returns the accessible object for the table.

Referenced by SvHeaderTabListBox::CreateAccessibleCell().


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