Qt.QAction Class

public class QAction: QObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QAction

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QAction Constructors

QAction(Qt.QObject, System.String, bool) Constructor
QAction(System.String, Qt.QIconSet, System.String, Qt.QKeySequence, Qt.QObject, System.String, bool) Constructor
QAction(System.String, System.String, Qt.QKeySequence, Qt.QObject, System.String, bool) Constructor
QAction(Qt.QObject) Constructor
QAction(Qt.QObject, System.String) Constructor
QAction(System.String, Qt.QIconSet, System.String, Qt.QKeySequence, Qt.QObject) Constructor
QAction(System.String, Qt.QIconSet, System.String, Qt.QKeySequence, Qt.QObject, System.String) Constructor
QAction(System.String, System.String, Qt.QKeySequence, Qt.QObject) Constructor
QAction(System.String, System.String, Qt.QKeySequence, Qt.QObject, System.String) Constructor
QAction(void *) Constructor

QAction Methods

QAction.Accel Method
QAction.AddTo Method
QAction.AddedTo(Qt.QWidget, Qt.QWidget) Method
QAction.AddedTo(int, Qt.QPopupMenu) Method
QAction.Finalize Method
QAction.IconSet Method
QAction.IsEnabled Method
QAction.IsOn Method
QAction.IsToggleAction Method
QAction.MenuText Method
QAction.RemoveFrom Method
QAction.SetAccel Method
QAction.SetEnabled Method
QAction.SetIconSet Method
QAction.SetMenuText Method
QAction.SetOn Method
QAction.SetStatusTip Method
QAction.SetText Method
QAction.SetToggleAction Method
QAction.SetToolTip Method
QAction.SetWhatsThis Method
QAction.StatusTip Method
QAction.Text Method
QAction.Toggle Method
QAction.ToolTip Method
QAction.WhatsThis Method


QAction(Qt.QObject, System.String, bool) Constructor

public void QAction(Qt.QObject parent, System.String name, bool toggle);

See Also

Qt.QAction Class, Qt Namespace

QAction(System.String, Qt.QIconSet, System.String, Qt.QKeySequence, Qt.QObject, System.String, bool) Constructor

public void QAction(System.String text, Qt.QIconSet icon, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent, System.String name, bool toggle);

See Also

Qt.QAction Class, Qt Namespace

QAction(System.String, System.String, Qt.QKeySequence, Qt.QObject, System.String, bool) Constructor

public void QAction(System.String text, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent, System.String name, bool toggle);

See Also

Qt.QAction Class, Qt Namespace

QAction(Qt.QObject) Constructor

public void QAction(Qt.QObject parent);

See Also

Qt.QAction Class, Qt Namespace

QAction(Qt.QObject, System.String) Constructor

public void QAction(Qt.QObject parent, System.String name);

See Also

Qt.QAction Class, Qt Namespace

QAction(System.String, Qt.QIconSet, System.String, Qt.QKeySequence, Qt.QObject) Constructor

public void QAction(System.String text, Qt.QIconSet icon, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent);

See Also

Qt.QAction Class, Qt Namespace

QAction(System.String, Qt.QIconSet, System.String, Qt.QKeySequence, Qt.QObject, System.String) Constructor

public void QAction(System.String text, Qt.QIconSet icon, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent, System.String name);

See Also

Qt.QAction Class, Qt Namespace

QAction(System.String, System.String, Qt.QKeySequence, Qt.QObject) Constructor

public void QAction(System.String text, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent);

See Also

Qt.QAction Class, Qt Namespace

QAction(System.String, System.String, Qt.QKeySequence, Qt.QObject, System.String) Constructor

public void QAction(System.String text, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent, System.String name);

See Also

Qt.QAction Class, Qt Namespace

QAction(void *) Constructor

public void QAction(void * ptr);

See Also

Qt.QAction Class, Qt Namespace

QAction.Accel Method

public Qt.QKeySequence Accel();

See Also

Qt.QAction Class, Qt Namespace

QAction.AddTo Method

public bool AddTo(Qt.QWidget arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.AddedTo(Qt.QWidget, Qt.QWidget) Method

protected void AddedTo(Qt.QWidget actionWidget, Qt.QWidget container);

See Also

Qt.QAction Class, Qt Namespace

QAction.AddedTo(int, Qt.QPopupMenu) Method

protected void AddedTo(int index, Qt.QPopupMenu menu);

See Also

Qt.QAction Class, Qt Namespace

QAction.Finalize Method

protected override void Finalize();

See Also

Qt.QAction Class, Qt Namespace

QAction.IconSet Method

public Qt.QIconSet IconSet();

See Also

Qt.QAction Class, Qt Namespace

QAction.IsEnabled Method

public bool IsEnabled();

See Also

Qt.QAction Class, Qt Namespace

QAction.IsOn Method

public bool IsOn();

See Also

Qt.QAction Class, Qt Namespace

QAction.IsToggleAction Method

public bool IsToggleAction();

See Also

Qt.QAction Class, Qt Namespace

QAction.MenuText Method

public System.String MenuText();

See Also

Qt.QAction Class, Qt Namespace

QAction.RemoveFrom Method

public bool RemoveFrom(Qt.QWidget arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetAccel Method

public void SetAccel(Qt.QKeySequence key);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetEnabled Method

public void SetEnabled(bool arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetIconSet Method

public void SetIconSet(Qt.QIconSet arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetMenuText Method

public void SetMenuText(System.String arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetOn Method

public void SetOn(bool arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetStatusTip Method

public void SetStatusTip(System.String arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetText Method

public void SetText(System.String arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetToggleAction Method

public void SetToggleAction(bool arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetToolTip Method

public void SetToolTip(System.String arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.SetWhatsThis Method

public void SetWhatsThis(System.String arg1);

See Also

Qt.QAction Class, Qt Namespace

QAction.StatusTip Method

public System.String StatusTip();

See Also

Qt.QAction Class, Qt Namespace

QAction.Text Method

public System.String Text();

See Also

Qt.QAction Class, Qt Namespace

QAction.Toggle Method

public void Toggle();

See Also

Qt.QAction Class, Qt Namespace

QAction.ToolTip Method

public System.String ToolTip();

See Also

Qt.QAction Class, Qt Namespace

QAction.WhatsThis Method

public System.String WhatsThis();

See Also

Qt.QAction Class, Qt Namespace