GhGuiIconSet
Diese Klasse gehört zur Unit PHP-GUI-Kernklassen.
Dies sind die Methoden, welche durch diese Klasse zur Verfügung gestellt werden.
Name |
Parameter |
Rückgabetyp |
---|---|---|
__construct | $iconsUrl string $icons array |
Konstruktor |
addIcon | $name string $left int $top int |
GhGuiIconSet |
addIcons | $icons array | GhGuiIconSet |
getCss | Keine | string |
getDefaultIconSize | Keine | array |
getIcon | $icon string | array |
getIcons | Keine | array |
getIconsDisabledOffset | Keine | array |
getIconsDisabledUrl | Keine | string |
getIconSetClass | Keine | string |
getIconsHoverOffset | Keine | array |
getIconsHoverUrl | Keine | string |
getIconsUrl | Keine | string |
getStylesheetUrl | Keine | string |
setDefaultIconSize | $width int $height int |
GhGuiIconSet |
setIconsDisabledOffset | $left int $top int |
GhGuiIconSet |
setIconsDisabledUrl | $url string | GhGuiIconSet |
setIconsHoverOffset | $left int $top int |
GhGuiIconSet |
setIconsHoverUrl | $url string | GhGuiIconSet |
setIconsUrl | $url string | GhGuiIconSet |
Dies sind die Funktionen, welche diese Klasse entweder als Rückgabewert oder Parameter verwenden.
Name |
Parameter |
Rückgabetyp |
Klasse |
---|---|---|---|
getDefaultIconSet | Keine | GhGuiIconSet | GhGuiPage |
getIconSet | $searchParents boolean | GhGuiIconSet | GhGuiComponent |
setIconSet | $iconSet GhGuiIconSet | GhGuiComponent | GhGuiComponent |
Diese Klasse wird von folgenden anderen Klassen als Basis-Klasse verwendet.
Name |
Unit |
Funktionen |
Variablen |
---|---|---|---|
GhGuiDefaultIconSet | PHP-GUI-Kernklassen | 3 | 0 |