|
ILIAS
Release_3_10_x_branch Revision 61812
|
TableGUI class for pc image map editor. More...
Inheritance diagram for ilPCImageMapTableGUI:
Collaboration diagram for ilPCImageMapTableGUI:Public Member Functions | |
| __construct ($a_parent_obj, $a_parent_cmd, $a_pc_media_object) | |
| Constructor. | |
| getItems () | |
| Get items of current folder. | |
Protected Member Functions | |
| fillRow ($a_set) | |
| Standard Version of Fill Row. | |
Additional Inherited Members | |
Data Fields inherited from ilTableGUI | |
| $title | |
| $icon | |
| $icon_alt | |
| $help_page | |
| $help_icon | |
| $help_icon_alt | |
| $header_names | |
| $header_vars | |
| $linkbar_vars | |
| $data | |
| $column_count | |
| $column_width | |
| $max_count | |
| $limit | |
| $max_limit = false | |
| $offset | |
| $order_column | |
| $order_direction | |
| $footer_style | |
| $footer_previous | |
| $footer_next | |
| $lang_support = true | |
| $global_tpl | |
| $form_name | |
| $select_all_checkbox | |
| $action_buttons | |
| $prefix | |
| $base = "" | |
| $enabled | |
| $styles | |
Protected Attributes inherited from ilTable2GUI | |
| $close_command = "" | |
TableGUI class for pc image map editor.
Definition at line 35 of file class.ilPCImageMapTableGUI.php.
| ilPCImageMapTableGUI::__construct | ( | $a_parent_obj, | |
| $a_parent_cmd, | |||
| $a_pc_media_object | |||
| ) |
Constructor.
Reimplemented from ilImageMapTableGUI.
Definition at line 41 of file class.ilPCImageMapTableGUI.php.
|
protected |
Standard Version of Fill Row.
Most likely to be overwritten by derived class.
Reimplemented from ilImageMapTableGUI.
Definition at line 65 of file class.ilPCImageMapTableGUI.php.
| ilPCImageMapTableGUI::getItems | ( | ) |
Get items of current folder.
Reimplemented from ilImageMapTableGUI.
Definition at line 52 of file class.ilPCImageMapTableGUI.php.
References ilMediaAliasItem\getMapAreas(), and ilTable2GUI\setData().
Here is the call graph for this function: