Show / Hide Table of Contents

Interface IUserInterfaceManager

Namespace: DaggerfallWorkshop.Game.UserInterface
Assembly: Assembly-CSharp.dll
Syntax
public interface IUserInterfaceManager

Properties

| Improve this Doc View Source

MessageCount

Declaration
int MessageCount { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

TopWindow

Declaration
IUserInterfaceWindow TopWindow { get; }
Property Value
Type Description
IUserInterfaceWindow
| Improve this Doc View Source

WindowCount

Declaration
int WindowCount { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

ChangeWindow(IUserInterfaceWindow)

Declaration
void ChangeWindow(IUserInterfaceWindow newWindow)
Parameters
Type Name Description
IUserInterfaceWindow newWindow
| Improve this Doc View Source

ContainsWindow(IUserInterfaceWindow)

Declaration
bool ContainsWindow(IUserInterfaceWindow window)
Parameters
Type Name Description
IUserInterfaceWindow window
Returns
Type Description
Boolean
| Improve this Doc View Source

GetMessage()

Declaration
string GetMessage()
Returns
Type Description
String
| Improve this Doc View Source

PeekMessage()

Declaration
string PeekMessage()
Returns
Type Description
String
| Improve this Doc View Source

PopWindow()

Declaration
void PopWindow()
| Improve this Doc View Source

PostMessage(String)

Declaration
void PostMessage(string message)
Parameters
Type Name Description
String message
| Improve this Doc View Source

PushWindow(IUserInterfaceWindow)

Declaration
void PushWindow(IUserInterfaceWindow window)
Parameters
Type Name Description
IUserInterfaceWindow window

Events

| Improve this Doc View Source

OnWindowChange

Declaration
event EventHandler OnWindowChange
Event Type
Type Description
EventHandler
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX