|
|
KAccelActions ()
| KAccelActions |
KAccelActions ( const KAccelActions& )
| KAccelActions |
~KAccelActions ()
| ~KAccelActions |
[virtual]
void clear ()
| clear |
bool init ( const KAccelActions& )
| init |
bool init ( KConfigBase& config, const QString& sGroup )
| init |
void updateShortcuts ( KAccelActions& )
| updateShortcuts |
int actionIndex ( const QString& sAction )
| actionIndex |
[const]
KAccelAction* actionPtr ( uint )
| actionPtr |
const KAccelAction* actionPtr ( uint )
| actionPtr |
[const]
KAccelAction* actionPtr ( const QString& sAction )
| actionPtr |
const KAccelAction* actionPtr ( const QString& sAction )
| actionPtr |
[const]
KAccelAction* actionPtr ( KKeySequence cut )
| actionPtr |
KAccelAction& operator [] ( uint )
| operator [] |
const KAccelAction& operator [] ( uint )
| operator [] |
[const]
KAccelAction* insert ( const QString& sAction, const QString& sLabel, const QString& sWhatsThis,
const KShortcut& rgCutDefaults3, const KShortcut& rgCutDefaults4,
const QObject* pObjSlot = 0, const char* psMethodSlot = 0,
bool bConfigurable = true, bool bEnabled = true )
| insert |
KAccelAction* insert ( const QString& sName, const QString& sLabel )
| insert |
bool remove ( const QString& sAction )
| remove |
bool readActions ( const QString& sConfigGroup = "Shortcuts", KConfigBase* pConfig = 0 )
| readActions |
bool writeActions ( const QString& sConfigGroup = "Shortcuts", KConfigBase* pConfig = 0,
bool bWriteAll = false, bool bGlobal = false )
| writeActions |
[const]
void emitKeycodeChanged ()
| emitKeycodeChanged |
uint count ()
| count |
[const]
KAccelBase* m_pKAccelBase | m_pKAccelBase |
[protected]
KAccelAction** m_prgActions | m_prgActions |
[protected]
uint m_nSizeAllocated | m_nSizeAllocated |
[protected]
uint m_nSize | m_nSize |
[protected]
void resize ( uint )
| resize |
[protected]
void insertPtr ( KAccelAction* )
| insertPtr |
[protected]
Generated by: dfaure on faure on Tue Apr 16 08:49:00 2002, using kdoc 2.0a53. |