Window class
Constructors
- Window()
Properties
- action ↔ ActionManager
-
getter/setter pair
- event ↔ EventManager
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ ImageManager
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ttf ↔ TtfManager
-
getter/setter pair
Methods
-
addChild(
Node child) → Future -
inherited
-
addEvent(
Event< EventManager> event, {Node? owner}) → void -
inherited
-
addEventListener(
Node node, Event< EventManager> event) → void -
convertToNodeSpace(
[Point< double> ? point]) → Point<double> -
inherited
-
convertToNodeSpaceAR(
[Point< double> ? point]) → Point<double> -
inherited
-
convertToWorldSpace(
[Point< double> ? point]) → Point<double> -
inherited
-
convertToWorldSpaceAR(
[Point< double> ? point]) → Point<double> -
inherited
-
create(
{required String title, int? x, int? y, required int w, required int h, dynamic flags = 0}) → bool -
createContext(
) → NodeContext -
ctor(
) → Future -
inherited
-
destroy(
) → Future -
override
-
draw(
NodeContext context) → Future -
inherited
-
getAncestor<
T> () → T? -
inherited
-
getAnchorPoint(
) → Point< double> -
inherited
-
getAnchorPointInPoints(
) → Point< double> -
inherited
-
getCloneChildren(
) → List< Node> -
inherited
-
getContentSize(
) → Point< double> -
inherited
-
getParent(
) → Node? -
inherited
-
getPosition(
) → Point< double> -
inherited
-
getPositionAR(
) → Point< double> -
inherited
-
getRendererHandle(
) → Pointer< SdlRenderer> -
getScale(
) → double -
inherited
-
getWindowHandle(
) → Pointer< SdlWindow> -
getWorldAnchorPointInPoints(
) → Point< double> -
inherited
-
getWorldBoundingBox(
[Point< double> ? calc]) → Rectangle<double> -
inherited
-
getWorldContentSize(
) → Point< double> -
inherited
-
getWorldIntersectBox(
) → Rectangle< double> ? -
inherited
-
getWorldPosition(
) → Point< double> -
inherited
-
getWorldScale(
) → double -
inherited
-
handleEvents(
Pointer< SdlEvent> event) → Future -
isAlive(
) → bool -
isShown(
) → bool -
lateDraw(
NodeContext context) → Future -
inherited
-
lateUpdate(
) → Future -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
popClipRect(
) → Rectangle< double> ? -
pushClipRect(
Rectangle< double> rect) → void -
refreshWaitEvent(
) → void -
inherited
-
remove(
Node child) → Future -
inherited
-
removeAllChildren(
) → Future -
inherited
-
removeEvent(
Event< EventManager> event, {Node? owner}) → void -
inherited
-
removeEventListener(
Node node, Event< EventManager> event) → void -
removeFromParent(
) → Future -
inherited
-
requestResize(
) → Future -
requestUpdateAndDraw(
) → Future -
resize(
) → Future -
inherited
-
setAnchorPoint(
Point< double> anchorPoint) → void -
inherited
-
setContentSize(
Point< double> contentSize) → void -
inherited
-
setLogicalSize(
Point< double> logicalSize) → Future -
setPosition(
Point< double> position) → void -
inherited
-
setPositionAR(
Point< double> position) → void -
inherited
-
setScale(
double scale) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
NodeContext context) → Future -
override
-
walkDestroy(
) → Future -
inherited
-
walkResize(
) → Future -
inherited
-
walkUpdateAndDraw(
NodeContext context) → Future -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited