Public Member Functions
elm::label Struct Reference

Class label. More...

Public Member Functions

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

Detailed Description

Class label.

Examples:
bubble_cxx_example_01.cc, location_cxx_example_01.cc, and table_cxx_example_01.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::label object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.