|
AreaはじめにAn Area represents a canvas which can be used to draw, and respond to mouse and key events. クラス概要UI\Area
class UI\Area
extends
UI\Control
{
/* 定数 */
const
int
UI\Area::Ctrl;
const
int
UI\Area::Alt;
const
int
UI\Area::Shift;
const
int
UI\Area::Super;
const
int
UI\Area::Down;
const
int
UI\Area::Up;
/* メソッド */
protected onDraw(
UI\Draw\Pen $pen,UI\Size $areaSize,UI\Point $clipPoint,UI\Size $clipSize) protected onKey(string
$key, int $ext, int $flags)protected onMouse(UI\Point
$areaPoint, UI\Size $areaSize, int $flags)public redraw()
public scrollTo(UI\Point
$point, UI\Size $size)public setSize(UI\Size
$size)/* 継承したメソッド */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control UI\Control::getParent()
public int UI\Control::getTopLevel()
public UI\Control::hide()
public bool UI\Control::isEnabled()
public bool UI\Control::isVisible()
public UI\Control::setParent(UI\Control
$parent)public UI\Control::show()
}定義済み定数
|