Class PropertyNotifySignal

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
4

Signal connection class for PropertyNotification

C#
Copy
public class PropertyNotifySignal : IDisposable
Inheritance
PropertyNotifySignal
Implements
System.IDisposable

Constructors

View Source

PropertyNotifySignal()

The constructor.

Declaration
C#
Copy
public PropertyNotifySignal()
API Level: 4

Fields

View Source

disposed

A Flat to check if it is already disposed.

Declaration
C#
Copy
protected bool disposed
Field Value
Type Description
Boolean
API Level: 4
View Source

swigCMemOwn

swigCMemOwn

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
Boolean
API Level: 4

Methods

View Source

Connect(Delegate)

Connects a function.

Declaration
C#
Copy
public void Connect(Delegate func)
Parameters
Type Name Description
Tizen.System.Delegate func

The function to connect

API Level: 4
View Source

Disconnect(Delegate)

Disconnects a function.

Declaration
C#
Copy
public void Disconnect(Delegate func)
Parameters
Type Name Description
Tizen.System.Delegate func

The function to disconnect.

API Level: 4
View Source

Dispose()

Dispose

Declaration
C#
Copy
public void Dispose()
API Level: 4
View Source

Dispose(DisposeTypes)

Dispose

Declaration
C#
Copy
protected virtual void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type

The dispose type.

API Level: 4
View Source

Emit(PropertyNotification)

Emits a signal with 1 parameter.

Declaration
C#
Copy
public void Emit(PropertyNotification arg)
Parameters
Type Name Description
PropertyNotification arg

The first value to pass to callbacks.

API Level: 4
View Source

Empty()

Queries whether there are any connected slots.

Declaration
C#
Copy
public bool Empty()
Returns
Type Description
Boolean

True if there are any slots connected to the signal.

API Level: 4
View Source

Finalize()

Dispose

Declaration
C#
Copy
protected void Finalize()
API Level: 3
View Source

GetConnectionCount()

Queries the number of slots.

Declaration
C#
Copy
public uint GetConnectionCount()
Returns
Type Description
System.UInt32

The number of slots connected to this signal

API Level: 4

Implements

System.IDisposable