Tizen Native API
5.5
|
Widget class is the base class for custom widget. More...
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. |
Widget class is the base class for custom widget.
To make own Widget, user should inherit this class and its impl class.
Enumeration class for termination type of widget instance.
The default constructor.
Dali::Widget::Widget | ( | const Widget & | widget | ) |
Destructor.
static Widget Dali::Widget::New | ( | ) | [static] |