Public Member Functions
elm::grid Struct Reference

Class grid. More...

Public Member Functions

 grid (Eo *eo)
 Eo Constructor. More...
 
 grid (std::nullptr_t)
 nullptr_t Constructor. More...
 
 grid (grid const &other)
 Copy Constructor.
 
void clear (bool clear_) const
 
void unpack (::evas::object subobj_) const
 
void pack (::evas::object subobj_, Evas_Coord x_, Evas_Coord y_, Evas_Coord w_, Evas_Coord h_) const
 
 grid (::efl::eo::parent_type _p)
 Constructs a new elm::grid object. More...
 

Detailed Description

Class grid.

Constructor & Destructor Documentation

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

Constructs a new elm::grid object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

void elm::grid::clear ( bool  clear_) const
Parameters
clear
void elm::grid::pack ( ::evas::object  subobj_,
Evas_Coord  x_,
Evas_Coord  y_,
Evas_Coord  w_,
Evas_Coord  h_ 
) const
Parameters
subobj
x
y
w
h
void elm::grid::unpack ( ::evas::object  subobj_) const
Parameters
subobj