Qt.QAccel Class

public class QAccel: QObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QAccel

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QAccel(Qt.QWidget, System.String) Constructor

public void QAccel(Qt.QWidget parent, System.String name);

See Also

Qt.QAccel Class, Qt Namespace

QAccel(Qt.QWidget, Qt.QObject, System.String) Constructor

public void QAccel(Qt.QWidget watch, Qt.QObject parent, System.String name);

See Also

Qt.QAccel Class, Qt Namespace

QAccel(Qt.QWidget) Constructor

public void QAccel(Qt.QWidget parent);

See Also

Qt.QAccel Class, Qt Namespace

QAccel(Qt.QWidget, Qt.QObject) Constructor

public void QAccel(Qt.QWidget watch, Qt.QObject parent);

See Also

Qt.QAccel Class, Qt Namespace

QAccel(void *) Constructor

public void QAccel(void * ptr);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.Clear Method

public void Clear();

See Also

Qt.QAccel Class, Qt Namespace

QAccel.ConnectItem Method

public bool ConnectItem(int identifier, Qt.QObject receiver, System.String member);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.Count Method

public uint Count();

See Also

Qt.QAccel Class, Qt Namespace

QAccel.DisconnectItem Method

public bool DisconnectItem(int identifier, Qt.QObject receiver, System.String member);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.EventFilter Method

protected bool EventFilter(Qt.QObject arg1, Qt.QEvent arg2);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.Finalize Method

protected override void Finalize();

See Also

Qt.QAccel Class, Qt Namespace

QAccel.FindKey Method

public int FindKey(Qt.QKeySequence key);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.IgnoreWhatsThis Method

public bool IgnoreWhatsThis();

See Also

Qt.QAccel Class, Qt Namespace

QAccel.InsertItem(Qt.QKeySequence, int) Method

public int InsertItem(Qt.QKeySequence key, int identifier);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.InsertItem(Qt.QKeySequence) Method

public int InsertItem(Qt.QKeySequence key);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.IsEnabled Method

public bool IsEnabled();

See Also

Qt.QAccel Class, Qt Namespace

QAccel.IsItemEnabled Method

public bool IsItemEnabled(int identifier);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.Key Method

public Qt.QKeySequence Key(int identifier);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.KeyToString Method

public static System.String KeyToString(Qt.QKeySequence k);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.RemoveItem Method

public void RemoveItem(int identifier);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.RepairEventFilter Method

public void RepairEventFilter();

See Also

Qt.QAccel Class, Qt Namespace

QAccel.SetEnabled Method

public void SetEnabled(bool arg1);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.SetIgnoreWhatsThis Method

public void SetIgnoreWhatsThis(bool arg1);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.SetItemEnabled Method

public void SetItemEnabled(int identifier, bool enable);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.SetWhatsThis Method

public void SetWhatsThis(int identifier, System.String arg1);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.ShortcutKey Method

public static Qt.QKeySequence ShortcutKey(System.String arg1);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.StringToKey Method

public static Qt.QKeySequence StringToKey(System.String arg1);

See Also

Qt.QAccel Class, Qt Namespace

QAccel.WhatsThis Method

public System.String WhatsThis(int identifier);

See Also

Qt.QAccel Class, Qt Namespace