Свойство | Тип | Описание | |
---|---|---|---|
dbug_BeginArr | int | ||
dbug_FinishArr | int | ||
dbug_FixedElementCode | string | ||
dbug_InvalidateContentArrEpisode | int | ||
dbug_InvalidateRecalculateSizeEpisode | int | ||
dbug_ObjectNote | string | ||
dbug_ValidateContentArrEpisode | int | ||
dbug_ValidateRecalculateSizeEpisode | int | ||
dbug_element_code_y | int | ||
dbug_hide_objIden | bool | ||
dbug_obj_id | int | ||
dbug_totalInvalidateContentArrEpisode | int |
Свойство | Тип | Описание | |
---|---|---|---|
GetGlobalLocationStatic | Point | ||
GetLayoutSpecificDimensionType | int | ||
IParentLink | RenderElement | ||
IParentLink | string | ||
IParentLink | void | ||
RootInvalidateGraphicArea | void | ||
dbugGetLayoutTracer | dbugVisualLayoutTracer |
Метод | Описание | |
---|---|---|
AddChild ( |
||
ChildrenHitTestCore ( HitChain hitChain ) : void | ||
ClearAllChildren ( ) : void | ||
ContainPoint ( int x, int y ) : bool | ||
ContainRect ( Rectangle r ) : bool | ||
ContainRect ( int x, int y, int width, int height ) : bool | ||
Contains ( Point testPoint ) : bool | ||
CustomDrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void | ||
DirectSetLocation ( RenderElement visualElement, int x, int y ) : void | ||
DirectSetSize ( RenderElement visualElement, int width, int height ) : void | ||
DrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void | ||
FindUnderlyingSiblingAtPoint ( Point point ) : RenderElement | ||
GetController ( ) : object | ||
GetGlobalLocation ( ) : Point | ||
GetTopWindowRenderBox ( ) : RenderElement | ||
HitTestCore ( HitChain hitChain ) : bool | ||
IntersectOnHorizontalWith ( Rectangle &r ) : bool |
no rect change
|
|
IntersectsWith ( Rectangle &r ) : bool |
no rect change
|
|
InvalidateGraphicBounds ( ) : void | ||
InvalidateGraphicBounds ( Rectangle totalBounds ) : void | ||
InvalidateGraphicLocalArea ( RenderElement re, Rectangle localArea ) : void | ||
InvalidateGraphics ( ) : bool | ||
MarkValidContentArrangement ( ) : void | ||
RemoveChild ( RenderElement renderE ) : void | ||
RemoveParentLink ( RenderElement childElement ) : void | ||
RenderElement ( RootGraphic rootGfx, int width, int height ) : System | ||
ResetRootGraphics ( RootGraphic rootgfx ) : void | ||
SetBounds ( int left, int top, int width, int height ) : void | ||
SetController ( object controller ) : void | ||
SetHeight ( int height ) : void | ||
SetLocation ( int left, int top ) : void | ||
SetParentLink ( RenderElement childElement, IParentLink parentLink ) : void | ||
SetSize ( int width, int height ) : void | ||
SetViewport ( int viewportX, int viewportY ) : void | ||
SetVisible ( bool value ) : void | ||
SetWidth ( int width ) : void | ||
ToString ( ) : string | ||
TopDownReCalculateContentSize ( ) : void | ||
dbugGetGlobalRect ( ) : Rectangle | ||
dbugShowRenderPart ( Canvas canvasPage, Rectangle updateArea ) : void | ||
dbug_DumpVisualProps ( dbugLayoutMsgWriter writer ) : void | ||
dbug_EndLayoutTrace ( ) : void | ||
dbug_EnterReArrangeContent ( RenderElement v ) : void | ||
dbug_ExitReArrangeContent ( RenderElement ve ) : void | ||
dbug_ExitTopDownReCalculateContent ( RenderElement v ) : void | ||
dbug_FullElementDescription ( ) : string | ||
dbug_GetBoundInfo ( ) : string | ||
dbug_GetLayoutInfo ( ) : string | ||
dbug_SetFixedElementCode ( string staticElementCode ) : void | ||
dbug_SetInitObject ( RenderElement ve ) : void | ||
dbug_StartLayoutTrace ( dbugVisualElementLayoutMsg m ) : void | ||
dbug_StartLayoutTrace ( dbugVisualElementLayoutMsg m, int i ) : void | ||
dbug_WriteOwnerLayerInfo ( RootGraphic visualroot, int i ) : void | ||
dbug_WriteOwnerLineInfo ( RootGraphic visualroot, int i ) : void | ||
debug_RecordPostDrawInfo ( Canvas canvasPage ) : void |
Метод | Описание | |
---|---|---|
DirectSetRootGraphics ( RenderElement r, RootGraphic rootgfx ) : void | ||
MarkHasValidCalculateSize ( ) : void | ||
SetCalculatedSize ( RenderBoxBase v, int w, int h ) : void | ||
_MayHasOverlapChild ( ) : bool | ||
dbug_EnterTopDownReCalculateContent ( RenderElement v ) : void | ||
dbug_ExitReArrangeContent ( ) : void | ||
dbug_WriteInfo ( dbugVisitorMessage m ) : void | ||
debug_PopTopDownElement ( RenderElement ve ) : void | ||
debug_PushTopDownElement ( RenderElement ve ) : void |
Метод | Описание | |
---|---|---|
GetGlobalLocationStatic ( RenderElement re ) : Point | ||
GetLayoutSpecificDimensionType ( RenderElement visualElement ) : int | ||
IParentLink ( RenderElement afterThisChild, Point point ) : RenderElement | ||
IParentLink ( ) : string | ||
IParentLink ( Point &p ) : void | ||
RootInvalidateGraphicArea ( RenderElement re, Rectangle &rect ) : void | ||
dbugGetLayoutTracer ( ) : dbugVisualLayoutTracer |
public AddChild ( |
||
renderE | ||
Результат | void |
public ChildrenHitTestCore ( HitChain hitChain ) : void | ||
hitChain | HitChain | |
Результат | void |
public ContainPoint ( int x, int y ) : bool | ||
x | int | |
y | int | |
Результат | bool |
public ContainRect ( int x, int y, int width, int height ) : bool | ||
x | int | |
y | int | |
width | int | |
height | int | |
Результат | bool |
public Contains ( Point testPoint ) : bool | ||
testPoint | Point | |
Результат | bool |
public abstract CustomDrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void | ||
canvas | Canvas | |
updateArea | Rectangle | |
Результат | void |
public static DirectSetLocation ( RenderElement visualElement, int x, int y ) : void | ||
visualElement | RenderElement | |
x | int | |
y | int | |
Результат | void |
protected static DirectSetRootGraphics ( RenderElement r, RootGraphic rootgfx ) : void | ||
r | RenderElement | |
rootgfx | RootGraphic | |
Результат | void |
public static DirectSetSize ( RenderElement visualElement, int width, int height ) : void | ||
visualElement | RenderElement | |
width | int | |
height | int | |
Результат | void |
public DrawToThisCanvas ( Canvas canvas, Rectangle updateArea ) : void | ||
canvas | Canvas | |
updateArea | Rectangle | |
Результат | void |
public FindUnderlyingSiblingAtPoint ( Point point ) : RenderElement | ||
point | Point | |
Результат | RenderElement |
public GetTopWindowRenderBox ( ) : RenderElement | ||
Результат | RenderElement |
public HitTestCore ( HitChain hitChain ) : bool | ||
hitChain | HitChain | |
Результат | bool |
public IntersectOnHorizontalWith ( Rectangle &r ) : bool | ||
r | Rectangle | |
Результат | bool |
public IntersectsWith ( Rectangle &r ) : bool | ||
r | Rectangle | |
Результат | bool |
public InvalidateGraphicBounds ( Rectangle totalBounds ) : void | ||
totalBounds | Rectangle | |
Результат | void |
public static InvalidateGraphicLocalArea ( RenderElement re, Rectangle localArea ) : void | ||
re | RenderElement | |
localArea | Rectangle | |
Результат | void |
protected MarkHasValidCalculateSize ( ) : void | ||
Результат | void |
public MarkValidContentArrangement ( ) : void | ||
Результат | void |
public RemoveChild ( RenderElement renderE ) : void | ||
renderE | RenderElement | |
Результат | void |
public static RemoveParentLink ( RenderElement childElement ) : void | ||
childElement | RenderElement | |
Результат | void |
public RenderElement ( RootGraphic rootGfx, int width, int height ) : System | ||
rootGfx | RootGraphic | |
width | int | |
height | int | |
Результат | System |
public abstract ResetRootGraphics ( RootGraphic rootgfx ) : void | ||
rootgfx | RootGraphic | |
Результат | void |
public SetBounds ( int left, int top, int width, int height ) : void | ||
left | int | |
top | int | |
width | int | |
height | int | |
Результат | void |
protected static SetCalculatedSize ( RenderBoxBase v, int w, int h ) : void | ||
v | RenderBoxBase | |
w | int | |
h | int | |
Результат | void |
public SetController ( object controller ) : void | ||
controller | object | |
Результат | void |
public SetLocation ( int left, int top ) : void | ||
left | int | |
top | int | |
Результат | void |
public static SetParentLink ( RenderElement childElement, IParentLink parentLink ) : void | ||
childElement | RenderElement | |
parentLink | IParentLink | |
Результат | void |
public SetSize ( int width, int height ) : void | ||
width | int | |
height | int | |
Результат | void |
public SetViewport ( int viewportX, int viewportY ) : void | ||
viewportX | int | |
viewportY | int | |
Результат | void |
public TopDownReCalculateContentSize ( ) : void | ||
Результат | void |
public dbugShowRenderPart ( Canvas canvasPage, Rectangle updateArea ) : void | ||
canvasPage | Canvas | |
updateArea | Rectangle | |
Результат | void |
public dbug_DumpVisualProps ( dbugLayoutMsgWriter writer ) : void | ||
writer | dbugLayoutMsgWriter | |
Результат | void |
public static dbug_EndLayoutTrace ( ) : void | ||
Результат | void |
public static dbug_EnterReArrangeContent ( RenderElement v ) : void | ||
v | RenderElement | |
Результат | void |
protected static dbug_EnterTopDownReCalculateContent ( RenderElement v ) : void | ||
v | RenderElement | |
Результат | void |
protected static dbug_ExitReArrangeContent ( ) : void | ||
Результат | void |
public static dbug_ExitReArrangeContent ( RenderElement ve ) : void | ||
ve | RenderElement | |
Результат | void |
public static dbug_ExitTopDownReCalculateContent ( RenderElement v ) : void | ||
v | RenderElement | |
Результат | void |
public dbug_FullElementDescription ( ) : string | ||
Результат | string |
public dbug_SetFixedElementCode ( string staticElementCode ) : void | ||
staticElementCode | string | |
Результат | void |
public static dbug_SetInitObject ( RenderElement ve ) : void | ||
ve | RenderElement | |
Результат | void |
public static dbug_StartLayoutTrace ( dbugVisualElementLayoutMsg m ) : void | ||
m | dbugVisualElementLayoutMsg | |
Результат | void |
public static dbug_StartLayoutTrace ( dbugVisualElementLayoutMsg m, int i ) : void | ||
m | dbugVisualElementLayoutMsg | |
i | int | |
Результат | void |
protected static dbug_WriteInfo ( dbugVisitorMessage m ) : void | ||
m | dbugVisitorMessage | |
Результат | void |
public dbug_WriteOwnerLayerInfo ( RootGraphic visualroot, int i ) : void | ||
visualroot | RootGraphic | |
i | int | |
Результат | void |
public dbug_WriteOwnerLineInfo ( RootGraphic visualroot, int i ) : void | ||
visualroot | RootGraphic | |
i | int | |
Результат | void |
protected static debug_PopTopDownElement ( RenderElement ve ) : void | ||
ve | RenderElement | |
Результат | void |
protected static debug_PushTopDownElement ( RenderElement ve ) : void | ||
ve | RenderElement | |
Результат | void |
public debug_RecordPostDrawInfo ( Canvas canvasPage ) : void | ||
canvasPage | Canvas | |
Результат | void |
public int dbug_InvalidateContentArrEpisode | ||
Результат | int |
public int dbug_InvalidateRecalculateSizeEpisode | ||
Результат | int |
public int dbug_ValidateContentArrEpisode | ||
Результат | int |
public int dbug_ValidateRecalculateSizeEpisode | ||
Результат | int |