Public Methods
- KListAction ( const QString& text, int accel = 0, QObject* parent = 0, const char* name = 0 )
- KListAction ( const QString& text, int accel, const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 )
- KListAction ( const QString& text, const QIconSet& pix, int accel = 0, QObject* parent = 0, const char* name = 0 )
- KListAction ( const QString& text, const QString& pix, int accel = 0, QObject* parent = 0, const char* name = 0 )
- KListAction ( const QString& text, const QIconSet& pix, int accel, const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 )
- KListAction ( const QString& text, const QString& pix, int accel, const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 )
- KListAction ( QObject* parent = 0, const char* name = 0 )
- virtual ~ KListAction ()
- virtual QString currentText () const
- virtual int currentItem () const
Public Slots
Detailed Description
KListAction ( const QString& text, int accel = 0, QObject* parent = 0, const char* name = 0 )
|
Construct a list action with text and potential keyboard
accelerator but nothing else. Use this only if you really
know what you are doing.
Parameters:
| |
KListAction ( const QString& text, int accel, const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 )
|
Parameters:
| |
KListAction ( const QString& text, const QIconSet& pix, int accel = 0, QObject* parent = 0, const char* name = 0 )
|
Parameters:
| |
KListAction ( const QString& text, const QString& pix, int accel = 0, QObject* parent = 0, const char* name = 0 )
|
Parameters:
| |
KListAction ( const QString& text, const QIconSet& pix, int accel, const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 )
|
Parameters:
| |
KListAction ( const QString& text, const QString& pix, int accel, const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 )
|
Parameters:
| |
KListAction ( QObject* parent = 0, const char* name = 0 )
|
Parameters:
| |
[virtual]
Destructor
[const virtual]
Reimplemented from KSelectAction.
[const virtual]
Reimplemented from KSelectAction.
void setCurrentItem ( int index )
|
[virtual slot]
Sets the currently checked item.
Parameters:
| |
Reimplemented from KSelectAction.
void setCurrentItem (int a, int b)
|
[virtual slot]
Reimplemented from KSelectAction.
Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:26 2000, using kdoc 2.0a40. |