Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
public class KeyboardTypeSignalType : IDisposable
- Inheritance
-
object
KeyboardTypeSignalType
- Implements
-
System.IDisposable
Constructors
Declaration
public KeyboardTypeSignalType()
Fields
View Source
disposed
A Flat to check if it is already disposed.
Declaration
Field Value
Declaration
protected bool swigCMemOwn
Field Value
Methods
Declaration
public void Connect(Delegate func)
Parameters
Type |
Name |
Description |
Tizen.System.Delegate |
func |
The function to connect
|
Declaration
public void Disconnect(Delegate func)
Parameters
Type |
Name |
Description |
Tizen.System.Delegate |
func |
The function to disconnect
|
Declaration
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
View Source
Emit(KeyboardType)
Connects a member function.
Declaration
public void Emit(InputMethodContext.KeyboardType arg)
Parameters
View Source
Empty()
Queries whether there are any connected slots.
Declaration
Returns
Type |
Description |
bool |
True if there are any slots connected to the signal
|
Declaration
protected ~KeyboardTypeSignalType()
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