VisuFbNamespaceTable (FB) ¶ FUNCTION_BLOCK VisuFbNamespaceTable CHECKED_OMIT Methods: Dump Structure: Dump (Method)
VisuStructNamespace (STRUCT) ¶ TYPE VisuStructNamespace : STRUCT This structure represents a single namespace InOut: Name Type Comment pTokens POINTER TO WORD This is a pointer to an array of integer where each component represents an index reference into VisuFbNamespaceTable._pNamespaces numTokens WORD The number of indices, pTokens points to.
OnlineChange ¶ Visu_OnlinechangeNotify (Function) Visu_SetCodegenFeatureSupport (Function)
Visu_OnlinechangeNotify (FUN) ¶ FUNCTION Visu_OnlinechangeNotify : BOOL InOut: Scope Name Type Return Visu_OnlinechangeNotify BOOL Input xBefore BOOL
Visu_SetCodegenFeatureSupport (FUN) ¶ FUNCTION Visu_SetCodegenFeatureSupport : BOOL InOut: Scope Name Type Return Visu_SetCodegenFeatureSupport BOOL Input featureSetFlags DWORD
VisuFctExitVisuClientObject (FUN) ¶ FUNCTION VisuFctExitVisuClientObject : BOOL InOut: Scope Name Type Return VisuFctExitVisuClientObject BOOL Input pVisuClientObject POINTER TO BYTE bInCopyCode BOOL
VisuFctHandleInputVisuClientObject (FUN) ¶ FUNCTION VisuFctHandleInputVisuClientObject : BOOL InOut: Scope Name Type Return VisuFctHandleInputVisuClientObject BOOL Input pVisuClientObject POINTER TO BYTE pEvent POINTER TO CmpVisuHandler.VisuStructEvent iElem INT
VisuFbNamespaceTableHelper.prvFindInitialNamespaceIndex (METH) ¶ METHOD prvFindInitialNamespaceIndex : BOOL InOut: Scope Name Type Return prvFindInitialNamespaceIndex BOOL Input tokens ARRAY [0..10] OF WORD nTokens WORD Output iNamespace WORD
VisuFbPaintAfterAllElement (FB) ¶ FUNCTION_BLOCK VisuFbPaintAfterAllElement IMPLEMENTS IVisualElement3, IInputRectangleProvider , IMultitouchElement , IRectangleProvider , ILayeredVisualElement Properties: IsCapturingEventsActive Methods: ContainsPoint Destruct ElementInfo GetAdditionalClientDataSize GetClientData GetSurroundingRect GetText GetTextProperties GetTooltip GetUpdateRects HandleInput Initialize Paint SetCallbackTarget SetClientData SetStaticState Update AddRectangles GetCompleteSurroundingRect GetScrollValueProvider IsMultitouchElementActive OnScrollValueChanged ProvideInputRectangleList SetLayerManager Structure: ContainsPoint (Method) Destruct (Method) ElementInfo (Method) GetAdditionalClientDataSize (Method) GetClientData (Method) GetSurroundingRect (Method) GetText (Method) GetTextProperties (Method) GetTooltip (Method) GetUpdateRects (Method) HandleInput (Method) ICapturingElement IsCapturingEventsActive (Property) IInputRectangleProvider ProvideInputRectangleList (Method) ILayeredVisualElement SetLayerManager (Method) IMultitouchElement GetScrollValueProvider (Method) IsMultitouchElementActive (Method) OnScrollValueChanged (Method) IRectangleProvider AddRectangles (Method) IVisualElement3 GetCompleteSurroundingRect (Method) Initialize (Method) Paint (Method) SetCallbackTarget (Method) SetClientData (Method) SetStaticState (Method) Update (Method)
VisuFbPaintAfterAllElement.ContainsPoint (METH) ¶ METHOD ContainsPoint : BOOL returns whether the point pt is contained by this element InOut: Scope Name Type Return ContainsPoint BOOL Input pt CmpVisuHandler.VisuStructPoint