Public Member Functions
elm::video Struct Reference

Class video. More...

Public Member Functions

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

Detailed Description

Class video.

Constructor & Destructor Documentation

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

Constructs a new elm::video object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.