Public Member Functions
elm::thumb Struct Reference

Class thumb. More...

Public Member Functions

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

Detailed Description

Class thumb.

Examples:
thumb_cxx_example_01.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::thumb object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.