• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kig

  • sources
  • kde-4.12
  • kdeedu
  • kig
  • objects
Variables
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

const ArgsParser::spec argsspecArcLineIntersection[]
static
Initial value:
=
{
{ ArcImp::stype(), I18N_NOOP( "Intersect with this arc" ),
"SHOULD NOT BE SEEN", true },
{ AbstractLineImp::stype(), intersectlinestat, "SHOULD NOT BE SEEN", true },
{ IntImp::stype(), "param", "SHOULD NOT BE SEEN", false }
}
IntImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
intersectlinestat
static const char intersectlinestat[]
Definition: intersection_types.cc:32
ArcImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ArcImp type.
Definition: other_imp.cc:629
AbstractLineImp::stype
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.

const ArgsParser::spec argsspecCircleCircleIntersection[]
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 },
{ IntImp::stype(), "param", "SHOULD NOT BE SEEN", false }
}
IntImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
CircleImp::stype
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.

const ArgsParser::spec argsspecCircleCircleOtherIntersection[]
static
Initial value:
=
{
{ CircleImp::stype(), "SHOULD NOT BE SEEN", "SHOULD NOT BE SEEN", true },
{ CircleImp::stype(), "SHOULD NOT BE SEEN", "SHOULD NOT BE SEEN", true },
{ PointImp::stype(), "SHOULD NOT BE SEEN", "SHOULD NOT BE SEEN", false }
}
CircleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159

Definition at line 304 of file intersection_types.cc.

const ArgsParser::spec argsspecConicLineIntersection[]
static
Initial value:
=
{
{ ConicImp::stype(), I18N_NOOP( "Intersect with this conic" ),
"SHOULD NOT BE SEEN", true },
{ AbstractLineImp::stype(), intersectlinestat, "SHOULD NOT BE SEEN", true },
{ IntImp::stype(), "param", "SHOULD NOT BE SEEN", false }
}
IntImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
intersectlinestat
static const char intersectlinestat[]
Definition: intersection_types.cc:32
ConicImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ConicImp type.
Definition: conic_imp.cc:380
AbstractLineImp::stype
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.

const ArgsParser::spec argsspecConicLineOtherIntersection[]
static
Initial value:
=
{
{ ConicImp::stype(), "SHOULD NOT BE SEEN", "SHOULD NOT BE SEEN", true },
{ AbstractLineImp::stype(), "SHOULD NOT BE SEEN", "SHOULD NOT BE SEEN", true },
{ PointImp::stype(), "SHOULD NOT BE SEEN", "SHOULD NOT BE SEEN", false }
}
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
ConicImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ConicImp type.
Definition: conic_imp.cc:380
AbstractLineImp::stype
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.

const ArgsParser::spec argsspecCubicLineOtherIntersection[]
static
Initial value:
=
{
{ CubicImp::stype(), I18N_NOOP( "Intersect with this cubic"), "SHOULD NOT BE SEEN", true },
{ AbstractLineImp::stype(), intersectlinestat , "SHOULD NOT BE SEEN", true },
{ 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 }
}
intersectlinestat
static const char intersectlinestat[]
Definition: intersection_types.cc:32
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
AbstractLineImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
CubicImp::stype
static const ObjectImpType * stype()
Definition: cubic_imp.cc:352

Definition at line 153 of file intersection_types.cc.

const ArgsParser::spec argsspecCubicLineTwoIntersection[]
static
Initial value:
=
{
{ CubicImp::stype(), I18N_NOOP( "Intersect with this cubic"), "SHOULD NOT BE SEEN", true },
{ AbstractLineImp::stype(), intersectlinestat , "SHOULD NOT BE SEEN", true },
{ PointImp::stype(), I18N_NOOP( "Already computed intersection point"), "Already computed intersection point", true },
{ IntImp::stype(), "param", "SHOULD NOT BE SEEN", false }
}
IntImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
intersectlinestat
static const char intersectlinestat[]
Definition: intersection_types.cc:32
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
AbstractLineImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
CubicImp::stype
static const ObjectImpType * stype()
Definition: cubic_imp.cc:352

Definition at line 221 of file intersection_types.cc.

const ArgsParser::spec argsspecLineCubicIntersection[]
static
Initial value:
=
{
{ CubicImp::stype(), I18N_NOOP( "Intersect with this cubic curve" ),
"SHOULD NOT BE SEEN", true },
{ AbstractLineImp::stype(), intersectlinestat, "SHOULD NOT BE SEEN", true },
{ IntImp::stype(), "param", "SHOULD NOT BE SEEN", false }
}
IntImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the IntImp type.
Definition: bogus_imp.cc:278
intersectlinestat
static const char intersectlinestat[]
Definition: intersection_types.cc:32
AbstractLineImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520
CubicImp::stype
static const ObjectImpType * stype()
Definition: cubic_imp.cc:352

Definition at line 394 of file intersection_types.cc.

const ArgsParser::spec argsspecLineLineIntersection[]
static
Initial value:
=
{
{ AbstractLineImp::stype(), intersectlinestat, "SHOULD NOT BE SEEN", true },
{ AbstractLineImp::stype(), intersectlinestat, "SHOULD NOT BE SEEN", true }
}
intersectlinestat
static const char intersectlinestat[]
Definition: intersection_types.cc:32
AbstractLineImp::stype
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.

const char intersectlinestat[] = I18N_NOOP( "Intersect with this line" )
static

Definition at line 32 of file intersection_types.cc.

This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kig

Skip menu "kig"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal