• 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
Functions | Variables
point_type.cc File Reference
#include "point_type.h"
#include <math.h>
#include "special_imptypes.h"
#include "point_imp.h"
#include "curve_imp.h"
#include "line_imp.h"
#include "other_imp.h"
#include "bogus_imp.h"
#include "../modes/moving.h"
#include "../misc/coordinate_system.h"
#include "../misc/common.h"
#include "../misc/calcpaths.h"
#include "../misc/kiginputdialog.h"
#include "../kig/kig_part.h"
#include "../kig/kig_document.h"
#include "../kig/kig_view.h"
#include "../kig/kig_commands.h"
#include <klocale.h>
Include dependency graph for point_type.cc:

Go to the source code of this file.

Functions

static void redefinePoint (ObjectHolder *o, KigPart &d, KigWidget &w)
 

Variables

const ArgsParser::spec argsspecConstrainedPoint []
 
static const ArgsParser::spec argsspecConstrainedRelativePoint []
 
static const ArgsParser::spec argsspecFixedPoint []
 
static const ArgsParser::spec argsspecMeasureTransportOld []
 
static const ArgsParser::spec argsspecMidPoint []
 
static const ArgsParser::spec argsspecPointByCoords []
 
static const ArgsParser::spec argsspecProjectedPoint []
 
static const ArgsParser::spec argsspecRelativePoint []
 

Function Documentation

static void redefinePoint ( ObjectHolder *  o,
KigPart &  d,
KigWidget &  w 
)
static

Definition at line 383 of file point_type.cc.

Variable Documentation

const ArgsParser::spec argsspecConstrainedPoint[]
Initial value:
=
{
{ DoubleImp::stype(), "parameter", "SHOULD NOT BE SEEN", false },
{ CurveImp::stype(), "Constrain the point to this curve", "SHOULD NOT BE SEEN", true }
}
DoubleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the DoubleImp type.
Definition: bogus_imp.cc:270
CurveImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CurveImp type.
Definition: curve_imp.cc:27

Definition at line 141 of file point_type.cc.

const ArgsParser::spec argsspecConstrainedRelativePoint[]
static
Initial value:
=
{
{ DoubleImp::stype(), "relative-x", "SHOULD NOT BE SEEN", false },
{ DoubleImp::stype(), "relative-y", "SHOULD NOT BE SEEN", false },
{ DoubleImp::stype(), "parameter", "SHOULD NOT BE SEEN", false },
{ CurveImp::stype(), "curve", "SHOULD NOT BE SEEN", false }
}
DoubleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the DoubleImp type.
Definition: bogus_imp.cc:270
CurveImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CurveImp type.
Definition: curve_imp.cc:27

Definition at line 498 of file point_type.cc.

const ArgsParser::spec argsspecFixedPoint[]
static
Initial value:
=
{
{ DoubleImp::stype(), "x", "SHOULD NOT BE SEEN", false },
{ DoubleImp::stype(), "y", "SHOULD NOT BE SEEN", false }
}
DoubleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the DoubleImp type.
Definition: bogus_imp.cc:270

Definition at line 41 of file point_type.cc.

const ArgsParser::spec argsspecMeasureTransportOld[]
static
Initial value:
=
{
{ CircleImp::stype(), "Transport a measure on this circle",
I18N_NOOP( "Select the circle on which to transport a measure..." ), true },
{ PointImp::stype(), "Start transport from this point of the circle",
I18N_NOOP( "Select a point on the circle..." ), false },
{ SegmentImp::stype(), "Segment to transport",
I18N_NOOP( "Select the segment to transport on the circle..." ), false }
}
SegmentImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the SegmentImp type.
Definition: line_imp.cc:545
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 729 of file point_type.cc.

const ArgsParser::spec argsspecMidPoint[]
static
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Construct the midpoint of this point and another point" ),
I18N_NOOP( "Select the first of the two points of which you want to construct the midpoint..." ), false },
{ PointImp::stype(), I18N_NOOP( "Construct the midpoint of this point and another point" ),
I18N_NOOP( "Select the other of the two points of which you want 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 263 of file point_type.cc.

const ArgsParser::spec argsspecPointByCoords[]
static
Initial value:
=
{
{ &lengthimptypeinstance, "X coordinate given by this number/length",
I18N_NOOP( "Select a number/length as x coordinate of the point..." ), false },
{ &lengthimptypeinstance, "Y coordinate given by this number/length",
I18N_NOOP( "Select a number/length as y coordinate of the point..." ), false }
}
lengthimptypeinstance
LengthImpType lengthimptypeinstance

Definition at line 780 of file point_type.cc.

const ArgsParser::spec argsspecProjectedPoint[]
static
Initial value:
=
{
{ PointImp::stype(), "Point to project",
I18N_NOOP( "Select a point to project onto a line..." ), false },
{ AbstractLineImp::stype(), "Line where to project",
I18N_NOOP( "Line where the projected point will lie..." ), true }
}
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

Definition at line 810 of file point_type.cc.

const ArgsParser::spec argsspecRelativePoint[]
static
Initial value:
=
{
{ DoubleImp::stype(), "relative-x", "SHOULD NOT BE SEEN", false },
{ DoubleImp::stype(), "relative-y", "SHOULD NOT BE SEEN", false },
{ ObjectImp::stype(), "object", "SHOULD NOT BE SEEN", false }
}
DoubleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the DoubleImp type.
Definition: bogus_imp.cc:270
ObjectImp::stype
static const ObjectImpType * stype()
The ObjectImpType representing the base ObjectImp class.
Definition: object_imp.cc:284

Definition at line 68 of file point_type.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