Engauge Digitizer 2
|
Go to the source code of this file.
Macros | |
#define | ENGAUGE_ASSERT(cond) |
Drop in replacement for Q_ASSERT if defined(QT_NO_DEBUG) && !defined(QT_FORCE_ASSERTS) define ENGAUGE_ASSERT(cond) engauge_noop(cond) else. | |
#define | ENGAUGE_CHECK_PTR(ptr) |
#endif | |
Functions | |
void | engauge_noop (bool) |
#define ENGAUGE_ASSERT | ( | cond | ) |
Drop in replacement for Q_ASSERT if defined(QT_NO_DEBUG) && !defined(QT_FORCE_ASSERTS) define ENGAUGE_ASSERT(cond) engauge_noop(cond) else.
Definition at line 20 of file EngaugeAssert.h.
#define ENGAUGE_CHECK_PTR | ( | ptr | ) |
#endif
Drop in replacement for Q_CHECK_PTR if defined(QT_NO_DEBUG) && !defined(QT_FORCE_ASSERTS) define ENGAUGE_CHECK_PTR(ptr) engauge_noop((ptr)==0) else
Definition at line 27 of file EngaugeAssert.h.
|
inline |
Definition at line 14 of file EngaugeAssert.h.