Public Member Functions
elm::separator Struct Reference

Class separator. More...

Public Member Functions

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

Detailed Description

Class separator.

Examples:
separator_cxx_example_01.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::separator object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.