kig
inversion_type.cc File Reference
#include "inversion_type.h"
#include <math.h>
#include "object_imp.h"
#include "point_imp.h"
#include "line_imp.h"
#include "circle_imp.h"
#include "other_imp.h"
#include "bogus_imp.h"
#include "special_imptypes.h"
#include "../misc/common.h"
#include <klocale.h>
Include dependency graph for inversion_type.cc:
Go to the source code of this file.
Variables | |
static const ArgsParser::spec | argsspecCircularInversion [] |
static const ArgsParser::spec | argsspecInvertArc [] |
static const ArgsParser::spec | argsspecInvertCircle [] |
static const ArgsParser::spec | argsspecInvertLine [] |
static const ArgsParser::spec | argsspecInvertPoint [] |
static const ArgsParser::spec | argsspecInvertSegment [] |
static const char | str1 [] = I18N_NOOP( "Invert with respect to this circle" ) |
static const char | str2 [] = I18N_NOOP( "Select the circle we want to invert against..." ) |
Variable Documentation
|
static |
Initial value:
=
{
I18N_NOOP( "Compute the inversion of this object" ),
I18N_NOOP( "Select the object to invert..." ), false },
}
InvertibleImpType invertibleimptypeinstance
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
Definition at line 37 of file inversion_type.cc.
|
static |
Initial value:
=
{
{ ArcImp::stype(), I18N_NOOP( "Compute the inversion of this arc" ),
I18N_NOOP( "Select the arc to invert..." ), false },
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ArcImp type.
Definition: other_imp.cc:629
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
Definition at line 560 of file inversion_type.cc.
|
static |
Initial value:
=
{
{ CircleImp::stype(), I18N_NOOP( "Compute the inversion of this circle" ),
I18N_NOOP( "Select the circle to invert..." ), false },
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
Definition at line 495 of file inversion_type.cc.
|
static |
Initial value:
=
{
{ LineImp::stype(), I18N_NOOP( "Compute the inversion of this line" ),
I18N_NOOP( "Select the line to invert..." ), false },
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing the LineImp type.
Definition: line_imp.cc:528
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
Definition at line 351 of file inversion_type.cc.
|
static |
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Compute the inversion of this point" ),
I18N_NOOP( "Select the point to invert..." ), false },
}
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 290 of file inversion_type.cc.
|
static |
Initial value:
=
{
{ SegmentImp::stype(), I18N_NOOP( "Compute the inversion of this segment" ),
I18N_NOOP( "Select the segment to invert..." ), 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
Definition at line 404 of file inversion_type.cc.
|
static |
Definition at line 34 of file inversion_type.cc.
|
static |
Definition at line 35 of file inversion_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.