Свойство | Type | Description | |
---|---|---|---|
fIsDepressed | bool | ||
fLastMouse | |||
fTracking | bool |
Méthode | Description | |
---|---|---|
AddGraphic ( IGraphic aGraphic ) : void | ||
AddGraphic ( IGraphic aGraphic, IGraphic before ) : void | ||
AddGraphicAfter ( IGraphic aGraphic, IGraphic after ) : void | ||
Contains ( int x, int y ) : bool | ||
CountGraphics ( ) : int | ||
Draw ( |
||
DrawChildren ( |
||
GraphicAt ( int index ) : IGraphic | ||
GraphicNamed ( string graphicName ) : IGraphic | ||
GraphicNamedRecurse ( string graphicName ) : IGraphic | ||
GraphicWindow ( string title, int x, int y, int width, int height ) : System | ||
GraphicsAt ( int x, int y, Stack |
Return a stack of graphics that are located under the point. The graphic hierarchy is traversed from the parent most, to the child most. The child that is the closest to the top of the visual stack will be the first in the stack. The parent parent will be at the bottom of the stack. This allows events such as mouse tracking to hit the closest graphic first, and purcolate up to the parent if none of the children do anything with it.
|
|
MouseTrackerAt ( int x, int y ) : IGraphic | ||
MoveGraphicToFront ( IGraphic graphic ) : void | ||
OnGraphicAdded ( IGraphic aGraphic ) : void | ||
OnKeyDown ( |
||
OnKeyPress ( |
||
OnKeyUp ( |
||
OnMouseDown ( |
||
OnMouseEnter ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
||
OnPaint ( |
||
RemoveAllGraphics ( ) : void | ||
RemoveGraphic ( IGraphic aGraphic ) : bool | ||
UpdateBoundaryState ( ) : void | ||
UpdateGeometryState ( ) : void |
Méthode | Description | |
---|---|---|
OnGraphicRemoved ( IGraphic graphic ) : void |
public AddGraphic ( IGraphic aGraphic ) : void | ||
aGraphic | IGraphic | |
Résultat | void |
public AddGraphic ( IGraphic aGraphic, IGraphic before ) : void | ||
aGraphic | IGraphic | |
before | IGraphic | |
Résultat | void |
public AddGraphicAfter ( IGraphic aGraphic, IGraphic after ) : void | ||
aGraphic | IGraphic | |
after | IGraphic | |
Résultat | void |
public DrawChildren ( |
||
devent | ||
Résultat | void |
public GraphicNamed ( string graphicName ) : IGraphic | ||
graphicName | string | |
Résultat | IGraphic |
public GraphicNamedRecurse ( string graphicName ) : IGraphic | ||
graphicName | string | |
Résultat | IGraphic |
public GraphicWindow ( string title, int x, int y, int width, int height ) : System | ||
title | string | |
x | int | |
y | int | |
width | int | |
height | int | |
Résultat | System |
public GraphicsAt ( int x, int y, Stack |
||
x | int | |
y | int | |
coll | Stack |
|
Résultat | void |
public MouseTrackerAt ( int x, int y ) : IGraphic | ||
x | int | |
y | int | |
Résultat | IGraphic |
public MoveGraphicToFront ( IGraphic graphic ) : void | ||
graphic | IGraphic | |
Résultat | void |
public OnGraphicAdded ( IGraphic aGraphic ) : void | ||
aGraphic | IGraphic | |
Résultat | void |
protected OnGraphicRemoved ( IGraphic graphic ) : void | ||
graphic | IGraphic | |
Résultat | void |
public OnKeyDown ( |
||
ke | ||
Résultat | void |
public OnKeyPress ( |
||
ke | ||
Résultat | void |
public OnKeyUp ( |
||
ke | ||
Résultat | void |
public OnMouseDown ( |
||
e | ||
Résultat | void |
public OnMouseEnter ( |
||
e | ||
Résultat | void |
public OnMouseMove ( |
||
e | ||
Résultat | void |
public OnMouseUp ( |
||
e | ||
Résultat | void |
public RemoveGraphic ( IGraphic aGraphic ) : bool | ||
aGraphic | IGraphic | |
Résultat | bool |
protected Point2I,NewTOAPIA.Graphics fLastMouse | ||
Résultat |