##// END OF EJS Templates
Fix the problem of calling the zoom at wheel event on the color scale
Fix the problem of calling the zoom at wheel event on the color scale

File last commit:

r1362:c5e93e891fc6
r1390:ed0f1486704f
Show More
MimeTypesDef.h
22 lines | 754 B | text/x-c | CLexer
Move Common MIME types constants in a Definition file in core module.
r850 #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
r876 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_PRODUCT_LIST;
Move Common MIME types constants in a Definition file in core module.
r850 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_TIME_RANGE;
drag of selection zones
r1087 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_SELECTION_ZONE;
Drag d'un event sur le TimeWidget
r1166 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_EVENT_LIST;
Move event in catalogue with Drag&Drop
r1362 extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_SOURCE_CATALOGUE_LIST;
Move Common MIME types constants in a Definition file in core module.
r850
#endif // SCIQLOP_MIMETYPESDEF_H