PHP Класс Gui\Components\Window

It is a visual component for window
С версии: 0.1
Автор: Rafael Reis @reisraff
Наследование: extends ContainerObject
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$lazarusClass string The lazarus class as string

Открытые методы

Метод Описание
getTitle ( ) : String Gets the window title
setIcon ( string $icon ) : self Sets the icon
setTitle ( string $title ) : self Sets the window title
setWindowState ( string $state = 'normal' ) : self Sets the window state. Can be one of the following values: fullscreen, minimized, maximized, normal

Описание методов

getTitle() публичный Метод

Gets the window title
public getTitle ( ) : String
Результат String

setIcon() публичный Метод

Sets the icon
public setIcon ( string $icon ) : self
$icon string
Результат self

setTitle() публичный Метод

Sets the window title
public setTitle ( string $title ) : self
$title string
Результат self

setWindowState() публичный Метод

Sets the window state. Can be one of the following values: fullscreen, minimized, maximized, normal
public setWindowState ( string $state = 'normal' ) : self
$state string
Результат self

Описание свойств

$lazarusClass защищенное свойство

The lazarus class as string
protected string $lazarusClass
Результат string