public class QAction: QObject, System.IDisposable
System.Object
QtSupport
QObject
QActionThis type implements System.IDisposable.
Qt Namespace
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
public void QAction(Qt.QObject parent, System.String name, bool toggle);
Qt.QAction Class, Qt Namespace
public void QAction(System.String text, Qt.QIconSet icon, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent, System.String name, bool toggle);
Qt.QAction Class, Qt Namespace
public void QAction(System.String text, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent, System.String name, bool toggle);
Qt.QAction Class, Qt Namespace
public void QAction(Qt.QObject parent);
Qt.QAction Class, Qt Namespace
public void QAction(Qt.QObject parent, System.String name);
Qt.QAction Class, Qt Namespace
public void QAction(System.String text, Qt.QIconSet icon, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent);
Qt.QAction Class, Qt Namespace
public void QAction(System.String text, Qt.QIconSet icon, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent, System.String name);
Qt.QAction Class, Qt Namespace
public void QAction(System.String text, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent);
Qt.QAction Class, Qt Namespace
public void QAction(System.String text, System.String menuText, Qt.QKeySequence accel, Qt.QObject parent, System.String name);
Qt.QAction Class, Qt Namespace
public void QAction(void * ptr);
Qt.QAction Class, Qt Namespace
public Qt.QKeySequence Accel();
Qt.QAction Class, Qt Namespace
public bool AddTo(Qt.QWidget arg1);
Qt.QAction Class, Qt Namespace
protected void AddedTo(Qt.QWidget actionWidget, Qt.QWidget container);
Qt.QAction Class, Qt Namespace
protected void AddedTo(int index, Qt.QPopupMenu menu);
Qt.QAction Class, Qt Namespace
protected override void Finalize();
Qt.QAction Class, Qt Namespace
public Qt.QIconSet IconSet();
Qt.QAction Class, Qt Namespace
public bool IsEnabled();
Qt.QAction Class, Qt Namespace
public bool IsOn();
Qt.QAction Class, Qt Namespace
public bool IsToggleAction();
Qt.QAction Class, Qt Namespace
public System.String MenuText();
Qt.QAction Class, Qt Namespace
public bool RemoveFrom(Qt.QWidget arg1);
Qt.QAction Class, Qt Namespace
public void SetAccel(Qt.QKeySequence key);
Qt.QAction Class, Qt Namespace
public void SetEnabled(bool arg1);
Qt.QAction Class, Qt Namespace
public void SetIconSet(Qt.QIconSet arg1);
Qt.QAction Class, Qt Namespace
public void SetMenuText(System.String arg1);
Qt.QAction Class, Qt Namespace
public void SetOn(bool arg1);
Qt.QAction Class, Qt Namespace
public void SetStatusTip(System.String arg1);
Qt.QAction Class, Qt Namespace
public void SetText(System.String arg1);
Qt.QAction Class, Qt Namespace
public void SetToggleAction(bool arg1);
Qt.QAction Class, Qt Namespace
public void SetToolTip(System.String arg1);
Qt.QAction Class, Qt Namespace
public void SetWhatsThis(System.String arg1);
Qt.QAction Class, Qt Namespace
public System.String StatusTip();
Qt.QAction Class, Qt Namespace
public System.String Text();
Qt.QAction Class, Qt Namespace
public void Toggle();
Qt.QAction Class, Qt Namespace
public System.String ToolTip();
Qt.QAction Class, Qt Namespace
public System.String WhatsThis();
Qt.QAction Class, Qt Namespace