public class QActionGroup: QAction, System.IDisposable
System.Object
QtSupport
QObject
QAction
QActionGroupThis type implements System.IDisposable.
Qt Namespace
QActionGroup Constructors
QActionGroup(Qt.QObject, System.String, bool) Constructor
QActionGroup(Qt.QObject) Constructor
QActionGroup(Qt.QObject, System.String) Constructor
QActionGroup(void *) Constructor
QActionGroup Methods
QActionGroup.Add Method
QActionGroup.AddSeparator Method
QActionGroup.AddTo Method
QActionGroup.AddedTo(Qt.QWidget, Qt.QWidget, Qt.QAction) Method
QActionGroup.AddedTo(int, Qt.QPopupMenu, Qt.QAction) Method
QActionGroup.AddedTo(Qt.QWidget, Qt.QWidget) Method
QActionGroup.AddedTo(int, Qt.QPopupMenu) Method
QActionGroup.Finalize Method
QActionGroup.Insert Method
QActionGroup.IsExclusive Method
QActionGroup.RemoveFrom Method
QActionGroup.SetEnabled Method
QActionGroup.SetExclusive Method
QActionGroup.SetIconSet Method
QActionGroup.SetMenuText Method
QActionGroup.SetText Method
QActionGroup.SetToolTip Method
QActionGroup.SetUsesDropDown Method
QActionGroup.SetWhatsThis Method
QActionGroup.UsesDropDown Method
public void QActionGroup(Qt.QObject parent, System.String name, bool exclusive);
Qt.QActionGroup Class, Qt Namespace
public void QActionGroup(Qt.QObject parent);
Qt.QActionGroup Class, Qt Namespace
public void QActionGroup(Qt.QObject parent, System.String name);
Qt.QActionGroup Class, Qt Namespace
public void QActionGroup(void * ptr);
Qt.QActionGroup Class, Qt Namespace
public void Add(Qt.QAction a);
Qt.QActionGroup Class, Qt Namespace
public void AddSeparator();
Qt.QActionGroup Class, Qt Namespace
public bool AddTo(Qt.QWidget arg1);
Qt.QActionGroup Class, Qt Namespace
protected void AddedTo(Qt.QWidget actionWidget, Qt.QWidget container, Qt.QAction a);
Qt.QActionGroup Class, Qt Namespace
protected void AddedTo(int index, Qt.QPopupMenu menu, Qt.QAction a);
Qt.QActionGroup Class, Qt Namespace
protected void AddedTo(Qt.QWidget actionWidget, Qt.QWidget container);
Qt.QActionGroup Class, Qt Namespace
protected void AddedTo(int index, Qt.QPopupMenu menu);
Qt.QActionGroup Class, Qt Namespace
protected override void Finalize();
Qt.QActionGroup Class, Qt Namespace
public void Insert(Qt.QAction a);
Qt.QActionGroup Class, Qt Namespace
public bool IsExclusive();
Qt.QActionGroup Class, Qt Namespace
public bool RemoveFrom(Qt.QWidget arg1);
Qt.QActionGroup Class, Qt Namespace
public void SetEnabled(bool arg1);
Qt.QActionGroup Class, Qt Namespace
public void SetExclusive(bool arg1);
Qt.QActionGroup Class, Qt Namespace
public void SetIconSet(Qt.QIconSet arg1);
Qt.QActionGroup Class, Qt Namespace
public void SetMenuText(System.String arg1);
Qt.QActionGroup Class, Qt Namespace
public void SetText(System.String arg1);
Qt.QActionGroup Class, Qt Namespace
public void SetToolTip(System.String arg1);
Qt.QActionGroup Class, Qt Namespace
public void SetUsesDropDown(bool enable);
Qt.QActionGroup Class, Qt Namespace
public void SetWhatsThis(System.String arg1);
Qt.QActionGroup Class, Qt Namespace
public bool UsesDropDown();
Qt.QActionGroup Class, Qt Namespace