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... | |
Class table.
| 
 | 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:
| 
 | inlineexplicit | 
Eo Constructor.
Constructs the object from an Eo* pointer stealing its ownership.
| eo | The Eo object pointer. | 
| 
 | inlineexplicit | 
nullptr_t Constructor.
Constructs an empty (null) object.
| ::evas::object elm::table::child_get | ( | int | col_, | 
| int | row_ | ||
| ) | const | 
| col | |
| row | 
| void elm::table::clear | ( | bool | clear_ | ) | const | 
| clear | 
| void elm::table::pack | ( | ::evas::object | subobj_, | 
| int | column_, | ||
| int | row_, | ||
| int | colspan_, | ||
| int | rowspan_ | ||
| ) | const | 
| subobj | |
| column | |
| row | |
| colspan | |
| rowspan | 
| void elm::table::pack_get | ( | ::evas::object | subobj_, | 
| int * | column_, | ||
| int * | row_, | ||
| int * | colspan_, | ||
| int * | rowspan_ | ||
| ) | const | 
| 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 | 
| subobj | |
| column | |
| row | |
| colspan | |
| rowspan | 
| void elm::table::unpack | ( | ::evas::object | subobj_ | ) | const | 
| subobj |