Class PropertyNotifySignal

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Signal connection class for PropertyNotification

    public class PropertyNotifySignal : IDisposable
    Inheritance
    object
    PropertyNotifySignal
    Implements
    System.IDisposable

    Constructors

    View Source

    PropertyNotifySignal()

    The constructor.

    Declaration
    public PropertyNotifySignal()

    Fields

    View Source

    disposed

    A Flat to check if it is already disposed.

    Declaration
    protected bool disposed
    Field Value
    Type Description
    bool
    View Source

    swigCMemOwn

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    Methods

    View Source

    Connect(Delegate)

    Connects a function.

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

    The function to connect

    View Source

    Disconnect(Delegate)

    Disconnects a function.

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

    The function to disconnect.

    View Source

    Dispose()

    Dispose

    Declaration
    public void Dispose()
    View Source

    Dispose(DisposeTypes)

    Dispose

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

    The dispose type.

    View Source

    Emit(PropertyNotification)

    Emits a signal with 1 parameter.

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

    The first value to pass to callbacks.

    View Source

    Empty()

    Queries whether there are any connected slots.

    Declaration
    public bool Empty()
    Returns
    Type Description
    bool

    True if there are any slots connected to the signal.

    View Source

    ~PropertyNotifySignal()

    Dispose

    Declaration
    protected ~PropertyNotifySignal()
    View Source

    GetConnectionCount()

    Queries the number of slots.

    Declaration
    public uint GetConnectionCount()
    Returns
    Type Description
    uint

    The number of slots connected to this signal

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX