Public Member Functions
elm::photocam_pan Struct Reference

Class photocam_pan. More...

Public Member Functions

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

Detailed Description

Class photocam_pan.

Constructor & Destructor Documentation

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

Constructs a new elm::photocam_pan object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.