Class KeyboardTypeSignalType

Definition

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

KeyboardTypeSignalType

C#
Copy
public class KeyboardTypeSignalType : IDisposable
Inheritance
object
KeyboardTypeSignalType
Implements
System.IDisposable

Constructors

View Source

KeyboardTypeSignalType()

The contructor.

Declaration
C#
Copy
public KeyboardTypeSignalType()

Fields

View Source

disposed

A Flat to check if it is already disposed.

Declaration
C#
Copy
protected bool disposed
Field Value
Type Description
bool
View Source

swigCMemOwn

swigCMemOwn

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
bool

Methods

View Source

Connect(Delegate)

Connects a function.

Declaration
C#
Copy
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
C#
Copy
public void Disconnect(Delegate func)
Parameters
Type Name Description
Tizen.System.Delegate func

The function to disconnect

View Source

Dispose()

Dispose

Declaration
C#
Copy
public void Dispose()
View Source

Dispose(DisposeTypes)

Dispose

Declaration
C#
Copy
protected virtual void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
View Source

Emit(KeyboardType)

Connects a member function.

Declaration
C#
Copy
public void Emit(InputMethodContext.KeyboardType arg)
Parameters
Type Name Description
InputMethodContext.KeyboardType arg

The member function to connect

View Source

Empty()

Queries whether there are any connected slots.

Declaration
C#
Copy
public bool Empty()
Returns
Type Description
bool

True if there are any slots connected to the signal

View Source

~KeyboardTypeSignalType()

Dispose

Declaration
C#
Copy
protected ~KeyboardTypeSignalType()
View Source

GetConnectionCount()

Queries the number of slots.

Declaration
C#
Copy
public uint GetConnectionCount()
Returns
Type Description
uint

The number of slots connected to this signal

Implements

System.IDisposable