KListAction Class Reference
This class or method is obsolete, it is provided for compatibility only. Use KSelectAction instead. More...
#include <kaction.h>
Inheritance diagram for KListAction:

Public Slots | |
virtual void | setCurrentItem (int index) |
Sets the currently checked item. | |
Public Member Functions | |
KListAction (const QString &text, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0) | |
Constructs a list action with text and potential keyboard accelerator but nothing else. | |
KListAction (const QString &text, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0) | |
KListAction (const QString &text, const QIconSet &pix, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0) | |
KListAction (const QString &text, const QString &pix, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0) | |
KListAction (const QString &text, const QIconSet &pix, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0) | |
KListAction (const QString &text, const QString &pix, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0) | |
KListAction (QObject *parent=0, const char *name=0) | |
virtual | ~KListAction () |
Destructor. | |
virtual QString | currentText () const |
virtual int | currentItem () const |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
This class or method is obsolete, it is provided for compatibility only. Use KSelectAction instead.
Definition at line 1074 of file kaction.h.
Constructor & Destructor Documentation
|
Constructs a list action with text and potential keyboard accelerator but nothing else. Use this only if you really know what you are doing.
Definition at line 1914 of file kaction.cpp. References KStdAccel::cut(), and QObject::name(). |
|
Definition at line 1921 of file kaction.cpp. References QObject::connect(), KStdAccel::cut(), and KStdAccel::name(). |
|
Definition at line 1931 of file kaction.cpp. References KStdAccel::cut(), and KStdAccel::name(). |
|
Definition at line 1939 of file kaction.cpp. References KStdAccel::cut(), and KStdAccel::name(). |
|
Definition at line 1947 of file kaction.cpp. References QObject::connect(), KStdAccel::cut(), and KStdAccel::name(). |
|
Definition at line 1958 of file kaction.cpp. References QObject::connect(), KStdAccel::cut(), and KStdAccel::name(). |
|
Definition at line 1969 of file kaction.cpp. References KStdAccel::name(). |
|
Destructor.
Definition at line 1975 of file kaction.cpp. |
Member Function Documentation
|
Sets the currently checked item.
Reimplemented from KSelectAction. Definition at line 1980 of file kaction.cpp. References KSelectAction::setCurrentItem(). |
The documentation for this class was generated from the following files: