|
| | FWebBrowserViewport (TSharedPtr< IWebBrowserWindow > InWebBrowserWindow, bool InIsPopup=false) |
| |
| | ~FWebBrowserViewport () |
| |
| virtual WEBBROWSER_API FIntPoint | GetSize () const override |
| |
| virtual WEBBROWSER_API FSlateShaderResource * | GetViewportRenderTargetTexture () const override |
| |
| virtual WEBBROWSER_API void | Tick (const FGeometry &AllottedGeometry, double InCurrentTime, float DeltaTime) override |
| |
| virtual WEBBROWSER_API bool | RequiresVsync () const override |
| |
| virtual WEBBROWSER_API FCursorReply | OnCursorQuery (const FGeometry &MyGeometry, const FPointerEvent &CursorEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnMouseButtonDown (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnMouseButtonUp (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent) override |
| |
| virtual WEBBROWSER_API void | OnMouseEnter (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent) override |
| |
| virtual WEBBROWSER_API void | OnMouseLeave (const FPointerEvent &MouseEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnMouseMove (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnMouseWheel (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnTouchGesture (const FGeometry &MyGeometry, const FPointerEvent &GestureEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnMouseButtonDoubleClick (const FGeometry &InMyGeometry, const FPointerEvent &InMouseEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnKeyDown (const FGeometry &MyGeometry, const FKeyEvent &InKeyEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnKeyUp (const FGeometry &MyGeometry, const FKeyEvent &InKeyEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnKeyChar (const FGeometry &MyGeometry, const FCharacterEvent &InCharacterEvent) override |
| |
| virtual WEBBROWSER_API FReply | OnFocusReceived (const FFocusEvent &InFocusEvent) override |
| |
| virtual WEBBROWSER_API void | OnFocusLost (const FFocusEvent &InFocusEvent) override |
| |
| virtual | ~ISlateViewport () |
| |
| virtual void | OnDrawViewport (const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, class FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) |
| |
| virtual EPixelFormat | GetSceneTargetFormat () const |
| |
| virtual bool | IsViewportTextureAlphaOnly () const |
| |
| virtual bool | IsStereoscopic3D () const |
| |
| virtual bool | UseSeparateRenderTarget () const |
| |
| virtual ESlateViewportDynamicRange | GetViewportDynamicRange () const |
| |
| virtual bool | AllowScaling () const |
| |
| virtual TOptional< TSharedRef< SWidget > > | OnMapCursor (const FCursorReply &CursorReply) |
| |
| virtual bool | IsSoftwareCursorVisible () const |
| |
| virtual FVector2D | GetSoftwareCursorPosition () const |
| |
| virtual FReply | OnAnalogValueChanged (const FGeometry &MyGeometry, const FAnalogInputEvent &InAnalogInputEvent) |
| |
| virtual FReply | OnTouchStarted (const FGeometry &MyGeometry, const FPointerEvent &InTouchEvent) |
| |
| virtual FReply | OnTouchMoved (const FGeometry &MyGeometry, const FPointerEvent &InTouchEvent) |
| |
| virtual FReply | OnTouchEnded (const FGeometry &MyGeometry, const FPointerEvent &InTouchEvent) |
| |
| virtual FReply | OnTouchForceChanged (const FGeometry &MyGeometry, const FPointerEvent &InTouchEvent) |
| |
| virtual FReply | OnTouchFirstMove (const FGeometry &MyGeometry, const FPointerEvent &InTouchEvent) |
| |
| virtual FReply | OnMotionDetected (const FGeometry &MyGeometry, const FMotionEvent &InMotionEvent) |
| |
| virtual TOptional< bool > | OnQueryShowFocus (const EFocusCause InFocusCause) const |
| |
| virtual void | OnFinishedPointerInput () |
| |
| virtual FPopupMethodReply | OnQueryPopupMethod () const |
| |
| virtual FNavigationReply | OnNavigation (const FGeometry &MyGeometry, const FNavigationEvent &InNavigationEvent) |
| |
| virtual bool | HandleNavigation (const uint32 InUserIndex, TSharedPtr< SWidget > InDestination) |
| |
| virtual FReply | OnRequestWindowClose () |
| |
| virtual void | OnViewportClosed () |
| |
| virtual TWeakPtr< SWidget > | GetWidget () |
| |
| virtual FReply | OnViewportActivated (const FWindowActivateEvent &InActivateEvent) |
| |
| virtual void | OnViewportDeactivated (const FWindowActivateEvent &InActivateEvent) |
| |
A Slate viewport to display a Web Browser Window