#include <string>
#include <Strings/components/diagnostics/errors/errors.h>
Go to the source code of this file.
|
| | BlamKeystoneAPI |
| | Namespace containing any exported functions within Keystone.
|
| |
|
| enum | KeystoneDialogResult {
KeystoneDialogResult::OK,
KeystoneDialogResult::Cancel,
KeystoneDialogResult::Abort,
KeystoneDialogResult::Retry,
KeystoneDialogResult::Ignore,
KeystoneDialogResult::Yes,
KeystoneDialogResult::No,
KeystoneDialogResult::SafeMode,
KeystoneDialogResult::Continue,
KeystoneDialogResult::Exit,
KeystoneDialogResult::Default_NotSet
} |
| | Enumerator containing all possible generic dialog results. More...
|
| |
◆ KEYSTONE
◆ KEYSTONE_API
| #define KEYSTONE_API extern "C" __declspec(dllimport) |
◆ KeystoneDialogResult
Enumerator containing all possible generic dialog results.
| Enumerator |
|---|
| OK | The user pressed the 'OK' button.
|
| Cancel | The user pressed the 'Cancel' button.
|
| Abort | The user pressed the 'Abort' button.
|
| Retry | The user pressed the 'Retry' button.
|
| Ignore | The user pressed the 'Ignore' button.
|
| Yes | The user pressed the 'Yes' button.
|
| No | The user pressed the 'No' button.
|
| SafeMode | Indicates the user choosed the "Continue in Safe Mode" option.
|
| Continue | Indicates the user choosed the "Continue" option.
|
| Exit | Indicates the user choosed the "Exit" option.
|
| Default_NotSet | The dialog result has not yet been set.
|