Public Member Functions
elm::bubble Struct Reference

Class bubble. More...

Public Member Functions

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

Detailed Description

Class bubble.

Examples:
bubble_cxx_example_01.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::bubble object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.