Public Member Functions
elm::table Struct Reference

Class table. More...

Public Member Functions

 table (Eo *eo)
 Eo Constructor. More...
 
 table (std::nullptr_t)
 nullptr_t Constructor. More...
 
 table (table const &other)
 Copy Constructor.
 
void clear (bool clear_) const
 
::evas::object child_get (int col_, int row_) const
 
void pack_set (::evas::object subobj_, int column_, int row_, int colspan_, int rowspan_) const
 
void pack_get (::evas::object subobj_, int *column_, int *row_, int *colspan_, int *rowspan_) const
 
void unpack (::evas::object subobj_) const
 
void pack (::evas::object subobj_, int column_, int row_, int colspan_, int rowspan_) const
 
 table (::efl::eo::parent_type _p)
 Constructs a new elm::table object. More...
 

Detailed Description

Class table.

Examples:
table_cxx_example_01.cc, and table_cxx_example_02.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::table object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

::evas::object elm::table::child_get ( int  col_,
int  row_ 
) const
Parameters
col
row
void elm::table::clear ( bool  clear_) const
Parameters
clear
void elm::table::pack ( ::evas::object  subobj_,
int  column_,
int  row_,
int  colspan_,
int  rowspan_ 
) const
Parameters
subobj
column
row
colspan
rowspan
Examples:
table_cxx_example_01.cc, and table_cxx_example_02.cc.
void elm::table::pack_get ( ::evas::object  subobj_,
int *  column_,
int *  row_,
int *  colspan_,
int *  rowspan_ 
) const
Parameters
subobj
[out]column
[out]row
[out]colspan
[out]rowspan
void elm::table::pack_set ( ::evas::object  subobj_,
int  column_,
int  row_,
int  colspan_,
int  rowspan_ 
) const
Parameters
subobj
column
row
colspan
rowspan
void elm::table::unpack ( ::evas::object  subobj_) const
Parameters
subobj