Public Member Functions
elm::inwin Struct Reference

Class inwin. More...

Public Member Functions

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

Detailed Description

Class inwin.

Constructor & Destructor Documentation

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

Constructs a new elm::inwin object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.