Class flip. More...
| Public Member Functions | |
| flip (Eo *eo) | |
| Eo Constructor.  More... | |
| flip (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| flip (flip const &other) | |
| Copy Constructor. | |
| void | interaction_direction_hitsize_set (Elm_Flip_Direction dir_, double hitsize_) const | 
| double | interaction_direction_hitsize_get (Elm_Flip_Direction dir_) const | 
| void | interaction_direction_enabled_set (Elm_Flip_Direction dir_, bool enabled_) const | 
| bool | interaction_direction_enabled_get (Elm_Flip_Direction dir_) const | 
| void | go (Elm_Flip_Mode mode_) const | 
| void | go_to (bool front_, Elm_Flip_Mode mode_) const | 
| flip (::efl::eo::parent_type _p) | |
| Constructs a new elm::flip object.  More... | |
Class flip.
| 
 | inlineexplicit | 
Constructs a new elm::flip object.
Constructs a new elm::flip 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.
| void elm::flip::go | ( | Elm_Flip_Mode | mode_ | ) | const | 
| mode | 
| void elm::flip::go_to | ( | bool | front_, | 
| Elm_Flip_Mode | mode_ | ||
| ) | const | 
| front | |
| mode | 
| bool elm::flip::interaction_direction_enabled_get | ( | Elm_Flip_Direction | dir_ | ) | const | 
| dir | 
| void elm::flip::interaction_direction_enabled_set | ( | Elm_Flip_Direction | dir_, | 
| bool | enabled_ | ||
| ) | const | 
| dir | |
| enabled | 
| double elm::flip::interaction_direction_hitsize_get | ( | Elm_Flip_Direction | dir_ | ) | const | 
| dir | 
| void elm::flip::interaction_direction_hitsize_set | ( | Elm_Flip_Direction | dir_, | 
| double | hitsize_ | ||
| ) | const | 
| dir | |
| hitsize |