##// END OF EJS Templates
Implements filter function for data source...
Implements filter function for data source An item is valid if one of its metadata matches the text in the seach box

File last commit:

r412:e1f4801c4363
r477:eab21078feec
Show More
AmdaDefs.cpp
6 lines | 267 B | text/x-c | CppLexer
#include "AmdaDefs.h"
const QString AMDA_COMPONENT_KEY = QStringLiteral("component");
const QString AMDA_PRODUCT_KEY = QStringLiteral("parameter");
const QString AMDA_ROOT_KEY = QStringLiteral("dataCenter");
const QString AMDA_XML_ID_KEY = QStringLiteral("xml:id");