Public Member Functions
elm::atspi_bridge Struct Reference

Class atspi_bridge. More...

Public Member Functions

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

Detailed Description

Class atspi_bridge.

Constructor & Destructor Documentation

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

Constructs a new elm::atspi_bridge object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.