|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
User interface class for maps. More...
Inheritance diagram for ilMapGUI:
Collaboration diagram for ilMapGUI:Public Member Functions | |
| __construct () | |
| setMapId (string $map_id) | |
| getMapId () | |
| setWidth (string $width) | |
| getWidth () | |
| setHeight (string $height) | |
| getHeight () | |
| setLatitude (string $latitude) | |
| getLatitude () | |
| setLongitude (string $longitude) | |
| getLongitude () | |
| setZoom (?int $zoom) | |
| getZoom () | |
| setEnableTypeControl (bool $enable_type_control) | |
| getEnableTypeControl () | |
| setEnableNavigationControl (bool $enable_navigation_control) | |
| getEnableNavigationControl () | |
| setEnableUpdateListener (bool $enable_update_listener) | |
| getEnableUpdateListener () | |
| setEnableLargeMapControl (bool $large_map_control) | |
| getEnableLargeMapControl () | |
| setEnableCentralMarker (bool $central_marker) | |
| getEnableCentralMarker () | |
| addUserMarker (int $user_id) | |
| getHtml () | |
| getUserListHtml () | |
| Get User List HTML (to be displayed besides the map) More... | |
Protected Attributes | |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| string | $map_id |
| string | $width |
| string | $height |
| string | $latitude |
| string | $longitude |
| int | $zoom |
| bool | $enable_type_control |
| bool | $enable_update_listener |
| bool | $enable_navigation_control |
| array | $user_marker |
| bool | $large_map_control |
| bool | $central_marker |
User interface class for maps.
Definition at line 24 of file class.ilMapGUI.php.
| ilMapGUI::__construct | ( | ) |
Reimplemented in ilGoogleMapGUI, and ilOpenLayersMapGUI.
Definition at line 42 of file class.ilMapGUI.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMapGUI::addUserMarker | ( | int | $user_id | ) |
Definition at line 185 of file class.ilMapGUI.php.
References $user_id.
| ilMapGUI::getEnableCentralMarker | ( | ) |
Definition at line 180 of file class.ilMapGUI.php.
References $central_marker.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getEnableLargeMapControl | ( | ) |
Definition at line 169 of file class.ilMapGUI.php.
References $large_map_control.
Referenced by ilGoogleMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getEnableNavigationControl | ( | ) |
Definition at line 147 of file class.ilMapGUI.php.
References $enable_navigation_control.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getEnableTypeControl | ( | ) |
Definition at line 136 of file class.ilMapGUI.php.
References $enable_type_control.
Referenced by ilGoogleMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getEnableUpdateListener | ( | ) |
Definition at line 158 of file class.ilMapGUI.php.
References $enable_update_listener.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getHeight | ( | ) |
Definition at line 92 of file class.ilMapGUI.php.
References $height.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:
|
abstract |
Reimplemented in ilGoogleMapGUI, and ilOpenLayersMapGUI.
| ilMapGUI::getLatitude | ( | ) |
Definition at line 103 of file class.ilMapGUI.php.
References $latitude.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getLongitude | ( | ) |
Definition at line 114 of file class.ilMapGUI.php.
References $longitude.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getMapId | ( | ) |
Definition at line 70 of file class.ilMapGUI.php.
References $map_id.
Referenced by ilGoogleMapGUI\getHtml(), ilOpenLayersMapGUI\getHtml(), ilGoogleMapGUI\getUserListHtml(), and ilOpenLayersMapGUI\getUserListHtml().
Here is the caller graph for this function:
|
abstract |
Get User List HTML (to be displayed besides the map)
Reimplemented in ilGoogleMapGUI, and ilOpenLayersMapGUI.
| ilMapGUI::getWidth | ( | ) |
Definition at line 81 of file class.ilMapGUI.php.
References $width.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getZoom | ( | ) |
Definition at line 125 of file class.ilMapGUI.php.
References $zoom.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::setEnableCentralMarker | ( | bool | $central_marker | ) |
Definition at line 174 of file class.ilMapGUI.php.
References $central_marker.
| ilMapGUI::setEnableLargeMapControl | ( | bool | $large_map_control | ) |
Definition at line 163 of file class.ilMapGUI.php.
References $large_map_control.
| ilMapGUI::setEnableNavigationControl | ( | bool | $enable_navigation_control | ) |
Definition at line 141 of file class.ilMapGUI.php.
References $enable_navigation_control.
| ilMapGUI::setEnableTypeControl | ( | bool | $enable_type_control | ) |
Definition at line 130 of file class.ilMapGUI.php.
References $enable_type_control.
| ilMapGUI::setEnableUpdateListener | ( | bool | $enable_update_listener | ) |
Definition at line 152 of file class.ilMapGUI.php.
References $enable_update_listener.
| ilMapGUI::setHeight | ( | string | $height | ) |
Definition at line 86 of file class.ilMapGUI.php.
References $height.
| ilMapGUI::setLatitude | ( | string | $latitude | ) |
Definition at line 97 of file class.ilMapGUI.php.
References $latitude.
| ilMapGUI::setLongitude | ( | string | $longitude | ) |
Definition at line 108 of file class.ilMapGUI.php.
References $longitude.
| ilMapGUI::setMapId | ( | string | $map_id | ) |
Definition at line 64 of file class.ilMapGUI.php.
References $map_id.
| ilMapGUI::setWidth | ( | string | $width | ) |
Definition at line 75 of file class.ilMapGUI.php.
References $width.
| ilMapGUI::setZoom | ( | ?int | $zoom | ) |
Definition at line 119 of file class.ilMapGUI.php.
References $zoom.
|
protected |
Definition at line 40 of file class.ilMapGUI.php.
Referenced by getEnableCentralMarker(), ilGoogleMapGUI\getHtml(), ilOpenLayersMapGUI\getHtml(), and setEnableCentralMarker().
|
protected |
Definition at line 36 of file class.ilMapGUI.php.
Referenced by getEnableNavigationControl(), and setEnableNavigationControl().
|
protected |
Definition at line 34 of file class.ilMapGUI.php.
Referenced by getEnableTypeControl(), and setEnableTypeControl().
|
protected |
Definition at line 35 of file class.ilMapGUI.php.
Referenced by getEnableUpdateListener(), and setEnableUpdateListener().
|
protected |
Definition at line 30 of file class.ilMapGUI.php.
Referenced by getHeight(), and setHeight().
|
protected |
Definition at line 39 of file class.ilMapGUI.php.
Referenced by getEnableLargeMapControl(), ilGoogleMapGUI\getHtml(), and setEnableLargeMapControl().
|
protected |
Definition at line 31 of file class.ilMapGUI.php.
Referenced by getLatitude(), and setLatitude().
|
protected |
Definition at line 27 of file class.ilMapGUI.php.
|
protected |
Definition at line 32 of file class.ilMapGUI.php.
Referenced by getLongitude(), and setLongitude().
|
protected |
Definition at line 28 of file class.ilMapGUI.php.
Referenced by getMapId(), and setMapId().
|
protected |
Definition at line 26 of file class.ilMapGUI.php.
|
protected |
Definition at line 38 of file class.ilMapGUI.php.
|
protected |
Definition at line 29 of file class.ilMapGUI.php.
Referenced by getWidth(), and setWidth().
|
protected |
Definition at line 33 of file class.ilMapGUI.php.