Public Member Functions
elm::radio Struct Reference

Class radio. More...

Public Member Functions

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

Detailed Description

Class radio.

Examples:
radio_cxx_example_01.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::radio object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

void elm::radio::group_add ( ::elm::radio  group_) const
Parameters
group
Examples:
radio_cxx_example_01.cc.