Tizen Native API
|
Dali::Toolkit::ImageView Class Reference
ImageView is a class for displaying an Image. More...
Inheritance diagram for Dali::Toolkit::ImageView:
Classes | |
struct | Property |
An enumeration of properties belonging to the ImageView class. More... | |
Public Types | |
enum | PropertyRange |
The start and end property ranges for this control. More... | |
Public Member Functions | |
ImageView () | |
Create an uninitialized ImageView. | |
~ImageView () | |
Destructor. | |
ImageView (const ImageView &imageView) | |
Copy constructor. | |
ImageView & | operator= (const ImageView &imageView) |
Assignment operator. | |
void | SetImage (Image image) |
Sets this ImageView from an Image. | |
Image | GetImage () const |
Gets the Image. | |
Static Public Member Functions | |
static ImageView | New () |
Create an initialized ImageView. | |
static ImageView | New (Image image) |
Create an initialized ImageView from an Image. | |
static ImageView | New (const std::string &url) |
Create an initialized ImageView from an Image resource url. | |
static ImageView | DownCast (BaseHandle handle) |
Downcast a handle to ImageView handle. |
Detailed Description
Member Enumeration Documentation
The start and end property ranges for this control.
- Since :
- 2.4
Reimplemented from Dali::Toolkit::Control.
Constructor & Destructor Documentation
Create an uninitialized ImageView.
- Since :
- 2.4
Destructor.
This is non-virtual since derived Handle types must not contain data or virtual methods.
- Since :
- 2.4
Dali::Toolkit::ImageView::ImageView | ( | const ImageView & | imageView | ) |
Member Function Documentation
static ImageView Dali::Toolkit::ImageView::DownCast | ( | BaseHandle | handle | ) | [static] |
Downcast a handle to ImageView handle.
If handle points to a ImageView the downcast produces valid handle. If not the returned handle is left uninitialized.
- Since :
- 2.4
- Parameters:
-
[in] handle Handle to an object
- Returns:
- handle to a ImageView or an uninitialized handle
Reimplemented from Dali::Toolkit::Control.
Image Dali::Toolkit::ImageView::GetImage | ( | ) | const |
static ImageView Dali::Toolkit::ImageView::New | ( | ) | [static] |
static ImageView Dali::Toolkit::ImageView::New | ( | Image | image | ) | [static] |
static ImageView Dali::Toolkit::ImageView::New | ( | const std::string & | url | ) | [static] |