org.kde.qt

Class QActionGroup

public class QActionGroup extends QAction

See QActionGroupSignals for signals emitted by QActionGroup
Constructor Summary
protected QActionGroup(Class dummy)
QActionGroup(QObject parent, String name)
QActionGroup(QObject parent)
QActionGroup(QObject parent, String name, boolean exclusive)
Method Summary
voidadd(QAction a)
protected voidaddedTo(QWidget actionWidget, QWidget container, QAction a)
protected voidaddedTo(int index, QPopupMenu menu, QAction a)
protected voidaddedTo(QWidget actionWidget, QWidget container)
protected voidaddedTo(int index, QPopupMenu menu)
voidaddSeparator()
booleanaddTo(QWidget arg1)
protected voidchildEvent(QChildEvent arg1)
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
voidinsert(QAction a)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisExclusive()
QMetaObjectmetaObject()
booleanremoveFrom(QWidget arg1)
voidsetEnabled(boolean arg1)
voidsetExclusive(boolean arg1)
voidsetIconSet(QIconSet arg1)
voidsetMenuText(String arg1)
voidsetOn(boolean on)
voidsetText(String arg1)
voidsetToggleAction(boolean toggle)
voidsetToolTip(String arg1)
voidsetUsesDropDown(boolean enable)
voidsetWhatsThis(String arg1)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
booleanusesDropDown()

Constructor Detail

QActionGroup

protected QActionGroup(Class dummy)

QActionGroup

public QActionGroup(QObject parent, String name)

QActionGroup

public QActionGroup(QObject parent)

QActionGroup

public QActionGroup(QObject parent, String name, boolean exclusive)

Method Detail

add

public void add(QAction a)

addedTo

protected void addedTo(QWidget actionWidget, QWidget container, QAction a)

addedTo

protected void addedTo(int index, QPopupMenu menu, QAction a)

addedTo

protected void addedTo(QWidget actionWidget, QWidget container)

addedTo

protected void addedTo(int index, QPopupMenu menu)

addSeparator

public void addSeparator()

addTo

public boolean addTo(QWidget arg1)

childEvent

protected void childEvent(QChildEvent arg1)

className

public String className()

dispose

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

finalize

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

insert

public void insert(QAction a)

isDisposed

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

isExclusive

public boolean isExclusive()

metaObject

public QMetaObject metaObject()

removeFrom

public boolean removeFrom(QWidget arg1)

setEnabled

public void setEnabled(boolean arg1)

setExclusive

public void setExclusive(boolean arg1)

setIconSet

public void setIconSet(QIconSet arg1)

setMenuText

public void setMenuText(String arg1)

setOn

public void setOn(boolean on)

setText

public void setText(String arg1)

setToggleAction

public void setToggleAction(boolean toggle)

setToolTip

public void setToolTip(String arg1)

setUsesDropDown

public void setUsesDropDown(boolean enable)

setWhatsThis

public void setWhatsThis(String arg1)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

usesDropDown

public boolean usesDropDown()