Medical Imaging Interaction Toolkit
2016.11.0
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 30 of file berryExpressionTagNames.h.
|
static |
The tag name of the adapt expression (value: adapt
)
Definition at line 56 of file berryExpressionTagNames.h.
|
static |
The tag name of the and expression (value: and
)
Definition at line 38 of file berryExpressionTagNames.h.
|
static |
The tag name of the count expression (value: count
)
Definition at line 59 of file berryExpressionTagNames.h.
|
static |
The tag name of the enablement expression (value: enablement
)
Definition at line 35 of file berryExpressionTagNames.h.
|
static |
The tag name of the equals expression (value: equals
)
Definition at line 71 of file berryExpressionTagNames.h.
|
static |
The tag name of the instanceof expression (value: instanceof
)
Definition at line 47 of file berryExpressionTagNames.h.
|
static |
The tag name of the adapt expression (value: iterate
)
Definition at line 62 of file berryExpressionTagNames.h.
|
static |
The tag name of the not expression (value: not
)
Definition at line 44 of file berryExpressionTagNames.h.
|
static |
The tag name of the or expression (value: or
)
Definition at line 41 of file berryExpressionTagNames.h.
|
static |
The tag name of the reference expression (value: reference
)
Definition at line 76 of file berryExpressionTagNames.h.
|
static |
The tag name of the resolve expression (value: resolve
)
Definition at line 65 of file berryExpressionTagNames.h.
|
static |
The tag name of the systemTest expression (value: systemTest
)
Definition at line 68 of file berryExpressionTagNames.h.
|
static |
The tag name of the test expression (value: test
)
Definition at line 50 of file berryExpressionTagNames.h.
|
static |
The tag name of the with expression (value: with
)
Definition at line 53 of file berryExpressionTagNames.h.