##// END OF EJS Templates
Show tracers method (1)...
Show tracers method (1) Gets the closest point to the mouse and constructs the text that will be displayed

File last commit:

r412:e1f4801c4363
r483:3d0f23bd071b
Show More
AmdaDefs.cpp
6 lines | 267 B | text/x-c | CppLexer
Alexandre Leroux
Amda provider update (1)...
r412 #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");