Class WidgetViewSignal
Definition
- Assembly:
- Tizen.NUI.dll
WidgetViewSignal
C#Copypublic class WidgetViewSignal : IDisposable
- Inheritance
-
objectWidgetViewSignal
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic WidgetViewSignal()
Fields
Declaration
C#Copyprotected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Methods
Declaration
C#Copypublic void Connect(Delegate func)
Parameters
| Type | Name | Description |
|---|---|---|
| Tizen.System.Delegate | func | The function to connect |
Declaration
C#Copypublic void Disconnect(Delegate func)
Parameters
| Type | Name | Description |
|---|---|---|
| Tizen.System.Delegate | func | The function to disconnect |
Declaration
C#Copypublic virtual void Dispose()
Declaration
C#Copypublic void Emit(WidgetView arg)
Parameters
| Type | Name | Description |
|---|---|---|
| WidgetView | arg | The member function to connect |
Declaration
C#Copypublic bool Empty()
Returns
| Type | Description |
|---|---|
| bool | True if there are any slots connected to the signal |
Declaration
C#Copyprotected ~WidgetViewSignal()
Declaration
C#Copypublic uint GetConnectionCount()
Returns
| Type | Description |
|---|---|
| uint | The number of slots connected to this signal |
Implements
System.IDisposable