Qt.QObject Class

public class QObject: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QObject Constructors

QObject(Qt.QObject, System.String) Constructor
QObject(Qt.QObject) Constructor
QObject(void *) Constructor

QObject Methods

QObject.Activate_filters Method
QObject.Activate_signal(int) Method
QObject.Activate_signal(int, int) Method
QObject.Activate_signal(int, double) Method
QObject.Activate_signal(int, System.String) Method
QObject.Activate_signal_bool Method
QObject.BlockSignals Method
QObject.CheckConnectArgs Method
QObject.Child(System.String, System.String, bool) Method
QObject.Child(System.String) Method
QObject.Child(System.String, System.String) Method
QObject.Children Method
QObject.ClassName Method
QObject.Connect(Qt.QObject, System.String, Qt.QObject, System.String) Method
QObject.Connect(Qt.QObject, System.String, System.String) Method
QObject.ConnectNotify Method
QObject.DeleteLater Method
QObject.Disconnect(Qt.QObject, System.String, Qt.QObject, System.String) Method
QObject.Disconnect() Method
QObject.Disconnect(System.String, Qt.QObject, System.String) Method
QObject.Disconnect(Qt.QObject, System.String) Method
QObject.DisconnectNotify Method
QObject.Dispose Method
QObject.DumpConnections Method
QObject.DumpObjectInfo Method
QObject.DumpObjectTree Method
QObject.Emit Method
QObject.EventFilter Method
QObject.Finalize Method
QObject.HighPriority Method
QObject.Inherits Method
QObject.InsertChild Method
QObject.InstallEventFilter Method
QObject.IsA Method
QObject.IsWidgetType Method
QObject.KillTimer Method
QObject.KillTimers Method
QObject.MetaObject Method
QObject.Name() Method
QObject.Name(System.String) Method
QObject.NativeDestroyed Method
QObject.ObjectTrees Method
QObject.Parent Method
QObject.Property Method
QObject.Q_event Method
QObject.QtCast Method
QObject.QueryList(System.String, System.String, bool, bool) Method
QObject.QueryList() Method
QObject.QueryList(System.String) Method
QObject.QueryList(System.String, System.String) Method
QObject.QueryList(System.String, System.String, bool) Method
QObject.Receivers(System.String) Method
QObject.Receivers(int) Method
QObject.RemoveEventFilter Method
QObject.Sender Method
QObject.SetName Method
QObject.SetProperty Method
QObject.SignalsBlocked Method
QObject.StartTimer Method
QObject.Tr Method
QObject.TrUtf8 Method

QObject Properties

QObject.qApp Property


QObject(Qt.QObject, System.String) Constructor

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

See Also

Qt.QObject Class, Qt Namespace

QObject(Qt.QObject) Constructor

public void QObject(Qt.QObject parent);

See Also

Qt.QObject Class, Qt Namespace

QObject(void *) Constructor

public void QObject(void * ptr);

See Also

Qt.QObject Class, Qt Namespace

QObject.Activate_filters Method

protected bool Activate_filters(Qt.QEvent arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.Activate_signal(int) Method

protected void Activate_signal(int signal);

See Also

Qt.QObject Class, Qt Namespace

QObject.Activate_signal(int, int) Method

protected void Activate_signal(int signal, int arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.Activate_signal(int, double) Method

protected void Activate_signal(int signal, double arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.Activate_signal(int, System.String) Method

protected void Activate_signal(int signal, System.String arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.Activate_signal_bool Method

protected void Activate_signal_bool(int signal, bool arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.BlockSignals Method

public void BlockSignals(bool b);

See Also

Qt.QObject Class, Qt Namespace

QObject.CheckConnectArgs Method

protected bool CheckConnectArgs(System.String signal, Qt.QObject receiver, System.String member);

See Also

Qt.QObject Class, Qt Namespace

QObject.Child(System.String, System.String, bool) Method

public Qt.QObject Child(System.String objName, System.String inheritsClass, bool recursiveSearch);

See Also

Qt.QObject Class, Qt Namespace

QObject.Child(System.String) Method

public Qt.QObject Child(System.String objName);

See Also

Qt.QObject Class, Qt Namespace

QObject.Child(System.String, System.String) Method

public Qt.QObject Child(System.String objName, System.String inheritsClass);

See Also

Qt.QObject Class, Qt Namespace

QObject.Children Method

public Qt.QObjectList Children();

See Also

Qt.QObject Class, Qt Namespace

QObject.ClassName Method

public System.String ClassName();

See Also

Qt.QObject Class, Qt Namespace

QObject.Connect(Qt.QObject, System.String, Qt.QObject, System.String) Method

public static bool Connect(Qt.QObject sender, System.String signal, Qt.QObject receiver, System.String slot);

See Also

Qt.QObject Class, Qt Namespace

QObject.Connect(Qt.QObject, System.String, System.String) Method

public bool Connect(Qt.QObject sender, System.String signal, System.String member);

See Also

Qt.QObject Class, Qt Namespace

QObject.ConnectNotify Method

protected void ConnectNotify(System.String signal);

See Also

Qt.QObject Class, Qt Namespace

QObject.DeleteLater Method

public void DeleteLater();

See Also

Qt.QObject Class, Qt Namespace

QObject.Disconnect(Qt.QObject, System.String, Qt.QObject, System.String) Method

public static bool Disconnect(Qt.QObject sender, System.String signal, Qt.QObject receiver, System.String slot);

See Also

Qt.QObject Class, Qt Namespace

QObject.Disconnect() Method

public bool Disconnect();

See Also

Qt.QObject Class, Qt Namespace

QObject.Disconnect(System.String, Qt.QObject, System.String) Method

public bool Disconnect(System.String signal, Qt.QObject receiver, System.String member);

See Also

Qt.QObject Class, Qt Namespace

QObject.Disconnect(Qt.QObject, System.String) Method

public bool Disconnect(Qt.QObject receiver, System.String slot);

See Also

Qt.QObject Class, Qt Namespace

QObject.DisconnectNotify Method

protected void DisconnectNotify(System.String signal);

See Also

Qt.QObject Class, Qt Namespace

QObject.Dispose Method

protected override void Dispose(bool disposeManaged);

See Also

Qt.QObject Class, Qt Namespace

QObject.DumpConnections Method

public void DumpConnections();

See Also

Qt.QObject Class, Qt Namespace

QObject.DumpObjectInfo Method

public void DumpObjectInfo();

See Also

Qt.QObject Class, Qt Namespace

QObject.DumpObjectTree Method

public void DumpObjectTree();

See Also

Qt.QObject Class, Qt Namespace

QObject.Emit Method

public void Emit(System.String signal, System.Object[] args);

See Also

Qt.QObject Class, Qt Namespace

QObject.EventFilter Method

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

See Also

Qt.QObject Class, Qt Namespace

QObject.Finalize Method

protected override void Finalize();

See Also

Qt.QObject Class, Qt Namespace

QObject.HighPriority Method

public bool HighPriority();

See Also

Qt.QObject Class, Qt Namespace

QObject.Inherits Method

public bool Inherits(System.String arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.InsertChild Method

public void InsertChild(Qt.QObject arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.InstallEventFilter Method

public void InstallEventFilter(Qt.QObject arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.IsA Method

public bool IsA(System.String arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.IsWidgetType Method

public bool IsWidgetType();

See Also

Qt.QObject Class, Qt Namespace

QObject.KillTimer Method

public void KillTimer(int identifier);

See Also

Qt.QObject Class, Qt Namespace

QObject.KillTimers Method

public void KillTimers();

See Also

Qt.QObject Class, Qt Namespace

QObject.MetaObject Method

public Qt.QMetaObject MetaObject();

See Also

Qt.QObject Class, Qt Namespace

QObject.Name() Method

public System.String Name();

See Also

Qt.QObject Class, Qt Namespace

QObject.Name(System.String) Method

public System.String Name(System.String defaultName);

See Also

Qt.QObject Class, Qt Namespace

QObject.NativeDestroyed Method

protected internal void NativeDestroyed();

See Also

Qt.QObject Class, Qt Namespace

QObject.ObjectTrees Method

public static Qt.QObjectList ObjectTrees();

See Also

Qt.QObject Class, Qt Namespace

QObject.Parent Method

public Qt.QObject Parent();

See Also

Qt.QObject Class, Qt Namespace

QObject.Property Method

public Qt.QVariant Property(System.String name);

See Also

Qt.QObject Class, Qt Namespace

QObject.Q_event Method

public bool Q_event(Qt.QEvent arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.QtCast Method

public Qt.QObject QtCast();

See Also

Qt.QObject Class, Qt Namespace

QObject.QueryList(System.String, System.String, bool, bool) Method

public Qt.QObjectList QueryList(System.String inheritsClass, System.String objName, bool regexpMatch, bool recursiveSearch);

See Also

Qt.QObject Class, Qt Namespace

QObject.QueryList() Method

public Qt.QObjectList QueryList();

See Also

Qt.QObject Class, Qt Namespace

QObject.QueryList(System.String) Method

public Qt.QObjectList QueryList(System.String inheritsClass);

See Also

Qt.QObject Class, Qt Namespace

QObject.QueryList(System.String, System.String) Method

public Qt.QObjectList QueryList(System.String inheritsClass, System.String objName);

See Also

Qt.QObject Class, Qt Namespace

QObject.QueryList(System.String, System.String, bool) Method

public Qt.QObjectList QueryList(System.String inheritsClass, System.String objName, bool regexpMatch);

See Also

Qt.QObject Class, Qt Namespace

QObject.Receivers(System.String) Method

protected Qt.QConnectionList Receivers(System.String signal);

See Also

Qt.QObject Class, Qt Namespace

QObject.Receivers(int) Method

protected Qt.QConnectionList Receivers(int signal);

See Also

Qt.QObject Class, Qt Namespace

QObject.RemoveEventFilter Method

public void RemoveEventFilter(Qt.QObject arg1);

See Also

Qt.QObject Class, Qt Namespace

QObject.Sender Method

protected Qt.QObject Sender();

See Also

Qt.QObject Class, Qt Namespace

QObject.SetName Method

public void SetName(System.String name);

See Also

Qt.QObject Class, Qt Namespace

QObject.SetProperty Method

public bool SetProperty(System.String name, Qt.QVariant value);

See Also

Qt.QObject Class, Qt Namespace

QObject.SignalsBlocked Method

public bool SignalsBlocked();

See Also

Qt.QObject Class, Qt Namespace

QObject.StartTimer Method

public int StartTimer(int interval);

See Also

Qt.QObject Class, Qt Namespace

QObject.Tr Method

public System.String Tr(System.String arg1, System.String arg2);

See Also

Qt.QObject Class, Qt Namespace

QObject.TrUtf8 Method

public System.String TrUtf8(System.String arg1, System.String arg2);

See Also

Qt.QObject Class, Qt Namespace

QObject.qApp Property

public static Qt.QApplication qApp { get; set; }

See Also

Qt.QObject Class, Qt Namespace