Public Member Functions
elm::actionslider Struct Reference

Class actionslider. More...

Public Member Functions

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

Detailed Description

Class actionslider.

Constructor & Destructor Documentation

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

Constructs a new elm::actionslider object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.