##// END OF EJS Templates
Implements test execute() method...
Implements test execute() method For each iteration of the test, this method generates available operations according to states of the variables, and execute an operation that has been chosen randomly.

File last commit:

r1133:b1566539a03e
r1174:0c07405da56c
Show More
MimeTypesDef.cpp
9 lines | 559 B | text/x-c | CppLexer
/ core / src / Common / MimeTypesDef.cpp
Move Common MIME types constants in a Definition file in core module.
r848 #include "Common/MimeTypesDef.h"
Drag of product
r868 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");
drag of selection zones
r1047 const QString MIME_TYPE_SELECTION_ZONE = QStringLiteral("sciqlop/selection-zone");
Drag d'un event sur le TimeWidget
r1133 const QString MIME_TYPE_EVENT_LIST = QStringLiteral("sciqlop/event-list");