public class QWhatsThis: QtSupport, System.IDisposable
System.Object
QtSupport
QWhatsThisThis type implements System.IDisposable.
Qt Namespace
QWhatsThis Constructors
QWhatsThis(Qt.QWidget) Constructor
QWhatsThis(void *) Constructor
QWhatsThis Methods
QWhatsThis.Add Method
QWhatsThis.Clicked Method
QWhatsThis.Display(System.String, Qt.QPoint, Qt.QWidget) Method
QWhatsThis.Display(System.String) Method
QWhatsThis.Display(System.String, Qt.QPoint) Method
QWhatsThis.EnterWhatsThisMode Method
QWhatsThis.Finalize Method
QWhatsThis.InWhatsThisMode Method
QWhatsThis.LeaveWhatsThisMode(System.String, Qt.QPoint, Qt.QWidget) Method
QWhatsThis.LeaveWhatsThisMode() Method
QWhatsThis.LeaveWhatsThisMode(System.String) Method
QWhatsThis.LeaveWhatsThisMode(System.String, Qt.QPoint) Method
QWhatsThis.Remove Method
QWhatsThis.Text Method
QWhatsThis.TextFor(Qt.QWidget, Qt.QPoint, bool) Method
QWhatsThis.TextFor(Qt.QWidget) Method
QWhatsThis.TextFor(Qt.QWidget, Qt.QPoint) Method
QWhatsThis.WhatsThisButton Method
public void QWhatsThis(Qt.QWidget arg1);
Qt.QWhatsThis Class, Qt Namespace
public void QWhatsThis(void * ptr);
Qt.QWhatsThis Class, Qt Namespace
public static void Add(Qt.QWidget arg1, System.String arg2);
Qt.QWhatsThis Class, Qt Namespace
public bool Clicked(System.String href);
Qt.QWhatsThis Class, Qt Namespace
public static void Display(System.String text, Qt.QPoint pos, Qt.QWidget w);
Qt.QWhatsThis Class, Qt Namespace
public static void Display(System.String text);
Qt.QWhatsThis Class, Qt Namespace
public static void Display(System.String text, Qt.QPoint pos);
Qt.QWhatsThis Class, Qt Namespace
public static void EnterWhatsThisMode();
Qt.QWhatsThis Class, Qt Namespace
protected override void Finalize();
Qt.QWhatsThis Class, Qt Namespace
public static bool InWhatsThisMode();
Qt.QWhatsThis Class, Qt Namespace
public static void LeaveWhatsThisMode(System.String arg1, Qt.QPoint pos, Qt.QWidget w);
Qt.QWhatsThis Class, Qt Namespace
public static void LeaveWhatsThisMode();
Qt.QWhatsThis Class, Qt Namespace
public static void LeaveWhatsThisMode(System.String arg1);
Qt.QWhatsThis Class, Qt Namespace
public static void LeaveWhatsThisMode(System.String arg1, Qt.QPoint pos);
Qt.QWhatsThis Class, Qt Namespace
public static void Remove(Qt.QWidget arg1);
Qt.QWhatsThis Class, Qt Namespace
public System.String Text(Qt.QPoint arg1);
Qt.QWhatsThis Class, Qt Namespace
public static System.String TextFor(Qt.QWidget arg1, Qt.QPoint pos, bool includeParents);
Qt.QWhatsThis Class, Qt Namespace
public static System.String TextFor(Qt.QWidget arg1);
Qt.QWhatsThis Class, Qt Namespace
public static System.String TextFor(Qt.QWidget arg1, Qt.QPoint pos);
Qt.QWhatsThis Class, Qt Namespace
public static Qt.QToolButton WhatsThisButton(Qt.QWidget parent);
Qt.QWhatsThis Class, Qt Namespace