Public Member Functions
elm::spinner Struct Reference

Class spinner. More...

Public Member Functions

 spinner (Eo *eo)
 Eo Constructor. More...
 
 spinner (std::nullptr_t)
 nullptr_t Constructor. More...
 
 spinner (spinner const &other)
 Copy Constructor.
 
void special_value_add (double value_,::efl::eina::string_view label_) const
 
 spinner (::efl::eo::parent_type _p)
 Constructs a new elm::spinner object. More...
 

Detailed Description

Class spinner.

Examples:
spinner_cxx_example.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::spinner object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

void elm::spinner::special_value_add ( double  value_,
::efl::eina::string_view  label_ 
) const
Parameters
value
label
Examples:
spinner_cxx_example.cc.