Tizen Native API  5.5

Widget class is the base class for custom widget. More...

Inheritance diagram for Dali::Widget:
Dali::BaseHandle

Public Types

enum  Termination
 Enumeration class for termination type of widget instance. More...

Public Member Functions

 Widget ()
 The default constructor.
 Widget (const Widget &widget)
 Copy Constructor.
Widgetoperator= (const Widget &widget)
 Assignment operator.
 ~Widget ()
 Destructor.

Static Public Member Functions

static Widget New ()
 This is the constructor for Widget.

Detailed Description

Widget class is the base class for custom widget.

To make own Widget, user should inherit this class and its impl class.

Since:
4.0, DALi version 1.3.5

Member Enumeration Documentation

Enumeration class for termination type of widget instance.

Since:
4.0, DALi version 1.3.5

Constructor & Destructor Documentation

The default constructor.

Since:
4.0, DALi version 1.3.5
Dali::Widget::Widget ( const Widget widget)

Copy Constructor.

Since:
4.0, DALi version 1.3.5
Parameters:
[in]widgetHandle to an object

Destructor.

Since:
4.0, DALi version 1.3.5

Member Function Documentation

static Widget Dali::Widget::New ( ) [static]

This is the constructor for Widget.

Since:
4.0, DALi version 1.3.5
Returns:
A handle to the Widget
Widget& Dali::Widget::operator= ( const Widget widget)

Assignment operator.

Since:
4.0, DALi version 1.3.5
Parameters:
[in]widgetHandle to an object
Returns:
A reference to this