public class QObject: QtSupport, System.IDisposable
System.Object
QtSupport
QObjectThis type implements System.IDisposable.
Qt Namespace
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
public void QObject(Qt.QObject parent, System.String name);
Qt.QObject Class, Qt Namespace
public void QObject(Qt.QObject parent);
Qt.QObject Class, Qt Namespace
public void QObject(void * ptr);
Qt.QObject Class, Qt Namespace
protected bool Activate_filters(Qt.QEvent arg1);
Qt.QObject Class, Qt Namespace
protected void Activate_signal(int signal);
Qt.QObject Class, Qt Namespace
protected void Activate_signal(int signal, int arg1);
Qt.QObject Class, Qt Namespace
protected void Activate_signal(int signal, double arg1);
Qt.QObject Class, Qt Namespace
protected void Activate_signal(int signal, System.String arg1);
Qt.QObject Class, Qt Namespace
protected void Activate_signal_bool(int signal, bool arg1);
Qt.QObject Class, Qt Namespace
public void BlockSignals(bool b);
Qt.QObject Class, Qt Namespace
protected bool CheckConnectArgs(System.String signal, Qt.QObject receiver, System.String member);
Qt.QObject Class, Qt Namespace
public Qt.QObject Child(System.String objName, System.String inheritsClass, bool recursiveSearch);
Qt.QObject Class, Qt Namespace
public Qt.QObject Child(System.String objName);
Qt.QObject Class, Qt Namespace
public Qt.QObject Child(System.String objName, System.String inheritsClass);
Qt.QObject Class, Qt Namespace
public Qt.QObjectList Children();
Qt.QObject Class, Qt Namespace
public System.String ClassName();
Qt.QObject Class, Qt Namespace
public static bool Connect(Qt.QObject sender, System.String signal, Qt.QObject receiver, System.String slot);
Qt.QObject Class, Qt Namespace
public bool Connect(Qt.QObject sender, System.String signal, System.String member);
Qt.QObject Class, Qt Namespace
protected void ConnectNotify(System.String signal);
Qt.QObject Class, Qt Namespace
public void DeleteLater();
Qt.QObject Class, Qt Namespace
public static bool Disconnect(Qt.QObject sender, System.String signal, Qt.QObject receiver, System.String slot);
Qt.QObject Class, Qt Namespace
public bool Disconnect();
Qt.QObject Class, Qt Namespace
public bool Disconnect(System.String signal, Qt.QObject receiver, System.String member);
Qt.QObject Class, Qt Namespace
public bool Disconnect(Qt.QObject receiver, System.String slot);
Qt.QObject Class, Qt Namespace
protected void DisconnectNotify(System.String signal);
Qt.QObject Class, Qt Namespace
protected override void Dispose(bool disposeManaged);
Qt.QObject Class, Qt Namespace
public void DumpConnections();
Qt.QObject Class, Qt Namespace
public void DumpObjectInfo();
Qt.QObject Class, Qt Namespace
public void DumpObjectTree();
Qt.QObject Class, Qt Namespace
public void Emit(System.String signal, System.Object[] args);
Qt.QObject Class, Qt Namespace
public bool EventFilter(Qt.QObject arg1, Qt.QEvent arg2);
Qt.QObject Class, Qt Namespace
protected override void Finalize();
Qt.QObject Class, Qt Namespace
public bool HighPriority();
Qt.QObject Class, Qt Namespace
public bool Inherits(System.String arg1);
Qt.QObject Class, Qt Namespace
public void InsertChild(Qt.QObject arg1);
Qt.QObject Class, Qt Namespace
public void InstallEventFilter(Qt.QObject arg1);
Qt.QObject Class, Qt Namespace
public bool IsA(System.String arg1);
Qt.QObject Class, Qt Namespace
public bool IsWidgetType();
Qt.QObject Class, Qt Namespace
public void KillTimer(int identifier);
Qt.QObject Class, Qt Namespace
public void KillTimers();
Qt.QObject Class, Qt Namespace
public Qt.QMetaObject MetaObject();
Qt.QObject Class, Qt Namespace
public System.String Name();
Qt.QObject Class, Qt Namespace
public System.String Name(System.String defaultName);
Qt.QObject Class, Qt Namespace
protected internal void NativeDestroyed();
Qt.QObject Class, Qt Namespace
public static Qt.QObjectList ObjectTrees();
Qt.QObject Class, Qt Namespace
public Qt.QObject Parent();
Qt.QObject Class, Qt Namespace
public Qt.QVariant Property(System.String name);
Qt.QObject Class, Qt Namespace
public bool Q_event(Qt.QEvent arg1);
Qt.QObject Class, Qt Namespace
public Qt.QObject QtCast();
Qt.QObject Class, Qt Namespace
public Qt.QObjectList QueryList(System.String inheritsClass, System.String objName, bool regexpMatch, bool recursiveSearch);
Qt.QObject Class, Qt Namespace
public Qt.QObjectList QueryList();
Qt.QObject Class, Qt Namespace
public Qt.QObjectList QueryList(System.String inheritsClass);
Qt.QObject Class, Qt Namespace
public Qt.QObjectList QueryList(System.String inheritsClass, System.String objName);
Qt.QObject Class, Qt Namespace
public Qt.QObjectList QueryList(System.String inheritsClass, System.String objName, bool regexpMatch);
Qt.QObject Class, Qt Namespace
protected Qt.QConnectionList Receivers(System.String signal);
Qt.QObject Class, Qt Namespace
protected Qt.QConnectionList Receivers(int signal);
Qt.QObject Class, Qt Namespace
public void RemoveEventFilter(Qt.QObject arg1);
Qt.QObject Class, Qt Namespace
protected Qt.QObject Sender();
Qt.QObject Class, Qt Namespace
public void SetName(System.String name);
Qt.QObject Class, Qt Namespace
public bool SetProperty(System.String name, Qt.QVariant value);
Qt.QObject Class, Qt Namespace
public bool SignalsBlocked();
Qt.QObject Class, Qt Namespace
public int StartTimer(int interval);
Qt.QObject Class, Qt Namespace
public System.String Tr(System.String arg1, System.String arg2);
Qt.QObject Class, Qt Namespace
public System.String TrUtf8(System.String arg1, System.String arg2);
Qt.QObject Class, Qt Namespace
public static Qt.QApplication qApp { get; set; }
Qt.QObject Class, Qt Namespace