org.kde.koala
public class KListAction extends KSelectAction
UNKNOWN:
Constructor Summary | |
---|---|
protected | KListAction(Class dummy) |
KListAction(String text, KShortcut cut, QObject parent, String name)
Constructs a list action with text and potential keyboard
accelerator but nothing else. | |
KListAction(String text, KShortcut cut, QObject parent) | |
KListAction(String text, KShortcut cut) | |
KListAction(String text) | |
KListAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) | |
KListAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) | |
KListAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) | |
KListAction(String text, QIconSet pix, KShortcut cut, QObject parent) | |
KListAction(String text, QIconSet pix, KShortcut cut) | |
KListAction(String text, QIconSet pix) | |
KListAction(String text, String pix, KShortcut cut, QObject parent, String name) | |
KListAction(String text, String pix, KShortcut cut, QObject parent) | |
KListAction(String text, String pix, KShortcut cut) | |
KListAction(String text, String pix) | |
KListAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) | |
KListAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) | |
KListAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) | |
KListAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) | |
KListAction(QObject parent, String name) | |
KListAction(QObject parent) | |
KListAction() |
Method Summary | |
---|---|
String | className() |
int | currentItem() |
String | currentText() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
void | setCurrentItem(int index)
Sets the currently checked item. |
Parameters: text The text that will be displayed. cut The corresponding keyboard accelerator (shortcut). parent This action's parent. name An internal name for this action.
UNKNOWN: Constructs a list action with text and potential keyboard accelerator but nothing else.
Parameters: text The text that will be displayed. cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke to execute this action. parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: text The text that will be displayed. pix The icons that go with this action. cut The corresponding keyboard accelerator (shortcut). parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: text The text that will be displayed. pix The dynamically loaded icon that goes with this action. cut The corresponding keyboard accelerator (shortcut). parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: text The text that will be displayed. pix The icons that go with this action. cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke to execute this action. parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: text The text that will be displayed. pix The dynamically loaded icon that goes with this action. cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke to execute this action. parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: parent This action's parent. name An internal name for this action.
UNKNOWN:
Parameters: index Index of the item (remember the first item is zero).
UNKNOWN: Sets the currently checked item.