16 using namespace kome::objects;
21 #define new new( _NORMAL_BLOCK, __FILE__, __LINE__ )
22 #define malloc( s ) _malloc_dbg( s, _NORMAL_BLOCK, __FILE__, __LINE__ )
sample information management class
virtual void onOpenChromatogram(Chromatogram *chrom)
This method is called when a chromatogram is opened. (override method)
DefaultDataManager()
constructor
virtual void onOpenSample(Sample *sample)
This method is called when a sample is opened. (override method)
virtual void onOpenDataMap(DataMapInfo *dataMap)
This method is called when a data map is opened. (override method)
interfaces of DefaultDataManager class
virtual void onOpenSpectrum(Spectrum *spec)
This method is called when a spectrum is opened. (override method)
virtual void onCloseChromatogram(Chromatogram *chrom, const bool deleting)
This method is called when a chromatogram is closed. (override method)
virtual ~DefaultDataManager()
destructor
virtual void onCloseDataMap(DataMapInfo *dataMap, const bool deleting)
This method is called when a data map is closed. (override method)
virtual void onCloseSample(Sample *sample, const bool deleting)
This method is called when a sample is closed. (override method)
spectrum information management class
virtual void onCloseSpectrum(Spectrum *spec, const bool deleting)
This method is called when a spectrum is closed. (override method)
chromatogram information management class