Class WidgetViewSignal

    Definition

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

    WidgetViewSignal

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

    Constructors

    View Source

    WidgetViewSignal()

    The contructor.

    Declaration
    public WidgetViewSignal()

    Fields

    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 virtual void Dispose()
    View Source

    Emit(WidgetView)

    Connects a member function.

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

    The member function to connect

    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

    ~WidgetViewSignal()

    Dispose

    Declaration
    protected ~WidgetViewSignal()
    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