IPaintAfterAll2 (ITF) ¶ INTERFACE IPaintAfterAll2 EXTENDS IPaintAfterAll Methods: PAAGetTouchContentSurroundingRect PAAInitialize PAAClose , inherited from IPaintAfterAll PAAgetSize , inherited from IPaintAfterAll PAAgetSurroundingRect , inherited from IPaintAfterAll PAAgetUpdateRects , inherited from IPaintAfterAll PAAhandleInputBefore , inherited from IPaintAfterAll PAApaintAfterAll , inherited from IPaintAfterAll Structure: PAAGetTouchContentSurroundingRect (Method) PAAInitialize (Method)
IPaintAfterAll.PAAgetSize (METH) ¶ METHOD PAAgetSize : CmpVisuHandler.VisuStructPoint InOut: Scope Name Type Return PAAgetSize CmpVisuHandler.VisuStructPoint
IPaintAfterAll.PAAgetSurroundingRect (METH) ¶ METHOD PAAgetSurroundingRect : VisuStructSimpleRectangle Executes the HandleInput that have to be done before all other elements get the HandleInput InOut: Scope Name Type Return PAAgetSurroundingRect VisuStructSimpleRectangle
IPaintAfterAll.PAAgetUpdateRects (METH) ¶ METHOD PAAgetUpdateRects : BOOL InOut: Scope Name Type Comment Return PAAgetUpdateRects BOOL Input elemIndex INT parameter
IPAADialog2.ClosePAADialog2 (METH) ¶ METHOD ClosePAADialog2 : BOOL InOut: Scope Name Type Return ClosePAADialog2 BOOL Input pClientData POINTER TO VisuStructClientData
IPaintAfterAll (ITF) ¶ INTERFACE IPaintAfterAll EXTENDS __SYSTEM.IQueryInterface Methods: PAAClose PAAhandleInputBefore PAAgetSize PAAgetSurroundingRect PAAgetUpdateRects PAApaintAfterAll Structure: PAAClose (Method) PAAgetSize (Method) PAAgetSurroundingRect (Method) PAAgetUpdateRects (Method) PAAhandleInputBefore (Method) PAApaintAfterAll (Method)
IPaintAfterAll.PAAClose (METH) ¶ METHOD PAAClose : BOOL InOut: Scope Name Type Return PAAClose BOOL
IRectangleListManager.ForwardCallWithMouseDownInfo (METH) ¶ METHOD ForwardCallWithMouseDownInfo InOut: Scope Name Type Comment Input pElements POINTER TO ARRAY [0..0] OF IVisualElement count INT pMouseDownInfo POINTER TO ARRAY [0..100] OF BYTE a pointer to an array of bytes representing a bitfield with the information about elements handling mouse down or not the according bitfield is organized from lower indices to higher indices in general, within single bytes earlier elements are located at less significant bits
IRectangleListManager.PopClipping (METH) ¶ METHOD PopClipping Complementary method to PushClipping InOut: Scope Name Type Input rect VisuStructSimpleRectangle
IRectangleListManager.PushClipping (METH) ¶ METHOD PushClipping This method intersects the current clipping region used for the rectangles with the given rectangle. Please remark that the given rectangle must not be transformed yet. Of course there must be a matching call to PopClipping Typically the clipping methods are called when necessary in the following order: PushClipping // set the clipping rectangle if necessary PushTransformation // set the transformation for the inner elements ForwardCall // forward the rectangle collection to the inner elements PopTransformation PopClipping InOut: Scope Name Type Input rect VisuStructSimpleRectangle