Workspace 7.0.2
|
#include <memory>
#include <QString>
#include "DataAnalysis/dataanalysis_api.h"
#include "colorspectrum.h"
Classes | |
class | ColorSpectrumLibrary |
A library for ColorSpectrum objects which will be presented to the user in the ColorSpectrumEditor widget. The spectra are stored with the names as keys. If a spectrum is added with the same key as an existing entry, then the existing entry will be overwritten. It's up to the caller to check if they want to avoid this. The DataAnalysis plugin has one of these libraries, and it's used by the ColorSpectrumEditor widget. More... | |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::DataAnalysis |
Fundamental data analysis support. | |
Typedefs | |
using | ColorSpectrumLibraryContents = QMap< QString, ColorSpectrum > |