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 <math.h>
#include <qstringlist.h>
Include dependency graph for angle_type.cc:
Go to the source code of this file.
Variables | |
static const ArgsParser::spec | argsspecAngle [] |
static const char * | constructanglethroughpoint |
Variable Documentation
|
static |
Initial value:
=
{
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 },
I18N_NOOP( "Select a point that the second half-line of the angle should go through..." ), true }
}
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
static const char * constructanglethroughpoint
Definition: angle_type.cc:39
Definition at line 42 of file angle_type.cc.
|
static |
Initial value:
=
I18N_NOOP( "Construct an angle through this point" )
Definition at line 39 of file angle_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.