##// 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.h
21 lines | 679 B | text/x-c | CLexer
Move Common MIME types constants in a Definition file in core module.
r848 #ifndef SCIQLOP_MIMETYPESDEF_H
#define SCIQLOP_MIMETYPESDEF_H
#include "CoreGlobal.h"
#include <QString>
// ////////////////// //
// SciQlop Mime Types //
// ////////////////// //
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_GRAPH;
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_ZONE;
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_VARIABLE_LIST;
Drag of product
r868 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_PRODUCT_LIST;
Move Common MIME types constants in a Definition file in core module.
r848 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_TIME_RANGE;
drag of selection zones
r1047 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_SELECTION_ZONE;
Drag d'un event sur le TimeWidget
r1133 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_EVENT_LIST;
Move Common MIME types constants in a Definition file in core module.
r848
#endif // SCIQLOP_MIMETYPESDEF_H