org.kde.koala

Class KListAction

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
StringclassName()
intcurrentItem()
StringcurrentText()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetCurrentItem(int index)
Sets the currently checked item.

Constructor Detail

KListAction

protected KListAction(Class dummy)

KListAction

public KListAction(String text, KShortcut cut, QObject parent, String name)
Constructs a list action with text and potential keyboard accelerator but nothing else. Use this only if you really know what you are doing.

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.

KListAction

public KListAction(String text, KShortcut cut, QObject parent)

KListAction

public KListAction(String text, KShortcut cut)

KListAction

public KListAction(String text)

KListAction

public KListAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name)

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:

KListAction

public KListAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent)

KListAction

public KListAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name)

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:

KListAction

public KListAction(String text, QIconSet pix, KShortcut cut, QObject parent)

KListAction

public KListAction(String text, QIconSet pix, KShortcut cut)

KListAction

public KListAction(String text, QIconSet pix)

KListAction

public KListAction(String text, String pix, KShortcut cut, QObject parent, String name)

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:

KListAction

public KListAction(String text, String pix, KShortcut cut, QObject parent)

KListAction

public KListAction(String text, String pix, KShortcut cut)

KListAction

public KListAction(String text, String pix)

KListAction

public KListAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name)

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:

KListAction

public KListAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent)

KListAction

public KListAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name)

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:

KListAction

public KListAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent)

KListAction

public KListAction(QObject parent, String name)

Parameters: parent This action's parent. name An internal name for this action.

UNKNOWN:

KListAction

public KListAction(QObject parent)

KListAction

public KListAction()

Method Detail

className

public String className()

currentItem

public int currentItem()

currentText

public String currentText()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

setCurrentItem

public void setCurrentItem(int index)
Sets the currently checked item.

Parameters: index Index of the item (remember the first item is zero).

UNKNOWN: Sets the currently checked item.