Public Member Functions
elm::bg Struct Reference

Class bg. More...

Public Member Functions

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

Detailed Description

Class bg.

Examples:
bg_cxx_example_01.cc, bg_cxx_example_02.cc, bubble_cxx_example_01.cc, button_cxx_example_00.cc, datetime_cxx_example.cc, and separator_cxx_example_01.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::bg object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.