|
Empeld
Empeld plugin documentation.
|
Represents the root screen for BUI A dependency injectable More...
Public Member Functions | |
| IBuiControl | LoadControl (string filename) |
| Load a control by filename. To be added later. More... | |
| IBuiControl | AddControl (string filename) |
| Add a control by filename More... | |
| void | AddControl (IBuiControl control) |
| Add an instance of an already loaded IBuiControl More... | |
| void | RemoveControl (IBuiControl control) |
| Remove the instance of a loaded IBuiControl More... | |
| void | RemoveControl (Predicate< IBuiControl > predicate) |
| Remove all controls that match a specific predicate More... | |
Represents the root screen for BUI A dependency injectable
Attribute: Injectable
| IBuiControl pluginbase.Objects.UI.IBuiScreen.AddControl | ( | string | filename | ) |
Add a control by filename
| filename | Filename of BML |
| void pluginbase.Objects.UI.IBuiScreen.AddControl | ( | IBuiControl | control | ) |
Add an instance of an already loaded IBuiControl
| control | Control. |
| IBuiControl pluginbase.Objects.UI.IBuiScreen.LoadControl | ( | string | filename | ) |
Load a control by filename. To be added later.
| filename | Filename of BML |
| void pluginbase.Objects.UI.IBuiScreen.RemoveControl | ( | IBuiControl | control | ) |
Remove the instance of a loaded IBuiControl
| control | Control. |
| void pluginbase.Objects.UI.IBuiScreen.RemoveControl | ( | Predicate< IBuiControl > | predicate | ) |
Remove all controls that match a specific predicate
| predicate | Predicate. |