]> Git trees. - libqmvoc.git/commitdiff
data.xml period-tag completed, more work on elementbox
authorMartin Pfeiffer <hubipete@gmx.net>
Fri, 22 Jul 2005 21:36:46 +0000 (21:36 +0000)
committerMartin Pfeiffer <hubipete@gmx.net>
Fri, 22 Jul 2005 21:36:46 +0000 (21:36 +0000)
svn path=/trunk/KDE/kdeedu/kalzium/src/element.h; revision=437723

kalzium/src/element.h

index f475c3a4b5554145429eae3c86201cf6b43f8654..97ce5e3eecabe4d05643c0240df6f848d8dfa0b8 100644 (file)
@@ -82,6 +82,10 @@ class Element{
                QString nameOrigin() const{
                        return m_origin;
                }
+
+               QString orbits() const{
+                       return m_orbits;
+               }
                
                void setMass( double value ) { m_mass = value; }
                void setEN( double value ) { m_EN = value; }
@@ -236,6 +240,10 @@ class Element{
                QString group() const {
                        return m_group;
                }
+               
+               int period() const {
+                       return m_period;
+               }
 
                QString family() const {
                        return m_family;