ProtectedconstructorOptionalisInternalConstructor: booleanGets called whenever a new WatchdogAction was added to the list.
Static_The spacing between the separator and the bottom buttons area.
Static_The height of each button on the bottom area.
Static_The width of each button on the bottom area.
Static_The size of the each icon in the bottom buttons.
Static_The height of each entry on the list.
Static_The minimum height of the label inside each bottom button.
Static_The minimum size of the Scroll area with the main content.
Static_The size of the sync status icon.
Static_The spacing between the title content to the main scroll area.
StaticdefaultDefault spacing between one element to another.
StatickThe maximum Watchdog Actions count possible in the queue before deleting old actions.
Sets the height of the window in points.
Sets the height of the window in pixels.
Check whether the window was destroyed.
Checks whether the window currently has keyboard focus.
Gets the key window which owns this window.
Returns the X position of the window in screen coordinates in points.
Specifies the local shortcut context. This context will be automatically disabled whenever the user switches focus from the context.
Gets the parent EditorWindow.
Gets the RenderWindow associated with this EditorWindow.
Specifies the global shortcut context. This context will be always enabled as long as the window is active.
Determines the size of the keu window.
Sets the stylesheet for this window's UI surface.
Sets the stylesheet for this window's UI surface.
Returns the X position of the window in screen coordinates in points.
Sets the width of the window in points.
Sets the width of the window in pixels.
Centers the window within it's parent window.
Clears the watchdog history.
Closes and destroys the window.
ProtectedfetchFill the initial list view with the current Action History, and update the last catalog update received.
Determines if the window is visible.
ProtectedmarkMark the current watchdog history list view as dirty.
Virtual
Called whenever the user or the program requested to close the window.
Virtual
Method to override to implement destruction of custom windows. Called by the engine before the window is destroyed.
Virtual
Method to override to implement custom behavior of a window, called by the engine once per frame.
ProtectedonVirtual
Method to override to implement custom behavior of a window, called by the engine once per frame,
once all the windows had their onEditorUpdate() method called.
Virtual
Method to override to implement initialization of custom windows. Called by the engine after window creation.
Virtual
Triggered whenever the window's screen dpi changes.
Virtual
Triggered whenever the window gains or loses focus.
True if focus was gained, false otherwise.
Virtual
Triggered whenever the window size changes.
New width of the window in pixels.
New height of the window in pixels.
Defines the window maximum width and height in points.
Defines the window minimum width and height in points.
The minimum width of the window in points.
The minimum height of the window in points.
Moves the window on the desktop. Coordinates are in screen space using points.
Moves the window on the desktop. Coordinates are in screen space using pixels.
Resizes the window using a width and height in points.
Resizes the window using a width and height in pixels.
ProtectedupdateUpdates the UI elements with the last catalog fetch action.
The catalog u
ProtectedupdateUpdates the UI Entry representing the given finished action. If the action was in the list already marked as in-progress, it will be removed and a new one added instead. If no action was present before, a new entry will be added.
The action that is now finished.
StaticclearClears the current content of the watchdog action list from memory.
Protected StaticconstructOpens a CalloutWindow of the specified windowClass.
The CalloutWindow subclass to open.
The parent key window, if null, will use the current.
The anchoring element.
OptionalanchorPosition: number
The optional anchor position.
Optionalplacement: EnumValue<CalloutPlacement>
The optional placement.
OptionalwindowOptions: any
Options to pass to the onInitialize implementation of the windowClass.
The newly constructed window.
StaticconstructStaticgetA copy of all the Watchdog Actions that happened so far.
Protected StaticisChecks if the given two watchdog actions represents the same Entry in the list. If they represent the same actual user "action", but only changes its complete state, they should be represented in the same Entry in the list.
First
Action two to compare.
Protected StaticisChecks if the given Watchdog Entry is from a type that should be processed by the window.
The action to check for.
Protected StaticisChecks if the given Watchdog Entry is from a type that should be displayed in the main List View. Some actions should not be presented to the user, use this to make sure an action should.
The action to check for.
StaticloadLoads the watchdog actions list from cache (if any).
StaticopenOptionalarrowPosition: numberOptionalplacement: EnumValue<CalloutPlacement>StaticpersistSaves the current watchdog actions list to disk.
StaticupdateUpdates the list with the latest actions.
Whether or not new items were added to the list in this update.
A callout window displaying the contents of the current sync status.