Public Member Functions
elm::hover Struct Reference

Class hover. More...

Public Member Functions

 hover (Eo *eo)
 Eo Constructor. More...
 
 hover (std::nullptr_t)
 nullptr_t Constructor. More...
 
 hover (hover const &other)
 Copy Constructor.
 
::efl::eina::string_view best_content_location_get (Elm_Hover_Axis pref_axis_) const
 
 hover (::efl::eo::parent_type _p)
 Constructs a new elm::hover object. More...
 

Detailed Description

Class hover.

Constructor & Destructor Documentation

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

Constructs a new elm::hover object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

::efl::eina::string_view elm::hover::best_content_location_get ( Elm_Hover_Axis  pref_axis_) const
Parameters
pref_axis