kig
circle_type.cc File Reference
#include "circle_type.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 char | constructcirclethroughpointstat [] = I18N_NOOP( "Construct a circle through this point" ) |
| static const char | constructcirclewithcenterstat [] = I18N_NOOP( "Construct a circle with this center" ) |
| static const ArgsParser::spec | argsspecCircleBCP [] |
| static const ArgsParser::spec | argsspecCircleBTP [] |
| static const ArgsParser::spec | argsspecCircleBPR [] |
Variable Documentation
const ArgsParser::spec argsspecCircleBCP[] [static] |
Initial value:
{
{ PointImp::stype(), constructcirclewithcenterstat,
I18N_NOOP( "Select the center of the new circle..." ), false },
{ PointImp::stype(), constructcirclethroughpointstat,
I18N_NOOP( "Select a point for the new circle to go through..." ), true }
}
Definition at line 34 of file circle_type.cc.
const ArgsParser::spec argsspecCircleBPR[] [static] |
Initial value:
{
{ PointImp::stype(), constructcirclewithcenterstat,
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 }
}
Definition at line 189 of file circle_type.cc.
const ArgsParser::spec argsspecCircleBTP[] [static] |
Initial value:
{
{ PointImp::stype(), constructcirclethroughpointstat,
I18N_NOOP( "Select a point for the new circle to go through..." ), true },
{ PointImp::stype(), constructcirclethroughpointstat,
I18N_NOOP( "Select a point for the new circle to go through..." ), true },
{ PointImp::stype(), constructcirclethroughpointstat,
I18N_NOOP( "Select a point for the new circle to go through..." ), true }
}
Definition at line 70 of file circle_type.cc.
const char constructcirclethroughpointstat[] = I18N_NOOP( "Construct a circle through this point" ) [static] |
Definition at line 30 of file circle_type.cc.
const char constructcirclewithcenterstat[] = I18N_NOOP( "Construct a circle with this center" ) [static] |
Definition at line 32 of file circle_type.cc.
KDE 4.0 API Reference