##// END OF EJS Templates
Visual display when dropping on top of a existing graph
Visual display when dropping on top of a existing graph

File last commit:

r850:3715d1ed451c
r857:8c8decf98df7
Show More
MimeTypesDef.h
18 lines | 481 B | text/x-c | CLexer
#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;
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_TIME_RANGE;
#endif // SCIQLOP_MIMETYPESDEF_H