C# Class Qyoto.QObject

Inheritance: Qt, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
Q_EMIT Object

Private Properties

Property Type Description
ChildEvent void
ConnectNotify void
CustomEvent void
DeleteLater void
DisconnectNotify void
Event bool
EventFilter bool
MetaObject QMetaObject
QObject System
TimerEvent void

Public Methods

Method Description
BlockSignals ( bool b ) : bool
Children ( ) : List
Connect ( QObject sender, string signal, QObject receiver, string member ) : bool
Connect ( QObject sender, string signal, QObject receiver, string member, Qt arg5 ) : bool
Connect ( QObject sender, string signal, string member ) : bool
Connect ( QObject sender, string signal, string member, Qt type ) : bool
Disconnect ( ) : bool
Disconnect ( QObject receiver ) : bool
Disconnect ( QObject receiver, string member ) : bool
Disconnect ( QObject sender, string signal, QObject receiver, string member ) : bool
Disconnect ( string signal ) : bool
Disconnect ( string signal, QObject receiver ) : bool
Disconnect ( string signal, QObject receiver, string member ) : bool
Dispose ( ) : void
DumpObjectInfo ( ) : void
DumpObjectTree ( ) : void
DynamicPropertyNames ( ) : List
Inherits ( string classname ) : bool
InstallEventFilter ( QObject arg1 ) : void
IsWidgetType ( ) : bool
KillTimer ( int id ) : void
Parent ( ) : QObject
Property ( string name ) : Qyoto.QVariant
QObject ( QObject parent ) : System
RegisterUserData ( ) : uint
RemoveEventFilter ( QObject arg1 ) : void
SetParent ( QObject arg1 ) : void
SetProperty ( string name, Qyoto.QVariant value ) : bool
SignalsBlocked ( ) : bool
StartTimer ( int interval ) : int
StaticQtMetaObject ( ) : QMetaObject
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

Method Description
CreateProxy ( ) : void
QObject ( Type dummy ) : System
Receivers ( string signal ) : int
Sender ( ) : QObject

Private Methods

Method Description
ChildEvent ( Qyoto.QChildEvent arg1 ) : void
ConnectNotify ( string signal ) : void
CustomEvent ( Qyoto.QEvent arg1 ) : void
DeleteLater ( ) : void
DisconnectNotify ( string signal ) : void
Event ( Qyoto.QEvent arg1 ) : bool
EventFilter ( QObject arg1, Qyoto.QEvent arg2 ) : bool
MetaObject ( ) : QMetaObject
QObject ( ) : System
TimerEvent ( Qyoto.QTimerEvent arg1 ) : void

Method Details

BlockSignals() public method

public BlockSignals ( bool b ) : bool
b bool
return bool

Children() public method

public Children ( ) : List
return List

Connect() public static method

public static Connect ( QObject sender, string signal, QObject receiver, string member ) : bool
sender QObject
signal string
receiver QObject
member string
return bool

Connect() public static method

public static Connect ( QObject sender, string signal, QObject receiver, string member, Qt arg5 ) : bool
sender QObject
signal string
receiver QObject
member string
arg5 Qt
return bool

Connect() public method

public Connect ( QObject sender, string signal, string member ) : bool
sender QObject
signal string
member string
return bool

Connect() public method

public Connect ( QObject sender, string signal, string member, Qt type ) : bool
sender QObject
signal string
member string
type Qt
return bool

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : bool
return bool

Disconnect() public method

public Disconnect ( QObject receiver ) : bool
receiver QObject
return bool

Disconnect() public method

public Disconnect ( QObject receiver, string member ) : bool
receiver QObject
member string
return bool

Disconnect() public static method

public static Disconnect ( QObject sender, string signal, QObject receiver, string member ) : bool
sender QObject
signal string
receiver QObject
member string
return bool

Disconnect() public method

public Disconnect ( string signal ) : bool
signal string
return bool

Disconnect() public method

public Disconnect ( string signal, QObject receiver ) : bool
signal string
receiver QObject
return bool

Disconnect() public method

public Disconnect ( string signal, QObject receiver, string member ) : bool
signal string
receiver QObject
member string
return bool

Dispose() public method

public Dispose ( ) : void
return void

DumpObjectInfo() public method

public DumpObjectInfo ( ) : void
return void

DumpObjectTree() public method

public DumpObjectTree ( ) : void
return void

DynamicPropertyNames() public method

public DynamicPropertyNames ( ) : List
return List

Inherits() public method

public Inherits ( string classname ) : bool
classname string
return bool

InstallEventFilter() public method

public InstallEventFilter ( QObject arg1 ) : void
arg1 QObject
return void

IsWidgetType() public method

public IsWidgetType ( ) : bool
return bool

KillTimer() public method

public KillTimer ( int id ) : void
id int
return void

Parent() public method

public Parent ( ) : QObject
return QObject

Property() public method

public Property ( string name ) : Qyoto.QVariant
name string
return Qyoto.QVariant

QObject() public method

public QObject ( QObject parent ) : System
parent QObject
return System

QObject() protected method

protected QObject ( Type dummy ) : System
dummy System.Type
return System

Receivers() protected method

protected Receivers ( string signal ) : int
signal string
return int

RegisterUserData() public static method

public static RegisterUserData ( ) : uint
return uint

RemoveEventFilter() public method

public RemoveEventFilter ( QObject arg1 ) : void
arg1 QObject
return void

Sender() protected method

protected Sender ( ) : QObject
return QObject

SetParent() public method

public SetParent ( QObject arg1 ) : void
arg1 QObject
return void

SetProperty() public method

public SetProperty ( string name, Qyoto.QVariant value ) : bool
name string
value Qyoto.QVariant
return bool

SignalsBlocked() public method

public SignalsBlocked ( ) : bool
return bool

StartTimer() public method

public StartTimer ( int interval ) : int
interval int
return int

StaticQtMetaObject() public static method

public static StaticQtMetaObject ( ) : QMetaObject
return QMetaObject

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

Property Details

Q_EMIT protected_oe property

protected Object Q_EMIT
return Object