KListAction Class Reference
#include <kaction.h>
Inheritance diagram for KListAction:

Public Slots | |
virtual void | setCurrentItem (int index) |
Sets the currently checked item. | |
Public Methods | |
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 Methods | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
- Deprecated:
- 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 1918 of file kaction.cpp. |
|
Definition at line 1925 of file kaction.cpp. References QObject::connect(). |
|
Definition at line 1935 of file kaction.cpp. |
|
Definition at line 1943 of file kaction.cpp. |
|
Definition at line 1951 of file kaction.cpp. References QObject::connect(). |
|
Definition at line 1962 of file kaction.cpp. References QObject::connect(). |
|
Definition at line 1973 of file kaction.cpp. |
|
Destructor.
Definition at line 1979 of file kaction.cpp. |
Member Function Documentation
|
Sets the currently checked item.
Reimplemented from KSelectAction. Definition at line 1984 of file kaction.cpp. References KSelectAction::setCurrentItem(). |
The documentation for this class was generated from the following files: