kig
intersection_types.cc File Reference
#include "intersection_types.h"
#include <math.h>
#include "bogus_imp.h"
#include "circle_imp.h"
#include "conic_imp.h"
#include "cubic_imp.h"
#include "line_imp.h"
#include "other_imp.h"
#include "point_imp.h"
#include <klocale.h>
Include dependency graph for intersection_types.cc:
Go to the source code of this file.
Variables | |
static const ArgsParser::spec | argsspecArcLineIntersection [] |
static const ArgsParser::spec | argsspecCircleCircleIntersection [] |
static const ArgsParser::spec | argsspecCircleCircleOtherIntersection [] |
static const ArgsParser::spec | argsspecConicLineIntersection [] |
static const ArgsParser::spec | argsspecConicLineOtherIntersection [] |
static const ArgsParser::spec | argsspecCubicLineOtherIntersection [] |
static const ArgsParser::spec | argsspecCubicLineTwoIntersection [] |
static const ArgsParser::spec | argsspecLineCubicIntersection [] |
static const ArgsParser::spec | argsspecLineLineIntersection [] |
static const char | intersectlinestat [] = I18N_NOOP( "Intersect with this line" ) |
Variable Documentation
|
static |
Initial value:
=
{
{ ArcImp::stype(), I18N_NOOP( "Intersect with this arc" ),
"SHOULD NOT BE SEEN", true },
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ArcImp type.
Definition: other_imp.cc:629
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
Definition at line 521 of file intersection_types.cc.
|
static |
Initial value:
=
{
{ CircleImp::stype(), I18N_NOOP( "Intersect with this circle" ),
"SHOULD NOT BE SEEN", true },
{ CircleImp::stype(), I18N_NOOP( "Intersect with this circle" ),
"SHOULD NOT BE SEEN", true },
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
Definition at line 469 of file intersection_types.cc.
|
static |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
Definition at line 304 of file intersection_types.cc.
|
static |
Initial value:
=
{
{ ConicImp::stype(), I18N_NOOP( "Intersect with this conic" ),
"SHOULD NOT BE SEEN", true },
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ConicImp type.
Definition: conic_imp.cc:380
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
Definition at line 34 of file intersection_types.cc.
|
static |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ConicImp type.
Definition: conic_imp.cc:380
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
Definition at line 99 of file intersection_types.cc.
|
static |
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Already computed intersection point"), "SHOULD NOT BE SEEN", true },
{ PointImp::stype(), I18N_NOOP( "Already computed intersection point"), "SHOULD NOT BE SEEN", true }
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
Definition at line 153 of file intersection_types.cc.
|
static |
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Already computed intersection point"), "Already computed intersection point", true },
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
Definition at line 221 of file intersection_types.cc.
|
static |
Initial value:
=
{
{ CubicImp::stype(), I18N_NOOP( "Intersect with this cubic curve" ),
"SHOULD NOT BE SEEN", true },
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
Definition at line 394 of file intersection_types.cc.
|
static |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
Definition at line 356 of file intersection_types.cc.
|
static |
Definition at line 32 of file intersection_types.cc.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.