Public Member Functions
elm::photo Struct Reference

Class photo. More...

Public Member Functions

 photo (Eo *eo)
 Eo Constructor. More...
 
 photo (std::nullptr_t)
 nullptr_t Constructor. More...
 
 photo (photo const &other)
 Copy Constructor.
 
void thumb_set (::efl::eina::optional< ::efl::eina::string_view > file_,::efl::eina::optional< ::efl::eina::string_view > group_) const
 
 photo (::efl::eo::parent_type _p)
 Constructs a new elm::photo object. More...
 

Detailed Description

Class photo.

Constructor & Destructor Documentation

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

Constructs a new elm::photo object.

Constructs a new elm::photo 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::photo my_photo(efl::eo::parent = parent_object);
See also
photo(Eo* eo)
elm::photo::photo ( Eo *  eo)
inlineexplicit

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

void elm::photo::thumb_set ( ::efl::eina::optional< ::efl::eina::string_view >  file_,
::efl::eina::optional< ::efl::eina::string_view >  group_ 
) const
Parameters
file
group