Public Member Functions
elm::image Struct Reference

Class image. More...

Public Member Functions

 image (Eo *eo)
 Eo Constructor. More...
 
 image (std::nullptr_t)
 nullptr_t Constructor. More...
 
 image (image const &other)
 Copy Constructor.
 
 image (::efl::eo::parent_type _p)
 Constructs a new elm::image object. More...
 

Detailed Description

Class image.

Constructor & Destructor Documentation

elm::image::image ( ::efl::eo::parent_type  _p)
inlineexplicit

Constructs a new elm::image object.

Constructs a new elm::image object. If you want this object to be a child of another Eo object, use an efl::eo::parent expression, like the example.

Example:

elm::image my_image(efl::eo::parent = parent_object);
See also
image(Eo* eo)
elm::image::image ( Eo *  eo)
inlineexplicit

Eo Constructor.

Constructs the object from an Eo* pointer stealing its ownership.

Parameters
eoThe Eo object pointer.
elm::image::image ( std::nullptr_t  )
inlineexplicit

nullptr_t Constructor.

Constructs an empty (null) object.