Qt.QWhatsThis Class

public class QWhatsThis: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QWhatsThis

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QWhatsThis(Qt.QWidget) Constructor

public void QWhatsThis(Qt.QWidget arg1);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis(void *) Constructor

public void QWhatsThis(void * ptr);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.Add Method

public static void Add(Qt.QWidget arg1, System.String arg2);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.Clicked Method

public bool Clicked(System.String href);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.Display(System.String, Qt.QPoint, Qt.QWidget) Method

public static void Display(System.String text, Qt.QPoint pos, Qt.QWidget w);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.Display(System.String) Method

public static void Display(System.String text);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.Display(System.String, Qt.QPoint) Method

public static void Display(System.String text, Qt.QPoint pos);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.EnterWhatsThisMode Method

public static void EnterWhatsThisMode();

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.Finalize Method

protected override void Finalize();

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.InWhatsThisMode Method

public static bool InWhatsThisMode();

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.LeaveWhatsThisMode(System.String, Qt.QPoint, Qt.QWidget) Method

public static void LeaveWhatsThisMode(System.String arg1, Qt.QPoint pos, Qt.QWidget w);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.LeaveWhatsThisMode() Method

public static void LeaveWhatsThisMode();

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.LeaveWhatsThisMode(System.String) Method

public static void LeaveWhatsThisMode(System.String arg1);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.LeaveWhatsThisMode(System.String, Qt.QPoint) Method

public static void LeaveWhatsThisMode(System.String arg1, Qt.QPoint pos);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.Remove Method

public static void Remove(Qt.QWidget arg1);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.Text Method

public System.String Text(Qt.QPoint arg1);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.TextFor(Qt.QWidget, Qt.QPoint, bool) Method

public static System.String TextFor(Qt.QWidget arg1, Qt.QPoint pos, bool includeParents);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.TextFor(Qt.QWidget) Method

public static System.String TextFor(Qt.QWidget arg1);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.TextFor(Qt.QWidget, Qt.QPoint) Method

public static System.String TextFor(Qt.QWidget arg1, Qt.QPoint pos);

See Also

Qt.QWhatsThis Class, Qt Namespace

QWhatsThis.WhatsThisButton Method

public static Qt.QToolButton WhatsThisButton(Qt.QWidget parent);

See Also

Qt.QWhatsThis Class, Qt Namespace