kig
centerofcurvature_type.cc File Reference
#include "centerofcurvature_type.h"
#include "bogus_imp.h"
#include "conic_imp.h"
#include "cubic_imp.h"
#include "point_imp.h"
#include "../misc/common.h"
#include "../misc/conic-common.h"
#include "../kig/kig_part.h"
#include "../kig/kig_view.h"
Include dependency graph for centerofcurvature_type.cc:

Go to the source code of this file.
Variables | |
| static const char | constructcenterofcurvaturepoint [] = "SHOULDNOTBESEEN" |
| static const char | selectcoc1 [] = I18N_NOOP( "Select the curve..." ) |
| static const char | selectcoc2 [] = I18N_NOOP( "Select a point on the curve..." ) |
| static const ArgsParser::spec | argsspecCocConic [] |
| static const ArgsParser::spec | argsspecCocCubic [] |
| static const ArgsParser::spec | argsspecCocCurve [] |
Variable Documentation
const ArgsParser::spec argsspecCocConic[] [static] |
Initial value:
{
{ ConicImp::stype(), "SHOULDNOTBESEEN", selectcoc1, false },
{ PointImp::stype(), constructcenterofcurvaturepoint, selectcoc2, false }
}
Definition at line 38 of file centerofcurvature_type.cc.
const ArgsParser::spec argsspecCocCubic[] [static] |
Initial value:
{
{ CubicImp::stype(), "SHOULDNOTBESEEN", selectcoc1, false },
{ PointImp::stype(), constructcenterofcurvaturepoint, selectcoc2, false }
}
Definition at line 124 of file centerofcurvature_type.cc.
const ArgsParser::spec argsspecCocCurve[] [static] |
Initial value:
{
{ CurveImp::stype(), "SHOULDNOTBESEEN", selectcoc1, false },
{ PointImp::stype(), constructcenterofcurvaturepoint, selectcoc2, false }
}
Definition at line 206 of file centerofcurvature_type.cc.
const char constructcenterofcurvaturepoint[] = "SHOULDNOTBESEEN" [static] |
Definition at line 33 of file centerofcurvature_type.cc.
const char selectcoc1[] = I18N_NOOP( "Select the curve..." ) [static] |
Definition at line 35 of file centerofcurvature_type.cc.
const char selectcoc2[] = I18N_NOOP( "Select a point on the curve..." ) [static] |
Definition at line 36 of file centerofcurvature_type.cc.
KDE 4.0 API Reference