Class segment_control. More...
| Public Member Functions | |
| segment_control (Eo *eo) | |
| Eo Constructor.  More... | |
| segment_control (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| segment_control (segment_control const &other) | |
| Copy Constructor. | |
| ::efl::eina::string_view | item_label_get (int idx_) const | 
| ::elm::widget_item | item_insert_at (::evas::object icon_,::efl::eina::optional< ::efl::eina::string_view > label_, int idx_) const | 
| ::elm::widget_item | item_get (int idx_) const | 
| void | item_del_at (int idx_) const | 
| ::elm::widget_item | item_add (::evas::object icon_,::efl::eina::optional< ::efl::eina::string_view > label_) const | 
| ::evas::object | item_icon_get (int idx_) const | 
| segment_control (::efl::eo::parent_type _p) | |
| Constructs a new elm::segment_control object.  More... | |
Class segment_control.
| 
 | inlineexplicit | 
Constructs a new elm::segment_control object.
Constructs a new elm::segment_control object. If you want this object to be a child of another Eo object, use an efl::eo::parent expression, like the example.
Example:
| 
 | inlineexplicit | 
Eo Constructor.
Constructs the object from an Eo* pointer stealing its ownership.
| eo | The Eo object pointer. | 
| 
 | inlineexplicit | 
nullptr_t Constructor.
Constructs an empty (null) object.
| ::elm::widget_item elm::segment_control::item_add | ( | ::evas::object | icon_, | 
| ::efl::eina::optional< ::efl::eina::string_view > | label_ | ||
| ) | const | 
| icon | |
| label | 
| void elm::segment_control::item_del_at | ( | int | idx_ | ) | const | 
| idx | 
| ::elm::widget_item elm::segment_control::item_get | ( | int | idx_ | ) | const | 
| idx | 
| ::evas::object elm::segment_control::item_icon_get | ( | int | idx_ | ) | const | 
| idx | 
| ::elm::widget_item elm::segment_control::item_insert_at | ( | ::evas::object | icon_, | 
| ::efl::eina::optional< ::efl::eina::string_view > | label_, | ||
| int | idx_ | ||
| ) | const | 
| icon | |
| label | |
| idx | 
| ::efl::eina::string_view elm::segment_control::item_label_get | ( | int | idx_ | ) | const | 
| idx |