RootWidget Class Reference

Root of the widget tree. More...

Inheritance diagram for RootWidget:
ContainerWidget Widget

List of all members.

Public Member Functions

override bool HitTest (Vector2 screenPoint)
 Always returns false since RootWidget of a normal scene does not hit.

Properties

override float X [get, set]
 Obtains the X coordinate in the parent coordinate system.
override float Y [get, set]
 Obtains the Y coordinate in the parent coordinate system.
override float Width [get, set]
 Obtains the width.
override float Height [get, set]
 Obtains the height.
override Matrix4 Transform3D [get, set]
 Obtains the transformation matrix to the parent coordinate system.

Detailed Description

Root of the widget tree.

Each scene has one. Has the container feature.


Member Function Documentation

override bool HitTest ( Vector2  screenPoint) [virtual]

Always returns false since RootWidget of a normal scene does not hit.

Parameters:
screenPointPosition in the screen coordinate system
Returns:
Always false

Reimplemented from Widget.


Property Documentation

override float Height [get, set]

Obtains the height.

The set value is ignored.

Reimplemented from ContainerWidget.

override Matrix4 Transform3D [get, set]

Obtains the transformation matrix to the parent coordinate system.

The set value is ignored.

Reimplemented from Widget.

override float Width [get, set]

Obtains the width.

The set value is ignored.

Reimplemented from ContainerWidget.

override float X [get, set]

Obtains the X coordinate in the parent coordinate system.

The set value is ignored.

Reimplemented from Widget.

override float Y [get, set]

Obtains the Y coordinate in the parent coordinate system.

The set value is ignored.

Reimplemented from Widget.