OTX Reference  
OpenTestSystem.Otx.Extensions.HMI.DataTypes Namespace Reference

Data types, see also Core data types. More...

Classes

class  ConfirmationType
 The button-choice of a user dismissing a ConfirmDialog More...
 
class  MessageType
 Characteristics of a message shown in a ConfirmDialog More...
 
class  Screen
 A handle to a screen resource to the runtime system More...
 

Enumerations

enum class  ConfirmationTypes { YES , NO , CANCEL }
 ConfirmationType is an enumeration type describing the button-choice of a user dismissing a ConfirmDialog. The information may later be used to find out which button was clicked for confirmation of the dialog. More...
 
enum class  MessageTypes {
  INFO , WARNING , ERROR , YESNO_QUESTION ,
  YESNOCANCEL_QUESTION
}
 MessageType is an enumeration type describing the characteristics of a message shown in a ConfirmDialog. More...
 

Detailed Description

Data types, see also Core data types.

Enumeration Type Documentation

◆ ConfirmationTypes

ConfirmationType is an enumeration type describing the button-choice of a user dismissing a ConfirmDialog. The information may later be used to find out which button was clicked for confirmation of the dialog.

Enumerator
YES 

Confirmation by "Yes" button or "OK" button.

NO 

Confirmation by "No" button.

CANCEL 

Confirmation by "Cancel" button.

◆ MessageTypes

MessageType is an enumeration type describing the characteristics of a message shown in a ConfirmDialog.

Enumerator
INFO 

Message displayed by the ConfirmationDialog is just for information.

WARNING 

Message displayed by the ConfirmationDialog is a warning.

ERROR 

Message displayed by the ConfirmationDialog describes an error.

YESNO_QUESTION 

Message displayed by the ConfirmationDialog represents a question answerable by "yes" or "no".

YESNOCANCEL_QUESTION 

Message displayed by the ConfirmationDialog is a question which does not require a response.