kig
arc_type.cc File Reference
#include "arc_type.h"
#include "bogus_imp.h"
#include "other_imp.h"
#include "point_imp.h"
#include "conic_imp.h"
#include "line_imp.h"
#include "locus_imp.h"
#include "../misc/common.h"
#include "../misc/calcpaths.h"
#include "../misc/goniometry.h"
#include "../kig/kig_part.h"
#include "../kig/kig_view.h"
#include "../kig/kig_commands.h"
#include <functional>
#include <algorithm>
#include <cmath>
#include <math.h>
#include <qstringlist.h>
Include dependency graph for arc_type.cc:
Go to the source code of this file.
Variables | |
static const ArgsParser::spec | argsspecArcBCPA [] |
static const ArgsParser::spec | argsspecArcBTP [] |
static const ArgsParser::spec | argsspecConicArcB5P [] |
static const ArgsParser::spec | argsspecConicArcBCTP [] |
static const char | constructarcstartingstat [] = I18N_NOOP( "Construct an arc starting at this point" ) |
static const char | constructconicarcendingstat [] = I18N_NOOP( "Construct a conic arc ending at this point" ) |
static const char | constructconicarcstartingstat [] = I18N_NOOP( "Construct a conic arc starting at this point" ) |
static const char | constructconicarcthrustat [] = I18N_NOOP( "Construct a conic arc through this point" ) |
static const char | selectconicarcendingstat [] = I18N_NOOP( "Select the end point of the new conic arc..." ) |
static const char | selectconicarcstartingstat [] = I18N_NOOP( "Select the start point of the new conic arc..." ) |
static const char | selectconicarcthrustat [] = I18N_NOOP( "Select a point for the new conic arc to go through..." ) |
Variable Documentation
|
static |
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Construct an arc with this center" ),
I18N_NOOP( "Select the center of the new arc..." ), true },
I18N_NOOP( "Select the start point of the new arc..." ), true },
{ AngleImp::stype(), I18N_NOOP( "Construct an arc with this angle" ),
I18N_NOOP( "Select the angle of the new arc..." ), 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 AngleImp type.
Definition: other_imp.cc:597
Definition at line 163 of file arc_type.cc.
|
static |
Initial value:
=
{
I18N_NOOP( "Select the start point of the new arc..." ), true },
{ PointImp::stype(), I18N_NOOP( "Construct an arc through this point" ),
I18N_NOOP( "Select a point for the new arc to go through..." ), true },
{ PointImp::stype(), I18N_NOOP( "Construct an arc ending at this point" ),
I18N_NOOP( "Select the end point of the new arc..." ), true }
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
Definition at line 49 of file arc_type.cc.
|
static |
Initial value:
=
{
selectconicarcstartingstat, true },
selectconicarcthrustat, true },
selectconicarcthrustat, true },
selectconicarcthrustat, true },
selectconicarcendingstat, true }
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const char constructconicarcendingstat[]
Definition: arc_type.cc:229
static const char constructconicarcstartingstat[]
Definition: arc_type.cc:225
Definition at line 339 of file arc_type.cc.
|
static |
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Construct an conic arc with this center" ),
I18N_NOOP( "Select the center of the new conic arc..." ), false },
selectconicarcstartingstat, true },
selectconicarcthrustat, true },
selectconicarcendingstat, true }
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const char constructconicarcendingstat[]
Definition: arc_type.cc:229
static const char constructconicarcstartingstat[]
Definition: arc_type.cc:225
Definition at line 232 of file arc_type.cc.
|
static |
Definition at line 47 of file arc_type.cc.
|
static |
Definition at line 229 of file arc_type.cc.
|
static |
Definition at line 225 of file arc_type.cc.
|
static |
Definition at line 227 of file arc_type.cc.
|
static |
Definition at line 230 of file arc_type.cc.
|
static |
Definition at line 226 of file arc_type.cc.
|
static |
Definition at line 228 of file arc_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.