public class QAccel: QObject, System.IDisposable
System.Object
QtSupport
QObject
QAccelThis type implements System.IDisposable.
Qt Namespace
QAccel Constructors
QAccel(Qt.QWidget, System.String) Constructor
QAccel(Qt.QWidget, Qt.QObject, System.String) Constructor
QAccel(Qt.QWidget) Constructor
QAccel(Qt.QWidget, Qt.QObject) Constructor
QAccel(void *) Constructor
QAccel Methods
QAccel.Clear Method
QAccel.ConnectItem Method
QAccel.Count Method
QAccel.DisconnectItem Method
QAccel.EventFilter Method
QAccel.Finalize Method
QAccel.FindKey Method
QAccel.IgnoreWhatsThis Method
QAccel.InsertItem(Qt.QKeySequence, int) Method
QAccel.InsertItem(Qt.QKeySequence) Method
QAccel.IsEnabled Method
QAccel.IsItemEnabled Method
QAccel.Key Method
QAccel.KeyToString Method
QAccel.RemoveItem Method
QAccel.RepairEventFilter Method
QAccel.SetEnabled Method
QAccel.SetIgnoreWhatsThis Method
QAccel.SetItemEnabled Method
QAccel.SetWhatsThis Method
QAccel.ShortcutKey Method
QAccel.StringToKey Method
QAccel.WhatsThis Method
public void QAccel(Qt.QWidget parent, System.String name);
Qt.QAccel Class, Qt Namespace
public void QAccel(Qt.QWidget watch, Qt.QObject parent, System.String name);
Qt.QAccel Class, Qt Namespace
public void QAccel(Qt.QWidget parent);
Qt.QAccel Class, Qt Namespace
public void QAccel(Qt.QWidget watch, Qt.QObject parent);
Qt.QAccel Class, Qt Namespace
public void QAccel(void * ptr);
Qt.QAccel Class, Qt Namespace
public void Clear();
Qt.QAccel Class, Qt Namespace
public bool ConnectItem(int identifier, Qt.QObject receiver, System.String member);
Qt.QAccel Class, Qt Namespace
public uint Count();
Qt.QAccel Class, Qt Namespace
public bool DisconnectItem(int identifier, Qt.QObject receiver, System.String member);
Qt.QAccel Class, Qt Namespace
protected bool EventFilter(Qt.QObject arg1, Qt.QEvent arg2);
Qt.QAccel Class, Qt Namespace
protected override void Finalize();
Qt.QAccel Class, Qt Namespace
public int FindKey(Qt.QKeySequence key);
Qt.QAccel Class, Qt Namespace
public bool IgnoreWhatsThis();
Qt.QAccel Class, Qt Namespace
public int InsertItem(Qt.QKeySequence key, int identifier);
Qt.QAccel Class, Qt Namespace
public int InsertItem(Qt.QKeySequence key);
Qt.QAccel Class, Qt Namespace
public bool IsEnabled();
Qt.QAccel Class, Qt Namespace
public bool IsItemEnabled(int identifier);
Qt.QAccel Class, Qt Namespace
public Qt.QKeySequence Key(int identifier);
Qt.QAccel Class, Qt Namespace
public static System.String KeyToString(Qt.QKeySequence k);
Qt.QAccel Class, Qt Namespace
public void RemoveItem(int identifier);
Qt.QAccel Class, Qt Namespace
public void RepairEventFilter();
Qt.QAccel Class, Qt Namespace
public void SetEnabled(bool arg1);
Qt.QAccel Class, Qt Namespace
public void SetIgnoreWhatsThis(bool arg1);
Qt.QAccel Class, Qt Namespace
public void SetItemEnabled(int identifier, bool enable);
Qt.QAccel Class, Qt Namespace
public void SetWhatsThis(int identifier, System.String arg1);
Qt.QAccel Class, Qt Namespace
public static Qt.QKeySequence ShortcutKey(System.String arg1);
Qt.QAccel Class, Qt Namespace
public static Qt.QKeySequence StringToKey(System.String arg1);
Qt.QAccel Class, Qt Namespace
public System.String WhatsThis(int identifier);
Qt.QAccel Class, Qt Namespace