##// END OF EJS Templates
Implements spectrograms display (3)...
Implements spectrograms display (3) Implements the method to set y range of the colormap. Unlike scalars/vectors, we don't use bounds of values but bounds of y-axis

File last commit:

r566:a6f250cc335f
r907:b4b8a9876f21
Show More
AmdaDefs.cpp
7 lines | 330 B | text/x-c | CppLexer
#include "AmdaDefs.h"
const QString AMDA_COMPONENT_KEY = QStringLiteral("component");
const QString AMDA_DATA_TYPE_KEY = QStringLiteral("dataType");
const QString AMDA_PRODUCT_KEY = QStringLiteral("parameter");
const QString AMDA_ROOT_KEY = QStringLiteral("dataCenter");
const QString AMDA_XML_ID_KEY = QStringLiteral("xml:id");