Workspace 7.0.2
Classes | Namespaces | Typedefs
colorspectrumlibrary.h File Reference
#include <memory>
#include <QString>
#include "DataAnalysis/dataanalysis_api.h"
#include "colorspectrum.h"
Include dependency graph for colorspectrumlibrary.h:
This graph shows which files directly or indirectly include this file:

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 >