![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <QApplication>
#include <QVector>
#include <QByteArray>
#include <QTimer>
#include "ctkWidgetsExport.h"
Go to the source code of this file.
Classes | |
class | ctkTestApplication |
Macros | |
#define | QCTK_DECLARE_TEST(TEST_NAME) |
Helper macro allowing to declare a test. More... | |
#define | QCTK_EXIT_TEST(_status) |
Helper macro allowing to exit the event loop specifying a return code. More... | |
#define | QCTK_RUN_TEST(TEST_NAME) |
Helper macro allowing to define a test. More... | |
#define QCTK_DECLARE_TEST | ( | TEST_NAME | ) |
Helper macro allowing to declare a test.
Definition at line 50 of file ctkTestApplication.h.
#define QCTK_EXIT_TEST | ( | _status | ) |
Helper macro allowing to exit the event loop specifying a return code.
Definition at line 75 of file ctkTestApplication.h.
#define QCTK_RUN_TEST | ( | TEST_NAME | ) |
Helper macro allowing to define a test.
Definition at line 64 of file ctkTestApplication.h.