kig
#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 |
Definition at line 383 of file point_type.cc.
Variable Documentation
const ArgsParser::spec argsspecConstrainedPoint[] |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the DoubleImp type.
Definition: bogus_imp.cc:270
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.
|
static |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the DoubleImp type.
Definition: bogus_imp.cc:270
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.
|
static |
Initial value:
=
{
}
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.
|
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 }
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the SegmentImp type.
Definition: line_imp.cc:545
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 729 of file point_type.cc.
|
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 }
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
Definition at line 263 of file point_type.cc.
|
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 }
}
LengthImpType lengthimptypeinstance
Definition at line 780 of file point_type.cc.
|
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 }
}
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 810 of file point_type.cc.
|
static |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the DoubleImp type.
Definition: bogus_imp.cc:270
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-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.