Window Framework for UI Toolkit Scripting v1.3.0
GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow Class Reference
Inheritance diagram for GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow:
Collaboration diagram for GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow:

Public Member Functions

void CreateGUI ()

Static Public Member Functions

static void ShowWindow ()

Private Member Functions

void AddPropertyField (string label, string value)
void AddWindowProperty (VisualElement parent, string label, string value)
void AutoRefresh ()
VisualElement CreateActionsSection ()
VisualElement CreateActiveWindowsSection ()
VisualElement CreateHeader ()
VisualElement CreatePropertiesSection ()
VisualElement CreateStatusSection ()
VisualElement CreateWindowDebugElement (WindowFrame window, int count)
void OnDestroy ()
void RefreshActiveWindows ()
void RefreshAll ()
void RefreshController ()
void RefreshProperties ()

Private Attributes

ScrollView _activeWindowsScrollView
WindowFrameController _controller
Label _controllerStatusLabel
VisualElement _propertiesContainer
Button _refreshButton
Label _windowCountLabel

Member Function Documentation

◆ AddPropertyField()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.AddPropertyField ( string label,
string value )
inlineprivate
Here is the caller graph for this function:

◆ AddWindowProperty()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.AddWindowProperty ( VisualElement parent,
string label,
string value )
inlineprivate
Here is the caller graph for this function:

◆ AutoRefresh()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.AutoRefresh ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ CreateActionsSection()

VisualElement GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.CreateActionsSection ( )
inlineprivate
Here is the caller graph for this function:

◆ CreateActiveWindowsSection()

VisualElement GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.CreateActiveWindowsSection ( )
inlineprivate
Here is the caller graph for this function:

◆ CreateGUI()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.CreateGUI ( )
inline
Here is the call graph for this function:

◆ CreateHeader()

VisualElement GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.CreateHeader ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ CreatePropertiesSection()

VisualElement GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.CreatePropertiesSection ( )
inlineprivate
Here is the caller graph for this function:

◆ CreateStatusSection()

VisualElement GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.CreateStatusSection ( )
inlineprivate
Here is the caller graph for this function:

◆ CreateWindowDebugElement()

VisualElement GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.CreateWindowDebugElement ( WindowFrame window,
int count )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnDestroy()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.OnDestroy ( )
inlineprivate
Here is the call graph for this function:

◆ RefreshActiveWindows()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.RefreshActiveWindows ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ RefreshAll()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.RefreshAll ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ RefreshController()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.RefreshController ( )
inlineprivate
Here is the caller graph for this function:

◆ RefreshProperties()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.RefreshProperties ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShowWindow()

void GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow.ShowWindow ( )
inlinestatic

Member Data Documentation

◆ _activeWindowsScrollView

ScrollView GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow._activeWindowsScrollView
private

◆ _controller

WindowFrameController GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow._controller
private

◆ _controllerStatusLabel

Label GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow._controllerStatusLabel
private

◆ _propertiesContainer

VisualElement GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow._propertiesContainer
private

◆ _refreshButton

Button GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow._refreshButton
private

◆ _windowCountLabel

Label GWG.WindowFramework.Editor.WindowFrameControllerDebugWindow._windowCountLabel
private