Empeld
Empeld plugin documentation.
pluginbase.Objects.UI2.IUI2Screen Interface Reference

Top level ui2 control More...

Public Member Functions

IUI2Control LoadControl (string filename)
 Loads a control (Doesn't add it to the screen) More...
 
void AddControl (IUI2Control control)
 Add control to the screen More...
 
void RemoveControl (IUI2Control control)
 Removes a control More...
 
void CaptureInput ()
 Capture input to UI More...
 
void ReleaseInput ()
 Release input from UI More...
 

Detailed Description

Top level ui2 control

Attribute: Injectable

Member Function Documentation

◆ AddControl()

void pluginbase.Objects.UI2.IUI2Screen.AddControl ( IUI2Control  control)

Add control to the screen

Parameters
controlControl.

◆ CaptureInput()

void pluginbase.Objects.UI2.IUI2Screen.CaptureInput ( )

Capture input to UI

◆ LoadControl()

IUI2Control pluginbase.Objects.UI2.IUI2Screen.LoadControl ( string  filename)

Loads a control (Doesn't add it to the screen)

Returns
The control.
Parameters
filenameFilename.

◆ ReleaseInput()

void pluginbase.Objects.UI2.IUI2Screen.ReleaseInput ( )

Release input from UI

◆ RemoveControl()

void pluginbase.Objects.UI2.IUI2Screen.RemoveControl ( IUI2Control  control)

Removes a control

Parameters
controlControl.

The documentation for this interface was generated from the following file: