Public Member Functions
elm::progressbar Struct Reference

Class progressbar. More...

Public Member Functions

 progressbar (Eo *eo)
 Eo Constructor. More...
 
 progressbar (std::nullptr_t)
 nullptr_t Constructor. More...
 
 progressbar (progressbar const &other)
 Copy Constructor.
 
void part_value_set (::efl::eina::string_view part_, double val_) const
 
double part_value_get (::efl::eina::string_view part_) const
 
void pulse (bool state_) const
 
 progressbar (::efl::eo::parent_type _p)
 Constructs a new elm::progressbar object. More...
 

Detailed Description

Class progressbar.

Constructor & Destructor Documentation

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

Constructs a new elm::progressbar object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

double elm::progressbar::part_value_get ( ::efl::eina::string_view  part_) const
Parameters
part
void elm::progressbar::part_value_set ( ::efl::eina::string_view  part_,
double  val_ 
) const
Parameters
part
val
void elm::progressbar::pulse ( bool  state_) const
Parameters
state