Class slideshow. More...
| Public Member Functions | |
| slideshow (Eo *eo) | |
| Eo Constructor.  More... | |
| slideshow (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| slideshow (slideshow const &other) | |
| Copy Constructor. | |
| ::elm::widget_item | item_nth_get (unsigned int nth_) const | 
| ::elm::widget_item | item_add (const Elm_Slideshow_Item_Class *itc_, const void *data_) const | 
| ::elm::widget_item | item_sorted_insert (const Elm_Slideshow_Item_Class *itc_, const void *data_, Eina_Compare_Cb func_) const | 
| slideshow (::efl::eo::parent_type _p) | |
| Constructs a new elm::slideshow object.  More... | |
Class slideshow.
| 
 | inlineexplicit | 
Constructs a new elm::slideshow object.
Constructs a new elm::slideshow 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::slideshow::item_add | ( | const Elm_Slideshow_Item_Class * | itc_, | 
| const void * | data_ | ||
| ) | const | 
| itc | |
| data | 
| ::elm::widget_item elm::slideshow::item_nth_get | ( | unsigned int | nth_ | ) | const | 
| nth | 
| ::elm::widget_item elm::slideshow::item_sorted_insert | ( | const Elm_Slideshow_Item_Class * | itc_, | 
| const void * | data_, | ||
| Eina_Compare_Cb | func_ | ||
| ) | const | 
| itc | |
| data | |
| func |