LibreOffice Module cui (master) 1
|
#include <acccfg.hxx>
Public Member Functions | |
TAccInfo (sal_Int32 nKeyPos, sal_Int32 nListPos, const vcl::KeyCode &aKey) | |
< it's important to set true as default - because only fix entries will be disabled later... More... | |
bool | isConfigured () const |
Public Attributes | |
sal_Int32 | m_nKeyPos |
sal_Int32 | m_nListPos |
bool | m_bIsConfigurable |
OUString | m_sCommand |
vcl::KeyCode | m_aKey |
Definition at line 43 of file acccfg.hxx.
|
inline |
< it's important to set true as default - because only fix entries will be disabled later...
Definition at line 46 of file acccfg.hxx.
|
inline |
Definition at line 56 of file acccfg.hxx.
References m_nKeyPos, m_nListPos, and m_sCommand.
Referenced by IMPL_LINK().
vcl::KeyCode TAccInfo::m_aKey |
Definition at line 65 of file acccfg.hxx.
Referenced by SfxAcceleratorConfigPage::Apply(), IMPL_LINK(), and SfxAcceleratorConfigPage::MapKeyCodeToPos().
bool TAccInfo::m_bIsConfigurable |
Definition at line 63 of file acccfg.hxx.
Referenced by IMPL_LINK(), and SfxAcceleratorConfigPage::Init().
sal_Int32 TAccInfo::m_nKeyPos |
Definition at line 61 of file acccfg.hxx.
Referenced by isConfigured().
sal_Int32 TAccInfo::m_nListPos |
Definition at line 62 of file acccfg.hxx.
Referenced by isConfigured().
OUString TAccInfo::m_sCommand |
Definition at line 64 of file acccfg.hxx.
Referenced by SfxAcceleratorConfigPage::Apply(), IMPL_LINK(), IMPL_LINK_NOARG(), SfxAcceleratorConfigPage::Init(), and isConfigured().