Public Member Functions
elm::notify Struct Reference

Class notify. More...

Public Member Functions

 notify (Eo *eo)
 Eo Constructor. More...
 
 notify (std::nullptr_t)
 nullptr_t Constructor. More...
 
 notify (notify const &other)
 Copy Constructor.
 
 notify (::efl::eo::parent_type _p)
 Constructs a new elm::notify object. More...
 

Detailed Description

Class notify.

Constructor & Destructor Documentation

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

Constructs a new elm::notify object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.