Class BaseHandle
Definition
- Assembly:
- Tizen.NUI.dll
BaseHandle is a handle to an internal Dali resource.
C#Copypublic class BaseHandle : IDisposable
- Inheritance
-
objectBaseHandle
- Derived
-
Tizen.NUI.BaseComponents.VectorGraphics.DrawableTizen.NUI.BaseComponents.VectorGraphics.DrawableTizen.NUI.BaseComponents.VectorGraphics.DrawableTizen.NUI.BaseComponents.VectorGraphics.DrawableTizen.NUI.BaseComponents.VectorGraphics.DrawableTizen.NUI.BaseComponents.VectorGraphics.DrawableTizen.NUI.BaseComponents.VectorGraphics.GradientTizen.NUI.BaseComponents.VectorGraphics.GradientTizen.NUI.BaseComponents.VectorGraphics.GradientTizen.NUI.BaseComponents.VectorGraphics.GradientTizen.NUI.BaseComponents.VectorGraphics.GradientTizen.NUI.BaseComponents.VectorGraphics.GradientTizen.NUI.DragAndDropTizen.NUI.DragAndDropTizen.NUI.DragAndDropTizen.NUI.DragAndDropTizen.NUI.DragAndDropTizen.NUI.FontClientTizen.NUI.FontClientTizen.NUI.FontClientTizen.NUI.FontClientTizen.NUI.FontClientTizen.NUI.FontClientTizen.NUI.FontClientTizen.NUI.FontClientTizen.NUI.FontClientTizen.NUI.FontClientTizen.NUI.InputMethodContextTizen.NUI.InputMethodContextTizen.NUI.InputMethodContextTizen.NUI.InputMethodContextTizen.NUI.InputMethodContextTizen.NUI.InputMethodContextTizen.NUI.InputMethodContextTizen.NUI.InputMethodContextTizen.NUI.InputMethodContextTizen.NUI.InputMethodContextTizen.NUI.Scene3D.MotionDataTizen.NUI.Scene3D.MotionDataTizen.NUI.Scene3D.MotionDataTizen.NUI.Scene3D.MotionDataTizen.NUI.Scene3D.MotionIndexTizen.NUI.Scene3D.MotionIndexTizen.NUI.Scene3D.MotionIndexTizen.NUI.Scene3D.MotionIndexTizen.NUI.Scene3D.MotionValueTizen.NUI.Scene3D.MotionValueTizen.NUI.Scene3D.MotionValueTizen.NUI.Scene3D.MotionValueTizen.NUI.VertexBufferTizen.NUI.VertexBufferTizen.NUI.VertexBufferTizen.NUI.VertexBufferTizen.NUI.VertexBufferTizen.NUI.VertexBufferTizen.NUI.VertexBuffer
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic BaseHandle()
Declaration
C#Copypublic BaseHandle(BaseHandle handle)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | handle | The BaseHandle instance. |
Fields
Declaration
C#Copyprotected bool disposed
Field Value
| Type | Description |
|---|---|
| bool |
Declaration
C#Copyprotected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected virtual void Dispose(DisposeTypes type)
Parameters
| Type | Name | Description |
|---|---|---|
| DisposeTypes | type |
DoAction(string, PropertyMap)
Performs an action on this object with the given action name and attributes.
Declaration
C#Copypublic bool DoAction(string actionName, PropertyMap attributes)
Parameters
| Type | Name | Description |
|---|---|---|
| string | actionName | The command for the action. |
| PropertyMap | attributes | The list of attributes for the action. |
Returns
| Type | Description |
|---|---|
| bool | The action is performed by the object or not. |
Declaration
C#Copypublic bool EqualTo(BaseHandle rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | rhs | The baseHandle instance. |
Returns
| Type | Description |
|---|---|
| bool | True If equal. |
Declaration
C#Copyprotected ~BaseHandle()
Declaration
C#Copypublic bool GetTypeInfo(TypeInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeInfo | info | The type information. |
Returns
| Type | Description |
|---|---|
| bool | True If get the type info. |
GetTypeName()
Returns the type name for the Handle.
Will return an empty string if the typename does not exist. This will happen for types that
have not registered with type-registry.
Declaration
C#Copypublic string GetTypeName()
Returns
| Type | Description |
|---|---|
| string | The type name. Empty string if the typename does not exist. |
Declaration
C#Copypublic bool HasBody()
Returns
| Type | Description |
|---|---|
| bool | True If the baseHandle instance has body. |
Declaration
C#Copypublic bool IsEqual(BaseHandle rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | rhs | The baseHandle instance. |
Returns
| Type | Description |
|---|---|
| bool | True If equal. |
Declaration
C#Copypublic bool NotEqualTo(BaseHandle rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | rhs | The baseHandle instance. |
Returns
| Type | Description |
|---|---|
| bool | True If not equal. |
Declaration
C#Copypublic void Reset()
Operators
operator &(BaseHandle, BaseHandle)
Logical AND operator.
It's possible when doing a operator this function (opBitwiseAnd) is never called due to short circuiting.
Declaration
C#Copypublic static BaseHandle operator &(BaseHandle x, BaseHandle y)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | x | |
| BaseHandle | y |
Returns
| Type | Description |
|---|---|
| BaseHandle |
operator |(BaseHandle, BaseHandle)
Logical OR operator for ||.
It's possible when doing a || this function (opBitwiseOr) is never called due to short circuiting.
Declaration
C#Copypublic static BaseHandle operator |(BaseHandle x, BaseHandle y)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | x | |
| BaseHandle | y |
Returns
| Type | Description |
|---|---|
| BaseHandle |
Declaration
C#Copypublic static bool operator ==(BaseHandle x, BaseHandle y)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | x | |
| BaseHandle | y |
Returns
| Type | Description |
|---|---|
| bool |
Declaration
C#Copypublic static explicit operator bool(BaseHandle handle)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | handle |
Returns
| Type | Description |
|---|---|
| bool |
operator false(BaseHandle)
Returns the bool false to indicate that an operand is false and returns true otherwise.
Declaration
C#Copypublic static bool operator false(BaseHandle handle)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | handle |
Returns
| Type | Description |
|---|---|
| bool |
operator !=(BaseHandle, BaseHandle)
Inequality operator. Returns Null if either operand is Null
Declaration
C#Copypublic static bool operator !=(BaseHandle x, BaseHandle y)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | x | |
| BaseHandle | y |
Returns
| Type | Description |
|---|---|
| bool |
Declaration
C#Copypublic static bool operator !(BaseHandle x)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | x |
Returns
| Type | Description |
|---|---|
| bool |
operator true(BaseHandle)
Returns the bool value true to indicate that an operand is true and returns false otherwise.
Declaration
C#Copypublic static bool operator true(BaseHandle handle)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseHandle | handle |
Returns
| Type | Description |
|---|---|
| bool |