|
|
KAccelAction ()
| KAccelAction |
KAccelAction ( const KAccelAction& )
| KAccelAction |
KAccelAction ( const QString& sName, const QString& sLabel, const QString& sWhatsThis,
const KShortcut& cutDef3, const KShortcut& cutDef4,
const QObject* pObjSlot, const char* psMethodSlot,
bool bConfigurable, bool bEnabled )
| KAccelAction |
~KAccelAction ()
| ~KAccelAction |
void clear ()
| clear |
bool init ( const QString& sName, const QString& sLabel, const QString& sWhatsThis,
const KShortcut& cutDef3, const KShortcut& cutDef4,
const QObject* pObjSlot, const char* psMethodSlot,
bool bConfigurable, bool bEnabled )
| init |
KAccelAction& operator= ( const KAccelAction& )
| operator= |
const QString& name ()
| name |
[const]
const QString& label ()
| label |
[const]
const QString& whatsThis ()
| whatsThis |
[const]
const KShortcut& shortcut ()
| shortcut |
[const]
const KShortcut& shortcutDefault ()
| shortcutDefault |
[const]
const KShortcut& shortcutDefault3 ()
| shortcutDefault3 |
[const]
const KShortcut& shortcutDefault4 ()
| shortcutDefault4 |
[const]
const QObject* objSlotPtr ()
| objSlotPtr |
[const]
const char* methodSlotPtr ()
| methodSlotPtr |
[const]
bool isConfigurable ()
| isConfigurable |
[const]
bool isEnabled ()
| isEnabled |
[const]
void setName ( const QString& )
| setName |
void setLabel ( const QString& )
| setLabel |
void setWhatsThis ( const QString& )
| setWhatsThis |
bool setShortcut ( const KShortcut& rgCuts )
| setShortcut |
void setSlot ( const QObject* pObjSlot, const char* psMethodSlot )
| setSlot |
void setConfigurable ( bool )
| setConfigurable |
void setEnabled ( bool )
| setEnabled |
int getID ()
| getID |
[const]
void setID ( int n )
| setID |
bool isConnected ()
| isConnected |
[const]
bool setKeySequence ( uint i, const KKeySequence& )
| setKeySequence |
void clearShortcut ()
| clearShortcut |
bool contains ( const KKeySequence& )
| contains |
QString toString ()
| toString |
[const]
QString toStringInternal ()
| toStringInternal |
[const]
bool useFourModifierKeys ()
| useFourModifierKeys |
[static]
void useFourModifierKeys ( bool )
| useFourModifierKeys |
[static]
QString m_sName | m_sName |
[protected]
QString m_sLabel | m_sLabel |
[protected]
QString m_sWhatsThis | m_sWhatsThis |
[protected]
KShortcut m_cut | m_cut |
[protected]
KShortcut m_cutDefault3 | m_cutDefault3 |
[protected]
KShortcut m_cutDefault4 | m_cutDefault4 |
[protected]
const QObject* m_pObjSlot | m_pObjSlot |
[protected]
const char* m_psMethodSlot | m_psMethodSlot |
[protected]
bool m_bConfigurable | m_bConfigurable |
[protected]
bool m_bEnabled | m_bEnabled |
[protected]
int m_nIDAccel | m_nIDAccel |
[protected]
uint m_nConnections | m_nConnections |
[protected]
void incConnections ()
| incConnections |
[protected]
void decConnections ()
| decConnections |
[protected]
Generated by: dfaure on faure on Tue Apr 16 08:49:00 2002, using kdoc 2.0a53. |