##// END OF EJS Templates
Parser refactoring (1)...
Parser refactoring (1) Creates a helper that will be used to read the properties and values of an AMDA file, to generate the dataset. The helper is intended to replace the current implementation of the parser, to be more generic and thus manage the spectrograms more easily

File last commit:

r876:86e05857e5c8
r985:e1494a5194f1
Show More
MimeTypesDef.h
19 lines | 547 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_PRODUCT_LIST;
extern SCIQLOP_CORE_EXPORT const QString MIME_TYPE_TIME_RANGE;
#endif // SCIQLOP_MIMETYPESDEF_H