| Tizen Native API
    4.0
    | 
Dali::Widget Class Reference
  Widget class is the base class for custom widget. More...
Inheritance diagram for Dali::Widget:
 
  
 | 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. | |
| Widget & | operator= (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 | ) | 
Destructor.
- Since:
- 4.0, DALi version 1.3.5
Member Function Documentation
| static Widget Dali::Widget::New | ( | ) |  [static] |