##// END OF EJS Templates
Added more features in DateTimeRange to prepare variable synchronization...
Added more features in DateTimeRange to prepare variable synchronization DateTimeRange and helpers has to ease any operation on time ranges to allow more complex operations between variables. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r0:86b06c4cec3c
r8:69bf3d2aeca6
Show More
MimeTypesDef.cpp
10 lines | 647 B | text/x-c | CppLexer
First init from SciQLop Core module...
r0 #include "Common/MimeTypesDef.h"
const QString MIME_TYPE_GRAPH = QStringLiteral("sciqlop/graph");
const QString MIME_TYPE_ZONE = QStringLiteral("sciqlop/zone");
const QString MIME_TYPE_VARIABLE_LIST = QStringLiteral("sciqlop/var-list");
const QString MIME_TYPE_PRODUCT_LIST = QStringLiteral("sciqlop/product-list");
const QString MIME_TYPE_TIME_RANGE = QStringLiteral("sciqlop/time-range");
const QString MIME_TYPE_SELECTION_ZONE = QStringLiteral("sciqlop/selection-zone");
const QString MIME_TYPE_EVENT_LIST = QStringLiteral("sciqlop/event-list");
const QString MIME_TYPE_SOURCE_CATALOGUE_LIST = QStringLiteral("sciqlop/source-catalogue-list");