a helper class for implementing an accessible keybinding
More...
#include <accessiblekeybindinghelper.hxx>
|
typedef ::std::vector< css::uno::Sequence< css::awt::KeyStroke > > | KeyBindings |
|
a helper class for implementing an accessible keybinding
Definition at line 41 of file accessiblekeybindinghelper.hxx.
◆ KeyBindings
◆ ~OAccessibleKeyBindingHelper()
comphelper::OAccessibleKeyBindingHelper::~OAccessibleKeyBindingHelper |
( |
| ) |
|
|
overrideprivatevirtual |
◆ OAccessibleKeyBindingHelper() [1/2]
comphelper::OAccessibleKeyBindingHelper::OAccessibleKeyBindingHelper |
( |
| ) |
|
◆ OAccessibleKeyBindingHelper() [2/2]
◆ AddKeyBinding() [1/2]
void comphelper::OAccessibleKeyBindingHelper::AddKeyBinding |
( |
const css::awt::KeyStroke & |
rKeyStroke | ) |
|
- Exceptions
-
css::uno::RuntimeException | |
◆ AddKeyBinding() [2/2]
void comphelper::OAccessibleKeyBindingHelper::AddKeyBinding |
( |
const css::uno::Sequence< css::awt::KeyStroke > & |
rKeyBinding | ) |
|
- Exceptions
-
css::uno::RuntimeException | |
◆ getAccessibleKeyBinding()
Sequence< awt::KeyStroke > comphelper::OAccessibleKeyBindingHelper::getAccessibleKeyBinding |
( |
sal_Int32 |
nIndex | ) |
|
|
overridevirtual |
◆ getAccessibleKeyBindingCount()
sal_Int32 comphelper::OAccessibleKeyBindingHelper::getAccessibleKeyBindingCount |
( |
| ) |
|
|
overridevirtual |
◆ m_aKeyBindings
KeyBindings comphelper::OAccessibleKeyBindingHelper::m_aKeyBindings |
|
private |
◆ m_aMutex
std::mutex comphelper::OAccessibleKeyBindingHelper::m_aMutex |
|
private |
The documentation for this class was generated from the following files: