Public Member Functions
elm::systray Struct Reference

Class systray. More...

Public Member Functions

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

Detailed Description

Class systray.

Constructor & Destructor Documentation

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

Constructs a new elm::systray object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.