kig
tangent_type.cc File Reference
#include "tangent_type.h"
#include "bogus_imp.h"
#include "conic_imp.h"
#include "cubic_imp.h"
#include "curve_imp.h"
#include "other_imp.h"
#include "point_imp.h"
#include "line_imp.h"
#include "../misc/common.h"
#include "../misc/conic-common.h"
#include "../kig/kig_part.h"
#include "../kig/kig_view.h"
Include dependency graph for tangent_type.cc:
Go to the source code of this file.
Variables | |
static const ArgsParser::spec | argsspecTangentArc [] |
static const ArgsParser::spec | argsspecTangentConic [] |
static const ArgsParser::spec | argsspecTangentCubic [] |
static const ArgsParser::spec | argsspecTangentCurve [] |
static const char | constructlinetangentpoint [] = "SHOULDNOTBESEEN" |
static const char | selecttangent1 [] |
static const char | selecttangent2 [] |
Variable Documentation
|
static |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ArcImp type.
Definition: other_imp.cc:629
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const char constructlinetangentpoint[]
Definition: tangent_type.cc:34
Definition at line 90 of file tangent_type.cc.
|
static |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ConicImp type.
Definition: conic_imp.cc:380
static const char constructlinetangentpoint[]
Definition: tangent_type.cc:34
Definition at line 40 of file tangent_type.cc.
|
static |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const char constructlinetangentpoint[]
Definition: tangent_type.cc:34
Definition at line 145 of file tangent_type.cc.
|
static |
Initial value:
=
{
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CurveImp type.
Definition: curve_imp.cc:27
static const char constructlinetangentpoint[]
Definition: tangent_type.cc:34
Definition at line 216 of file tangent_type.cc.
|
static |
Definition at line 34 of file tangent_type.cc.
|
static |
Initial value:
=
I18N_NOOP( "Select the curve..." )
Definition at line 35 of file tangent_type.cc.
|
static |
Initial value:
=
I18N_NOOP( "Select the point for the tangent to go through..." )
Definition at line 37 of file tangent_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:06 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:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.