OTX-Runtime for C++
|
|
Namespace containing custom implementations More...
Namespaces | |
CustomScreenImplementation | |
Namespace containing all interfaces for custom screen implementation. | |
ExternalServiceProviderImplementation | |
Namespace containing all interfaces for custom external service provider implementation. | |
MeasureImplementation | |
Namespace containing all interfaces for custom measure implementation. | |
SqlImplementation | |
Namespace containing all interfaces for custom SQL implementation. | |
Classes | |
class | ContextVariableImplementation |
Default context variable implementation More... | |
class | CustomImplementationBase |
Default context variable implementation More... | |
class | DefaultCustomScreenImplementation |
Default custom screen implementation More... | |
class | DefaultExternalServiceProviderImplementation |
Default external service provider implementation More... | |
class | DefaultMeasureImplementation |
Default measure implementation More... | |
class | IBasicScreenImplementation |
Allows users to implement their own basic Screens, consisting of ConfirmDialog, InputDialog, ChoiceDialog and ShowDocumentDialog. More... | |
class | ICommonDialogsImplementation |
Allows users to implement their own common Dialogs, consisting of FileOpenDialog, FileSaveDialog, and SelectDirectoryDialog. More... | |
class | IContextVariableImplementation |
Allows users to implement their own ContextVariables. More... | |
class | ICustomScreenImplementation |
Allows users to implement their own Screens. More... | |
class | IExternalServiceProviderImplementation |
Allows users to implement their own ExternalServiceProvider extension. More... | |
class | Ii18nImplementation |
Allows users to implement their own I18n extension. More... | |
class | ILoggingImplementation |
Allows users to implement their own Logging extension. More... | |
class | IMeasureImplementation |
Allows users to implement their own Measure extension. More... | |
class | IServiceException |
Represents an Mapping Exception. More... | |
class | ISqlImplementation |
Allows users to implement their own Sql extension. More... | |
class | IStateVariableImplementation |
Allows users to implement their own StateVariables. More... | |
class | StateVariableImplementation |
Default state variable implementation More... | |
Enumerations | |
enum | ConfirmationTypes { YesConfirm , NoConfirm , CancelConfirm } |
Enumeration of ConfirmationTypes, see ConfirmDialog More... | |
enum class | LogLevels { All , Trace , Debug , Info , Warn , Error , Fatal , Off } |
Enumeration of LogLevels, see SetLogLevel More... | |
enum | MessageTypes { InfoMessage , WarningMessage , ErrorMessage , YesNoQuestionMessage , YesNoCancelQuestionMessage } |
Enumeration of MessageTypes, see ConfirmDialog More... | |
enum class | SeverityLevels { Trace , Debug , Info , Warn , Error , Fatal } |
Enumeration of SeverityLevels, see WriteLog More... | |
Namespace containing custom implementations
Represents an OTX DeviceServiceSignature.
Namespace containing all custom implementations
Enumeration of ConfirmationTypes, see ConfirmDialog
Enumeration of LogLevels, see SetLogLevel
Enumeration of MessageTypes, see ConfirmDialog
Enumeration of SeverityLevels, see WriteLog