• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kig

  • sources
  • kde-4.12
  • kdeedu
  • kig
  • objects
Variables
arc_type.cc File Reference
#include "arc_type.h"
#include "bogus_imp.h"
#include "other_imp.h"
#include "point_imp.h"
#include "conic_imp.h"
#include "line_imp.h"
#include "locus_imp.h"
#include "../misc/common.h"
#include "../misc/calcpaths.h"
#include "../misc/goniometry.h"
#include "../kig/kig_part.h"
#include "../kig/kig_view.h"
#include "../kig/kig_commands.h"
#include <functional>
#include <algorithm>
#include <cmath>
#include <math.h>
#include <qstringlist.h>
Include dependency graph for arc_type.cc:

Go to the source code of this file.

Variables

static const ArgsParser::spec argsspecArcBCPA []
 
static const ArgsParser::spec argsspecArcBTP []
 
static const ArgsParser::spec argsspecConicArcB5P []
 
static const ArgsParser::spec argsspecConicArcBCTP []
 
static const char constructarcstartingstat [] = I18N_NOOP( "Construct an arc starting at this point" )
 
static const char constructconicarcendingstat [] = I18N_NOOP( "Construct a conic arc ending at this point" )
 
static const char constructconicarcstartingstat [] = I18N_NOOP( "Construct a conic arc starting at this point" )
 
static const char constructconicarcthrustat [] = I18N_NOOP( "Construct a conic arc through this point" )
 
static const char selectconicarcendingstat [] = I18N_NOOP( "Select the end point of the new conic arc..." )
 
static const char selectconicarcstartingstat [] = I18N_NOOP( "Select the start point of the new conic arc..." )
 
static const char selectconicarcthrustat [] = I18N_NOOP( "Select a point for the new conic arc to go through..." )
 

Variable Documentation

const ArgsParser::spec argsspecArcBCPA[]
static
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Construct an arc with this center" ),
I18N_NOOP( "Select the center of the new arc..." ), true },
{ PointImp::stype(), constructarcstartingstat,
I18N_NOOP( "Select the start point of the new arc..." ), true },
{ AngleImp::stype(), I18N_NOOP( "Construct an arc with this angle" ),
I18N_NOOP( "Select the angle of the new arc..." ), true }
}
constructarcstartingstat
static const char constructarcstartingstat[]
Definition: arc_type.cc:47
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
AngleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AngleImp type.
Definition: other_imp.cc:597

Definition at line 163 of file arc_type.cc.

const ArgsParser::spec argsspecArcBTP[]
static
Initial value:
=
{
{ PointImp::stype(), constructarcstartingstat,
I18N_NOOP( "Select the start point of the new arc..." ), true },
{ PointImp::stype(), I18N_NOOP( "Construct an arc through this point" ),
I18N_NOOP( "Select a point for the new arc to go through..." ), true },
{ PointImp::stype(), I18N_NOOP( "Construct an arc ending at this point" ),
I18N_NOOP( "Select the end point of the new arc..." ), true }
}
constructarcstartingstat
static const char constructarcstartingstat[]
Definition: arc_type.cc:47
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159

Definition at line 49 of file arc_type.cc.

const ArgsParser::spec argsspecConicArcB5P[]
static
Initial value:
=
{
{ PointImp::stype(), constructconicarcstartingstat,
selectconicarcstartingstat, true },
{ PointImp::stype(), constructconicarcthrustat,
selectconicarcthrustat, true },
{ PointImp::stype(), constructconicarcthrustat,
selectconicarcthrustat, true },
{ PointImp::stype(), constructconicarcthrustat,
selectconicarcthrustat, true },
{ PointImp::stype(), constructconicarcendingstat,
selectconicarcendingstat, true }
}
selectconicarcstartingstat
static const char selectconicarcstartingstat[]
Definition: arc_type.cc:226
selectconicarcthrustat
static const char selectconicarcthrustat[]
Definition: arc_type.cc:228
constructconicarcthrustat
static const char constructconicarcthrustat[]
Definition: arc_type.cc:227
selectconicarcendingstat
static const char selectconicarcendingstat[]
Definition: arc_type.cc:230
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
constructconicarcendingstat
static const char constructconicarcendingstat[]
Definition: arc_type.cc:229
constructconicarcstartingstat
static const char constructconicarcstartingstat[]
Definition: arc_type.cc:225

Definition at line 339 of file arc_type.cc.

const ArgsParser::spec argsspecConicArcBCTP[]
static
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Construct an conic arc with this center" ),
I18N_NOOP( "Select the center of the new conic arc..." ), false },
{ PointImp::stype(), constructconicarcstartingstat,
selectconicarcstartingstat, true },
{ PointImp::stype(), constructconicarcthrustat,
selectconicarcthrustat, true },
{ PointImp::stype(), constructconicarcendingstat,
selectconicarcendingstat, true }
}
selectconicarcstartingstat
static const char selectconicarcstartingstat[]
Definition: arc_type.cc:226
selectconicarcthrustat
static const char selectconicarcthrustat[]
Definition: arc_type.cc:228
constructconicarcthrustat
static const char constructconicarcthrustat[]
Definition: arc_type.cc:227
selectconicarcendingstat
static const char selectconicarcendingstat[]
Definition: arc_type.cc:230
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
constructconicarcendingstat
static const char constructconicarcendingstat[]
Definition: arc_type.cc:229
constructconicarcstartingstat
static const char constructconicarcstartingstat[]
Definition: arc_type.cc:225

Definition at line 232 of file arc_type.cc.

const char constructarcstartingstat[] = I18N_NOOP( "Construct an arc starting at this point" )
static

Definition at line 47 of file arc_type.cc.

const char constructconicarcendingstat[] = I18N_NOOP( "Construct a conic arc ending at this point" )
static

Definition at line 229 of file arc_type.cc.

const char constructconicarcstartingstat[] = I18N_NOOP( "Construct a conic arc starting at this point" )
static

Definition at line 225 of file arc_type.cc.

const char constructconicarcthrustat[] = I18N_NOOP( "Construct a conic arc through this point" )
static

Definition at line 227 of file arc_type.cc.

const char selectconicarcendingstat[] = I18N_NOOP( "Select the end point of the new conic arc..." )
static

Definition at line 230 of file arc_type.cc.

const char selectconicarcstartingstat[] = I18N_NOOP( "Select the start point of the new conic arc..." )
static

Definition at line 226 of file arc_type.cc.

const char selectconicarcthrustat[] = I18N_NOOP( "Select a point for the new conic arc to go through..." )
static

Definition at line 228 of file arc_type.cc.

This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kig

Skip menu "kig"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal