|
Colobot
|
System functions: time stamps, info dialogs, etc. More...
#include "common/config.h"#include "common/timeutils.h"#include <chrono>#include <memory>#include <string>#include <vector>
Classes | |
| class | CSystemUtils |
| Platform-specific utils. More... | |
Enumerations | |
| enum class | SystemDialogType { INFO , WARNING , ERROR_MSG , YES_NO , OK_CANCEL } |
| Type of system dialog. More... | |
| enum class | SystemDialogResult { OK , CANCEL , YES , NO } |
| Result of system dialog. More... | |
System functions: time stamps, info dialogs, etc.
|
strong |
Type of system dialog.
| Enumerator | |
|---|---|
| INFO | Information message. |
| WARNING | Warning message. |
| ERROR_MSG | Error message. |
| YES_NO | Yes/No question. |
| OK_CANCEL | Ok/Cancel question. |
|
strong |
Result of system dialog.
Means which button was pressed.