|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <berryExpressionTagNames.h>
Static Public Attributes | |
| static const QString | ENABLEMENT |
| static const QString | AND |
| static const QString | OR |
| static const QString | NOT |
| static const QString | INSTANCEOF |
| static const QString | TEST |
| static const QString | WITH |
| static const QString | ADAPT |
| static const QString | COUNT |
| static const QString | ITERATE |
| static const QString | RESOLVE |
| static const QString | SYSTEM_TEST |
| static const QString | EQUALS |
| static const QString | REFERENCE |
Class defining the tag names of the XML elements of the common expression language.
Definition at line 26 of file berryExpressionTagNames.h.
|
static |
The tag name of the adapt expression (value: adapt)
Definition at line 52 of file berryExpressionTagNames.h.
|
static |
The tag name of the and expression (value: and)
Definition at line 34 of file berryExpressionTagNames.h.
|
static |
The tag name of the count expression (value: count)
Definition at line 55 of file berryExpressionTagNames.h.
|
static |
The tag name of the enablement expression (value: enablement)
Definition at line 31 of file berryExpressionTagNames.h.
|
static |
The tag name of the equals expression (value: equals)
Definition at line 67 of file berryExpressionTagNames.h.
|
static |
The tag name of the instanceof expression (value: instanceof)
Definition at line 43 of file berryExpressionTagNames.h.
|
static |
The tag name of the adapt expression (value: iterate)
Definition at line 58 of file berryExpressionTagNames.h.
|
static |
The tag name of the not expression (value: not)
Definition at line 40 of file berryExpressionTagNames.h.
|
static |
The tag name of the or expression (value: or)
Definition at line 37 of file berryExpressionTagNames.h.
|
static |
The tag name of the reference expression (value: reference)
Definition at line 72 of file berryExpressionTagNames.h.
|
static |
The tag name of the resolve expression (value: resolve)
Definition at line 61 of file berryExpressionTagNames.h.
|
static |
The tag name of the systemTest expression (value: systemTest)
Definition at line 64 of file berryExpressionTagNames.h.
|
static |
The tag name of the test expression (value: test)
Definition at line 46 of file berryExpressionTagNames.h.
|
static |
The tag name of the with expression (value: with)
Definition at line 49 of file berryExpressionTagNames.h.