kviewshell
units.cpp File Reference
#include <config.h>#include <kdebug.h>#include <kglobal.h>#include <klocale.h>#include <math.h>#include <qstringlist.h>#include "units.h"
Include dependency graph for units.cpp:

Go to the source code of this file.
Variables | |
| unitOfDistance | distanceUnitTable [] |
Variable Documentation
| unitOfDistance distanceUnitTable[] |
Initial value:
{
{1.0, "mm"},
{1.0, "millimeter"},
{10.0, "cm"},
{10.0, "centimeter"},
{100.0*10.0, "m"},
{100.0*10.0, "meter"},
{25.4, "in"},
{25.4, "inch"},
{2540.0/7227.0, "pt"},
{25.4/72.0, "bp"},
{25.4/6.0, "pc"},
{25.4/6.0, "pica"},
{25.4*0.0148, "dd"},
{25.4*0.0148, "didot"},
{25.4*0.178, "cc"},
{25.4*0.178, "cicero"},
{0.0, 0},
}
KDE 3.5 API Reference