kig
circle_type.cc File Reference
#include "circle_type.h"
#include <math.h>
#include "circle_imp.h"
#include "bogus_imp.h"
#include "line_imp.h"
#include "point_imp.h"
#include "special_imptypes.h"
#include "../misc/common.h"
#include <klocale.h>
Include dependency graph for circle_type.cc:
Go to the source code of this file.
Variables | |
static const ArgsParser::spec | argsspecCircleBCP [] |
static const ArgsParser::spec | argsspecCircleBPR [] |
static const ArgsParser::spec | argsspecCircleBTP [] |
static const char | constructcirclethroughpointstat [] = I18N_NOOP( "Construct a circle through this point" ) |
static const char | constructcirclewithcenterstat [] = I18N_NOOP( "Construct a circle with this center" ) |
Variable Documentation
|
static |
Initial value:
=
{
I18N_NOOP( "Select the center of the new circle..." ), false },
I18N_NOOP( "Select a point for the new circle to go through..." ), true }
}
static const char constructcirclethroughpointstat[]
Definition: circle_type.cc:32
static const char constructcirclewithcenterstat[]
Definition: circle_type.cc:34
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
Definition at line 36 of file circle_type.cc.
|
static |
Initial value:
=
{
I18N_NOOP( "Select the center of the new circle..." ), false },
{ &lengthimptypeinstance, I18N_NOOP( "With this radius" ),
I18N_NOOP( "Select the length of the radius..." ), false }
}
LengthImpType lengthimptypeinstance
static const char constructcirclewithcenterstat[]
Definition: circle_type.cc:34
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
Definition at line 191 of file circle_type.cc.
|
static |
Initial value:
=
{
I18N_NOOP( "Select a point for the new circle to go through..." ), true },
I18N_NOOP( "Select a point for the new circle to go through..." ), true },
I18N_NOOP( "Select a point for the new circle to go through..." ), true }
}
static const char constructcirclethroughpointstat[]
Definition: circle_type.cc:32
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
Definition at line 72 of file circle_type.cc.
|
static |
Definition at line 32 of file circle_type.cc.
|
static |
Definition at line 34 of file circle_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.