LibreOffice Module cui (master) 1
Public Member Functions | Public Attributes | List of all members
TAccInfo Struct Reference

#include <acccfg.hxx>

Collaboration diagram for TAccInfo:
[legend]

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
 

Detailed Description

Definition at line 43 of file acccfg.hxx.

Constructor & Destructor Documentation

◆ TAccInfo()

TAccInfo::TAccInfo ( sal_Int32  nKeyPos,
sal_Int32  nListPos,
const vcl::KeyCode aKey 
)
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.

Member Function Documentation

◆ isConfigured()

bool TAccInfo::isConfigured ( ) const
inline

Definition at line 56 of file acccfg.hxx.

References m_nKeyPos, m_nListPos, and m_sCommand.

Referenced by IMPL_LINK().

Member Data Documentation

◆ m_aKey

vcl::KeyCode TAccInfo::m_aKey

◆ m_bIsConfigurable

bool TAccInfo::m_bIsConfigurable

Definition at line 63 of file acccfg.hxx.

Referenced by IMPL_LINK(), and SfxAcceleratorConfigPage::Init().

◆ m_nKeyPos

sal_Int32 TAccInfo::m_nKeyPos

Definition at line 61 of file acccfg.hxx.

Referenced by isConfigured().

◆ m_nListPos

sal_Int32 TAccInfo::m_nListPos

Definition at line 62 of file acccfg.hxx.

Referenced by isConfigured().

◆ m_sCommand

OUString TAccInfo::m_sCommand

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