Public Member Functions | |
FCoherentUIGTLoadingScreenOwner (SCoherentUIGTLoadingScreenWidget *SCoherentWidget=nullptr) | |
void | SetLoadingScreenWidget (SCoherentUIGTLoadingScreenWidget *SCoherentWidget) |
void | SetCaretRect (int x, int y, unsigned width, unsigned height) |
Public Attributes | |
FUIGTLoadingScreenReadyForBindingsSignature | ReadyForBindings |
FUIGTBindingsReleasedSignature | BindingsReleased |
FUIGTFinishLoadSignature | FinishLoad |
FUIGTFailLoadSignature | FailLoad |
FUIGTStartLoadingSignature | StartLoading |
FUIGTNavigateToSignature | NavigateTo |
FUIGTOnJavaScriptEvent | JavaScriptEvent |
FUIGTScriptingReady | UIGTScriptingReady |
FUIGTOnPerformanceAuditSignature | OnPerformanceAudit |
Protected Member Functions | |
Coherent::UIGT::View * | GetView () const |
Protected Attributes | |
SCoherentUIGTLoadingScreenWidget * | CoherentWidget |
Friends | |
class | TCoherentUIGTViewListener< FCoherentUIGTLoadingScreenOwner > |
FUIGTBindingsReleasedSignature FCoherentUIGTLoadingScreenOwner::BindingsReleased |
When fired, the View has released its bindings.
FUIGTFailLoadSignature FCoherentUIGTLoadingScreenOwner::FailLoad |
Called when the requested page has failed its load
FUIGTFinishLoadSignature FCoherentUIGTLoadingScreenOwner::FinishLoad |
Called when the requested page has been loaded completely
FUIGTOnJavaScriptEvent FCoherentUIGTLoadingScreenOwner::JavaScriptEvent |
Called when an event for this View is triggered in JavaScript
FUIGTNavigateToSignature FCoherentUIGTLoadingScreenOwner::NavigateTo |
Called when View has navigated to a new page
FUIGTOnPerformanceAuditSignature FCoherentUIGTLoadingScreenOwner::OnPerformanceAudit |
Called when a performance audit has completed
FUIGTLoadingScreenReadyForBindingsSignature FCoherentUIGTLoadingScreenOwner::ReadyForBindings |
When fired, the View is ready for binding events. Any event bound prior to this will be ignored
FUIGTStartLoadingSignature FCoherentUIGTLoadingScreenOwner::StartLoading |
Called when View has started loading a new page
FUIGTScriptingReady FCoherentUIGTLoadingScreenOwner::UIGTScriptingReady |
Called when the View is ready to accept events