|
ADTF Qt5
|
#include <QtGlobal>Go to the source code of this file.
Macros | |
| #define | ADTF_THROW_QT_ERROR(__result) |
| Throws an error/exception in case of error within Qt. | |
| #define | EXCEPTION_TO_SCRIPT_ERROR(__return_value) |
| Converts an exception to an error code. | |
| #define | SCRIPT_ERROR_IF_FAILED(__exp) |
| Throws an error/exception in case of error in script. | |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| #define ADTF_THROW_QT_ERROR | ( | __result | ) |
Throws an error/exception in case of error within Qt.
| #define EXCEPTION_TO_SCRIPT_ERROR | ( | __return_value | ) |
Converts an exception to an error code.
| #define SCRIPT_ERROR_IF_FAILED | ( | __exp | ) |
Throws an error/exception in case of error in script.