Public Member Functions
elm::panel Struct Reference

Class panel. More...

Public Member Functions

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

Detailed Description

Class panel.

Constructor & Destructor Documentation

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

Constructs a new elm::panel object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.