org.kde.qt

Class QAccel

public class QAccel extends QObject

See QAccelSignals for signals emitted by QAccel
Constructor Summary
protected QAccel(Class dummy)
QAccel(QWidget parent, String name)
QAccel(QWidget parent)
QAccel(QWidget watch, QObject parent, String name)
QAccel(QWidget watch, QObject parent)
Method Summary
StringclassName()
voidclear()
booleanconnectItem(int id, QObject receiver, String member)
intcount()
booleandisconnectItem(int id, QObject receiver, String member)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleaneventFilter(QObject arg1, QEvent arg2)
protected voidfinalize()
Deletes the wrapped C++ instance
intfindKey(QKeySequence key)
booleanignoreWhatsThis()
intinsertItem(QKeySequence key, int id)
intinsertItem(QKeySequence key)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisEnabled()
booleanisItemEnabled(int id)
QKeySequencekey(int id)
static StringkeyToString(QKeySequence k)
QMetaObjectmetaObject()
voidremoveItem(int id)
voidrepairEventFilter()
voidsetEnabled(boolean arg1)
voidsetIgnoreWhatsThis(boolean arg1)
voidsetItemEnabled(int id, boolean enable)
voidsetWhatsThis(int id, String arg2)
static QKeySequenceshortcutKey(String arg1)
static QKeySequencestringToKey(String arg1)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
StringwhatsThis(int id)

Constructor Detail

QAccel

protected QAccel(Class dummy)

QAccel

public QAccel(QWidget parent, String name)

QAccel

public QAccel(QWidget parent)

QAccel

public QAccel(QWidget watch, QObject parent, String name)

QAccel

public QAccel(QWidget watch, QObject parent)

Method Detail

className

public String className()

clear

public void clear()

connectItem

public boolean connectItem(int id, QObject receiver, String member)

count

public int count()

disconnectItem

public boolean disconnectItem(int id, QObject receiver, String member)

dispose

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

eventFilter

public boolean eventFilter(QObject arg1, QEvent arg2)

finalize

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

findKey

public int findKey(QKeySequence key)

ignoreWhatsThis

public boolean ignoreWhatsThis()

insertItem

public int insertItem(QKeySequence key, int id)

insertItem

public int insertItem(QKeySequence key)

isDisposed

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

isEnabled

public boolean isEnabled()

isItemEnabled

public boolean isItemEnabled(int id)

key

public QKeySequence key(int id)

keyToString

public static String keyToString(QKeySequence k)

metaObject

public QMetaObject metaObject()

removeItem

public void removeItem(int id)

repairEventFilter

public void repairEventFilter()

setEnabled

public void setEnabled(boolean arg1)

setIgnoreWhatsThis

public void setIgnoreWhatsThis(boolean arg1)

setItemEnabled

public void setItemEnabled(int id, boolean enable)

setWhatsThis

public void setWhatsThis(int id, String arg2)

shortcutKey

public static QKeySequence shortcutKey(String arg1)

stringToKey

public static QKeySequence stringToKey(String arg1)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

whatsThis

public String whatsThis(int id)