• 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
  • misc
Functions | Variables
special_constructors.cc File Reference
#include "special_constructors.h"
#include <math.h>
#include "calcpaths.h"
#include "common.h"
#include "conic-common.h"
#include "guiaction.h"
#include "kigpainter.h"
#include "../kig/kig_part.h"
#include "../kig/kig_document.h"
#include "../modes/construct_mode.h"
#include "../objects/special_imptypes.h"
#include "../objects/bogus_imp.h"
#include "../objects/centerofcurvature_type.h"
#include "../objects/circle_imp.h"
#include "../objects/conic_imp.h"
#include "../objects/conic_types.h"
#include "../objects/cubic_imp.h"
#include "../objects/intersection_types.h"
#include "../objects/inversion_type.h"
#include "../objects/line_imp.h"
#include "../objects/line_type.h"
#include "../objects/locus_imp.h"
#include "../objects/object_calcer.h"
#include "../objects/object_drawer.h"
#include "../objects/object_factory.h"
#include "../objects/object_holder.h"
#include "../objects/object_imp.h"
#include "../objects/object_type.h"
#include "../objects/other_imp.h"
#include "../objects/other_type.h"
#include "../objects/point_imp.h"
#include "../objects/point_type.h"
#include "../objects/polygon_imp.h"
#include "../objects/polygon_type.h"
#include "../objects/bezier_imp.h"
#include "../objects/bezier_type.h"
#include "../objects/tangent_type.h"
#include "../objects/text_imp.h"
#include "../objects/transform_types.h"
#include <qpen.h>
#include <klocale.h>
#include <algorithm>
#include <functional>
#include <iterator>
Include dependency graph for special_constructors.cc:

Go to the source code of this file.

Functions

bool coincidentPoints (const ObjectImp *p1, const ObjectImp *p2)
 
bool relativePrimes (int n, int p)
 
std::vector< ObjectCalcer * > removeDuplicatedPoints (std::vector< ObjectCalcer * > points)
 

Variables

static const struct
ArgsParser::spec 
argsspeccbli []
 
static const struct
ArgsParser::spec 
argsspeccci []
 
static const struct
ArgsParser::spec 
argsspeccli []
 
static const ArgsParser::spec argsspecMidPointOfTwoPoints []
 
static const struct
ArgsParser::spec 
argsspecpp []
 
static const struct
ArgsParser::spec 
argsspecps []
 
static const struct
ArgsParser::spec 
argsspecpv []
 
static const ArgsParser::spec argsspectc []
 

Function Documentation

bool coincidentPoints ( const ObjectImp *  p1,
const ObjectImp *  p2 
)

Definition at line 132 of file special_constructors.cc.

bool relativePrimes ( int  n,
int  p 
)

Definition at line 2304 of file special_constructors.cc.

std::vector<ObjectCalcer*> removeDuplicatedPoints ( std::vector< ObjectCalcer * >  points)

Definition at line 115 of file special_constructors.cc.

Variable Documentation

const struct ArgsParser::spec argsspeccbli[]
static
Initial value:
=
{
{ CubicImp::stype(), I18N_NOOP( "Intersect with this cubic" ),
"SHOULD NOT BE SEEN", true },
{ AbstractLineImp::stype(), I18N_NOOP( "Intersect with this line" ),
"SHOULD NOT BE SEEN", true }
}
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 1896 of file special_constructors.cc.

const struct ArgsParser::spec argsspeccci[]
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 }
}
CircleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342

Definition at line 1905 of file special_constructors.cc.

const struct ArgsParser::spec argsspeccli[]
static
Initial value:
=
{
{ ConicImp::stype(), I18N_NOOP( "Intersect with this conic" ),
"SHOULD NOT BE SEEN", true },
{ AbstractLineImp::stype(), I18N_NOOP( "Intersect with this line" ),
"SHOULD NOT BE SEEN", true }
}
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 1887 of file special_constructors.cc.

const ArgsParser::spec argsspecMidPointOfTwoPoints[]
static
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Construct Midpoint of This Point and Another One" ),
I18N_NOOP( "Select the first of the points of which you want to construct the midpoint..." ), false },
{ PointImp::stype(), I18N_NOOP( "Construct the midpoint of this point and another one" ),
I18N_NOOP( "Select the other of the points of which to construct the midpoint..." ), false }
}
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159

Definition at line 2062 of file special_constructors.cc.

const struct ArgsParser::spec argsspecpp[]
static
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Moving Point" ),
I18N_NOOP( "Select the moving point, which will be moved around while drawing the locus..." ), false },
{ PointImp::stype(), I18N_NOOP( "Following Point" ),
I18N_NOOP( "Select the following point, whose locations the locus will be drawn through..." ), true }
}
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159

Definition at line 382 of file special_constructors.cc.

const struct ArgsParser::spec argsspecps[]
static
Initial value:
=
{
{ FilledPolygonImp::stype(), I18N_NOOP( "Polygon" ),
I18N_NOOP( "Construct the sides of this polygon..." ), false }
}
FilledPolygonImp::stype
static const ObjectImpType * stype()
Definition: polygon_imp.cc:660

Definition at line 821 of file special_constructors.cc.

const struct ArgsParser::spec argsspecpv[]
static
Initial value:
=
{
{ FilledPolygonImp::stype(), I18N_NOOP( "Polygon" ),
I18N_NOOP( "Construct the vertices of this polygon..." ), true }
}
FilledPolygonImp::stype
static const ObjectImpType * stype()
Definition: polygon_imp.cc:660

Definition at line 754 of file special_constructors.cc.

const ArgsParser::spec argsspectc[]
static
Initial value:
= {
{ ConicImp::stype(), "SHOULD NOT BE SEEN", "SHOULD NOT BE SEEN", true },
{ ConicImp::stype(), "SHOULD NOT BE SEEN", "SHOULD NOT BE SEEN", true }
}
ConicImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ConicImp type.
Definition: conic_imp.cc:380

Definition at line 1437 of file special_constructors.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