]> Git trees. - libqmvoc.git/commitdiff
* some improveents to the Plot Dialog
authorPino Toscano <pino@kde.org>
Sat, 4 Jun 2005 20:44:16 +0000 (20:44 +0000)
committerPino Toscano <pino@kde.org>
Sat, 4 Jun 2005 20:44:16 +0000 (20:44 +0000)
* PSE::getRadius(...) => PSE::radius(...)
* use the 'gear' icon for the Units page on Settings

svn path=/trunk/KDE/kdeedu/kalzium/src/element.cpp; revision=422235

kalzium/src/element.cpp
kalzium/src/element.h

index 26fa55a2fe8362509311b8dd840769b138ceb038..422534ba22cf6c0d0686307da8e34d2858a9140c 100644 (file)
@@ -506,7 +506,7 @@ void Element::setRadius( RADIUSTYPE type, double value, const QString& name )
        }
 }
 
-double Element::getRadius( RADIUSTYPE type )
+double Element::radius( RADIUSTYPE type )
 {
        switch ( type )
        {
index 9513a88e3e2c08bcb5145976e2fffd89e1123183..c3da100311fffa3665473b8c2d00004b9b5033be 100644 (file)
@@ -110,11 +110,6 @@ class Element{
                 */
                void setRadius( RADIUSTYPE type, double value, const QString& name = 0 );
                
-               /**
-                * @return the value of the radius of the type @p type
-                */
-               double getRadius( RADIUSTYPE type );
-
                void setDate( int date ) { m_date = date; }
                void setBiologicalMeaning( int value ) { m_biological = value; }
                void setAggregation( int value ) { m_az = value; }