« Extensiones de GUI
Introducción »
PHP Manual
Extensiones de GUI
UI
UI
Introducción
Instalación/Configuración
Requerimientos
Instalación
UI\Point
— Represents a position (x,y)
UI\Point::at
— Tamaño de coerción
UI\Point::__construct
— Construye un nuevo punto
UI\Point::getX
— Recupera X
UI\Point::getY
— Recupera Y
UI\Point::setX
— Establece X
UI\Point::setY
— Establece Y
UI\Size
— Represents dimenstions (width, height)
UI\Size::__construct
— Construye un nuevo tamaño
UI\Size::getHeight
— Recupera la altura
UI\Size::getWidth
— Recupera el ancho
UI\Size::of
— Punto de coerción
UI\Size::setHeight
— Establece la altura
UI\Size::setWidth
— Establece el ancho
UI\Window
— Window
UI\Window::add
— Añade un control
UI\Window::__construct
— Construye una nueva ventana
UI\Window::error
— Mostrar cuadro de error
UI\Window::getSize
— Obtiene el tamaño de la ventana
UI\Window::getTitle
— Obtiene el título
UI\Window::hasBorders
— Detección del Borde
UI\Window::hasMargin
— Detección de Margen
UI\Window::isFullScreen
— Detección de pantalla completa
UI\Window::msg
— Mostrar Cuadro de Mensajes
UI\Window::onClosing
— Cierre de la devolución de llamada
UI\Window::open
— Abrir Diálogo
UI\Window::save
— Guarda Diálogo
UI\Window::setBorders
— Uso de Bordes
UI\Window::setFullScreen
— Uso de la pantalla completa
UI\Window::setMargin
— Uso del Margen
UI\Window::setSize
— Establece Tamaño
UI\Window::setTitle
— Título de la Vetana
UI\Control
— Control
UI\Control::destroy
— Destroy Control
UI\Control::disable
— Disable Control
UI\Control::enable
— Enable Control
UI\Control::getParent
— Get Parent Control
UI\Control::getTopLevel
— Get Top Level
UI\Control::hide
— Hide Control
UI\Control::isEnabled
— Determine if Control is enabled
UI\Control::isVisible
— Determine if Control is visible
UI\Control::setParent
— Set Parent Control
UI\Control::show
— Control Show
UI\Menu
— Menu
UI\Menu::append
— Añade elemento de menú
UI\Menu::appendAbout
— Añade elemento de menú Acerca de
UI\Menu::appendCheck
— Añade un elemento de menú comprobable
UI\Menu::appendPreferences
— Añade elemento de menú de preferencias
UI\Menu::appendQuit
— Añade elemento de menú salir
UI\Menu::appendSeparator
— Añade separador de elementos del menú
UI\Menu::__construct
— Construye un nuevo menú
UI\MenuItem
— Menu Item
UI\MenuItem::disable
— Desactiva elemento del menú
UI\MenuItem::enable
— Activa elemento de menú
UI\MenuItem::isChecked
— Detecta Marcado
UI\MenuItem::onClick
— Llamada de retorno On Click
UI\MenuItem::setChecked
— Establece marcado
UI\Area
— Area
UI\Area::onDraw
— Draw Callback
UI\Area::onKey
— Key Callback
UI\Area::onMouse
— Mouse Callback
UI\Area::redraw
— Redraw Area
UI\Area::scrollTo
— Area Scroll
UI\Area::setSize
— Set Size
UI\Executor
— Execution Scheduler
UI\Executor::__construct
— Construct a new Executor
UI\Executor::kill
— Stop Executor
UI\Executor::onExecute
— Execution Callback
UI\Executor::setInterval
— Interval Manipulation
UI\Controls\Tab
— Tab Control
UI\Controls\Tab::append
— Append Page
UI\Controls\Tab::delete
— Delete Page
UI\Controls\Tab::hasMargin
— Margin Detection
UI\Controls\Tab::insertAt
— Insert Page
UI\Controls\Tab::pages
— Page Count
UI\Controls\Tab::setMargin
— Set Margin
UI\Controls\Check
— Check Control
UI\Controls\Check::__construct
— Construct a new Check
UI\Controls\Check::getText
— Get Text
UI\Controls\Check::isChecked
— Checked Detection
UI\Controls\Check::onToggle
— Toggle Callback
UI\Controls\Check::setChecked
— Set Checked
UI\Controls\Check::setText
— Set Text
UI\Controls\Button
— Button Control
UI\Controls\Button::__construct
— Construct a new Button
UI\Controls\Button::getText
— Get Text
UI\Controls\Button::onClick
— Click Handler
UI\Controls\Button::setText
— Set Text
UI\Controls\ColorButton
— ColorButton Control
UI\Controls\ColorButton::getColor
— Get Color
UI\Controls\ColorButton::onChange
— Change Handler
UI\Controls\ColorButton::setColor
— Set Color
UI\Controls\Label
— Label Control
UI\Controls\Label::__construct
— Construct a new Label
UI\Controls\Label::getText
— Get Text
UI\Controls\Label::setText
— Set Text
UI\Controls\Entry
— Entry Control
UI\Controls\Entry::__construct
— Construct a new Entry
UI\Controls\Entry::getText
— Get Text
UI\Controls\Entry::isReadOnly
— Detect Read Only
UI\Controls\Entry::onChange
— Change Handler
UI\Controls\Entry::setReadOnly
— Set Read Only
UI\Controls\Entry::setText
— Set Text
UI\Controls\MultilineEntry
— MultilineEntry Control
UI\Controls\MultilineEntry::append
— Append Text
UI\Controls\MultilineEntry::__construct
— Construct a new Multiline Entry
UI\Controls\MultilineEntry::getText
— Get Text
UI\Controls\MultilineEntry::isReadOnly
— Read Only Detection
UI\Controls\MultilineEntry::onChange
— Change Handler
UI\Controls\MultilineEntry::setReadOnly
— Set Read Only
UI\Controls\MultilineEntry::setText
— Set Text
UI\Controls\Spin
— Spin Control
UI\Controls\Spin::__construct
— Construct a new Spin
UI\Controls\Spin::getValue
— Get Value
UI\Controls\Spin::onChange
— Change Handler
UI\Controls\Spin::setValue
— Set Value
UI\Controls\Slider
— Slider Control
UI\Controls\Slider::__construct
— Construct a new Slider
UI\Controls\Slider::getValue
— Get Value
UI\Controls\Slider::onChange
— Change Handler
UI\Controls\Slider::setValue
— Set Value
UI\Controls\Progress
— Progress Control
UI\Controls\Progress::getValue
— Get Value
UI\Controls\Progress::setValue
— Set Value
UI\Controls\Separator
— Control Separator
UI\Controls\Separator::__construct
— Construct a new Separator
UI\Controls\Combo
— Combo Control
UI\Controls\Combo::append
— Append Option
UI\Controls\Combo::getSelected
— Get Selected Option
UI\Controls\Combo::onSelected
— Selected Handler
UI\Controls\Combo::setSelected
— Set Selected Option
UI\Controls\EditableCombo
— EdiableCombo Control
UI\Controls\EditableCombo::append
— Append Option
UI\Controls\EditableCombo::getText
— Get Text
UI\Controls\EditableCombo::onChange
— Change Handler
UI\Controls\EditableCombo::setText
— Set Text
UI\Controls\Radio
— Radio Control
UI\Controls\Radio::append
— Append Option
UI\Controls\Radio::getSelected
— Get Selected Option
UI\Controls\Radio::onSelected
— Selected Handler
UI\Controls\Radio::setSelected
— Set Selected Option
UI\Controls\Picker
— Picker Control
UI\Controls\Picker::__construct
— Construct a new Picker
UI\Controls\Form
— Control Form (Arrangement)
UI\Controls\Form::append
— Append Control
UI\Controls\Form::delete
— Delete Control
UI\Controls\Form::isPadded
— Padding Detection
UI\Controls\Form::setPadded
— Set Padding
UI\Controls\Grid
— Control Grid (Arrangement)
UI\Controls\Grid::append
— Append Control
UI\Controls\Grid::isPadded
— Padding Detection
UI\Controls\Grid::setPadded
— Set Padding
UI\Controls\Group
— Control Group (Arrangement)
UI\Controls\Group::append
— Append Control
UI\Controls\Group::__construct
— Construct a new Group
UI\Controls\Group::getTitle
— Get Title
UI\Controls\Group::hasMargin
— Margin Detection
UI\Controls\Group::setMargin
— Set Margin
UI\Controls\Group::setTitle
— Set Title
UI\Controls\Box
— Control Box (Arrangement)
UI\Controls\Box::append
— Append Control
UI\Controls\Box::__construct
— Construct a new Box
UI\Controls\Box::delete
— Delete Control
UI\Controls\Box::getOrientation
— Get Orientation
UI\Controls\Box::isPadded
— Padding Detection
UI\Controls\Box::setPadded
— Set Padding
UI\Draw\Pen
— Draw Pen
UI\Draw\Pen::clip
— Clip a Path
UI\Draw\Pen::fill
— Llena una ruta
UI\Draw\Pen::restore
— Restaura
UI\Draw\Pen::save
— Guarda
UI\Draw\Pen::stroke
— Traza una ruta
UI\Draw\Pen::transform
— Transformación de la matriz
UI\Draw\Pen::write
— Dibuja el texto en el punto
UI\Draw\Path
— Draw Path
UI\Draw\Path::addRectangle
— Dibuja un rectángulo
UI\Draw\Path::arcTo
— Dibuja un arco
UI\Draw\Path::bezierTo
— Draw Bezier Curve
UI\Draw\Path::closeFigure
— Cerrar Figura
UI\Draw\Path::__construct
— Construye una nueva ruta
UI\Draw\Path::end
— Finalizar Ruta
UI\Draw\Path::lineTo
— Dibuja una línea
UI\Draw\Path::newFigure
— Dibuja figura
UI\Draw\Path::newFigureWithArc
— Dibuja figura con arco
UI\Draw\Matrix
— Draw Matrix
UI\Draw\Matrix::invert
— Invertir matriz
UI\Draw\Matrix::isInvertible
— Detección de invertido
UI\Draw\Matrix::multiply
— Multiplica la matriz
UI\Draw\Matrix::rotate
— Rota la matriz
UI\Draw\Matrix::scale
— Escala la Matriz
UI\Draw\Matrix::skew
— Inclina la Matriz
UI\Draw\Matrix::translate
— Traduce la matriz
UI\Draw\Color
— Color Representation
UI\Draw\Color::__construct
— Construye un nuevo color
UI\Draw\Color::getChannel
— Manipulación de color
UI\Draw\Color::setChannel
— Manipulación de color
UI\Draw\Stroke
— Draw Stroke
UI\Draw\Stroke::__construct
— Construye un nuevo trazo
UI\Draw\Stroke::getCap
— Get Line Cap
UI\Draw\Stroke::getJoin
— Obtiene la unión de línea
UI\Draw\Stroke::getMiterLimit
— Obtiene el límite de inglete
UI\Draw\Stroke::getThickness
— Obtiene el grosor
UI\Draw\Stroke::setCap
— Set Line Cap
UI\Draw\Stroke::setJoin
— Establece la línea de unión
UI\Draw\Stroke::setMiterLimit
— Establece el límite de ingletes
UI\Draw\Stroke::setThickness
— Establece el grosor
UI\Draw\Brush
— Brushes
UI\Draw\Brush::__construct
— Construct a new Brush
UI\Draw\Brush::getColor
— Get Color
UI\Draw\Brush::setColor
— Set Color
UI\Draw\Brush\Gradient
— Gradient Brushes
UI\Draw\Brush\Gradient::addStop
— Stop Manipulation
UI\Draw\Brush\Gradient::delStop
— Stop Manipulation
UI\Draw\Brush\Gradient::setStop
— Stop Manipulation
UI\Draw\Brush\LinearGradient
— Linear Gradient
UI\Draw\Brush\LinearGradient::__construct
— Construct a Linear Gradient
UI\Draw\Brush\RadialGradient
— Radial Gradient
UI\Draw\Brush\RadialGradient::__construct
— Construct a new Radial Gradient
UI\Draw\Text\Layout
— Represents Text Layout
UI\Draw\Text\Layout::__construct
— Construir un nuevo diseño de texto
UI\Draw\Text\Layout::setColor
— Establece el color
UI\Draw\Text\Layout::setWidth
— Establece el ancho
UI\Draw\Text\Font
— Represents a Font
UI\Draw\Text\Font::__construct
— Construye una nueva fuente
UI\Draw\Text\Font::getAscent
— Métricas de la fuente
UI\Draw\Text\Font::getDescent
— Métricas de la fuente
UI\Draw\Text\Font::getLeading
— Métricas de la fuente
UI\Draw\Text\Font::getUnderlinePosition
— Métricas de la fuente
UI\Draw\Text\Font::getUnderlineThickness
— Métricas de la fuente
UI\Draw\Text\Font\Descriptor
— Font Descriptor
UI\Draw\Text\Font\Descriptor::__construct
— Construct a new Font Descriptor
UI\Draw\Text\Font\Descriptor::getFamily
— Get Font Family
UI\Draw\Text\Font\Descriptor::getItalic
— Style Detection
UI\Draw\Text\Font\Descriptor::getSize
— Size Detection
UI\Draw\Text\Font\Descriptor::getStretch
— Style Detection
UI\Draw\Text\Font\Descriptor::getWeight
— Weight Detection
UI Funciones
UI\Draw\Text\Font\fontFamilies
— Recuperar las familias de fuentes
UI\quit
— Quit UI Loop
UI\run
— Enter UI Loop
UI\Draw\Text\Font\Weight
— Font Weight Settings
UI\Draw\Text\Font\Italic
— Italic Font Settings
UI\Draw\Text\Font\Stretch
— Font Stretch Settings
UI\Draw\Line\Cap
— Line Cap Settings
UI\Draw\Line\Join
— Line Join Settings
UI\Key
— Key Identifiers
UI\Exception\InvalidArgumentException
— InvalidArgumentException
UI\Exception\RuntimeException
— RuntimeException