kig
angle_type.cc File Reference
#include "angle_type.h"
#include "bogus_imp.h"
#include "other_imp.h"
#include "point_imp.h"
#include "../misc/calcpaths.h"
#include "../misc/common.h"
#include "../misc/goniometry.h"
#include "../misc/kiginputdialog.h"
#include "../kig/kig_commands.h"
#include "../kig/kig_part.h"
#include "../kig/kig_view.h"
#include <functional>
#include <algorithm>
#include <cmath>
#include <qstringlist.h>
Include dependency graph for angle_type.cc:

Go to the source code of this file.
Variables | |
| static const char * | constructanglethroughpoint |
| static const ArgsParser::spec | argsspecAngle [] |
Variable Documentation
const ArgsParser::spec argsspecAngle[] [static] |
Initial value:
{
{ PointImp::stype(), constructanglethroughpoint,
I18N_NOOP( "Select a point that the first half-line of the angle should go through..." ), true },
{ PointImp::stype(), I18N_NOOP( "Construct an angle at this point" ),
I18N_NOOP( "Select the point to construct the angle in..." ), true },
{ PointImp::stype(), constructanglethroughpoint,
I18N_NOOP( "Select a point that the second half-line of the angle should go through..." ), true }
}
Definition at line 41 of file angle_type.cc.
const char* constructanglethroughpoint [static] |
Initial value:
I18N_NOOP( "Construct an angle through this point" )
Definition at line 38 of file angle_type.cc.
KDE 4.0 API Reference