##// END OF EJS Templates
Initializes spectrogram management in the plugin...
Initializes spectrogram management in the plugin Unlike other types, the spectrogram will have a Y axis representing the energy bands. By default, spectrogram will be generated on 30 energy bands (with eV unit).

File last commit:

r876:86e05857e5c8
r899:244a7d7caff1
Show More
MimeTypesDef.h
19 lines | 547 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;
#endif // SCIQLOP_MIMETYPESDEF_H