From 5e3f6f32b4f27f5d68a70a6aa0dfcd895e830998 Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Mon, 25 Jul 2005 11:02:50 +0000 Subject: [PATCH] * Adding the SpectrumEditor. Works but looks pretty ugly because of layout-issues. Will take care of that now svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=438560 --- kalzium/src/spectrum.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index f250979..e36523f 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -47,10 +47,16 @@ class Spectrum public: /** * public costructor + * @param parent the Element this spectrum belongs to */ Spectrum( Element* parent ){ m_parentElement = parent; }; + + /** + * This spectrum doesn't belong to any element + */ + Spectrum(){}; /** * public destructor -- 2.47.3