##// 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:

r782:b0b8b5ec2893
r895:244a7d7caff1
Show More
MockDefs.h
23 lines | 617 B | text/x-c | CLexer
#ifndef SCIQLOP_MOCKDEFS_H
#define SCIQLOP_MOCKDEFS_H
#include "MockPluginGlobal.h"
#include <QString>
#include <QVariant>
// ////////////// //
// Mock constants //
// ////////////// //
// Metadata for cosinus provider //
/// Cosinus frequency (Hz)
extern SCIQLOP_MOCKPLUGIN_EXPORT const QString COSINUS_FREQUENCY_KEY;
extern SCIQLOP_MOCKPLUGIN_EXPORT const QVariant COSINUS_FREQUENCY_DEFAULT_VALUE;
/// Cosinus type ("scalar" or "vector")
extern SCIQLOP_MOCKPLUGIN_EXPORT const QString COSINUS_TYPE_KEY;
extern SCIQLOP_MOCKPLUGIN_EXPORT const QVariant COSINUS_TYPE_DEFAULT_VALUE;
#endif // SCIQLOP_MOCKDEFS_H