|
OpenTAP 9.31
API Reference
|
Class for getting user input without using GUI. More...
Static Public Member Functions | |
| static void | Request (object dataObject, TimeSpan Timeout, bool modal=false) |
| Request user input from the GUI. Waits an amount of time specified by Timeout. If the timeout occurs a TimeoutException will be thrown. More... | |
| static void | Request (object dataObject, bool modal=false) |
| Request user input from the GUI. Waits indefinitely. More... | |
| static void | SetInterface (IUserInputInterface inputInterface) |
| Sets the current user input interface. This should almost never be called from user code. More... | |
| static void | NotifyChanged (object obj, string property) |
| Call to notify the user interface that an object property has changed. More... | |
| static IUserInputInterface | GetInterface () |
| Gets the current user input interface. More... | |
Properties | |
| static object | Interface [get] |
| Currently selected interface. | |
Class for getting user input without using GUI.
|
static |
Gets the current user input interface.
|
inlinestatic |
Call to notify the user interface that an object property has changed.
| obj | |
| property |
|
inlinestatic |
Request user input from the GUI. Waits indefinitely.
| dataObject | The object the user should fill out with data. |
| modal | set to True if a modal request is wanted. This means the user will have to answer before doing anything else. |
|
inlinestatic |
Request user input from the GUI. Waits an amount of time specified by Timeout. If the timeout occurs a TimeoutException will be thrown.
| dataObject | The object the user should fill out with data. |
| Timeout | How long to wait before timing out. |
| modal | set to True if a modal request is wanted. This means the user will have to answer before doing anything else. |
|
inlinestatic |
Sets the current user input interface. This should almost never be called from user code.
| inputInterface |
OpenTAP 9.31 API built Fri Oct 17 2025 07:12:37