Class WidgetViewSignal
Definition
- Assembly:
- Tizen.NUI.dll
WidgetViewSignal
public class WidgetViewSignal : IDisposable
- Inheritance
-
objectWidgetViewSignal
- Implements
-
System.IDisposable
Constructors
View SourceWidgetViewSignal()
The contructor.
Declaration
public WidgetViewSignal()
Fields
View SourceswigCMemOwn
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Type | Description |
---|---|
bool |
Methods
View SourceConnect(Delegate)
Connects a function.
Declaration
public void Connect(Delegate func)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Delegate | func | The function to connect |
Disconnect(Delegate)
Disconnects a function.
Declaration
public void Disconnect(Delegate func)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Delegate | func | The function to disconnect |
Dispose()
Dispose
Declaration
public virtual void Dispose()
Emit(WidgetView)
Connects a member function.
Declaration
public void Emit(WidgetView arg)
Parameters
Type | Name | Description |
---|---|---|
WidgetView | arg | The member function to connect |
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 |
~WidgetViewSignal()
Dispose
Declaration
protected ~WidgetViewSignal()
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