Public Member Functions
elm::frame Struct Reference

Class frame. More...

Public Member Functions

 frame (Eo *eo)
 Eo Constructor. More...
 
 frame (std::nullptr_t)
 nullptr_t Constructor. More...
 
 frame (frame const &other)
 Copy Constructor.
 
void collapse_go (bool collapse_) const
 
 frame (::efl::eo::parent_type _p)
 Constructs a new elm::frame object. More...
 

Detailed Description

Class frame.

Constructor & Destructor Documentation

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

Constructs a new elm::frame object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

void elm::frame::collapse_go ( bool  collapse_) const
Parameters
collapse