• 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
inversion_type.cc File Reference
#include "inversion_type.h"
#include <math.h>
#include "object_imp.h"
#include "point_imp.h"
#include "line_imp.h"
#include "circle_imp.h"
#include "other_imp.h"
#include "bogus_imp.h"
#include "special_imptypes.h"
#include "../misc/common.h"
#include <klocale.h>
Include dependency graph for inversion_type.cc:

Go to the source code of this file.

Variables

static const ArgsParser::spec argsspecCircularInversion []
 
static const ArgsParser::spec argsspecInvertArc []
 
static const ArgsParser::spec argsspecInvertCircle []
 
static const ArgsParser::spec argsspecInvertLine []
 
static const ArgsParser::spec argsspecInvertPoint []
 
static const ArgsParser::spec argsspecInvertSegment []
 
static const char str1 [] = I18N_NOOP( "Invert with respect to this circle" )
 
static const char str2 [] = I18N_NOOP( "Select the circle we want to invert against..." )
 

Variable Documentation

const ArgsParser::spec argsspecCircularInversion[]
static
Initial value:
=
{
{ &invertibleimptypeinstance,
I18N_NOOP( "Compute the inversion of this object" ),
I18N_NOOP( "Select the object to invert..." ), false },
{ CircleImp::stype(), str1, str2, false }
}
invertibleimptypeinstance
InvertibleImpType invertibleimptypeinstance
CircleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
str1
static const char str1[]
Definition: inversion_type.cc:34
str2
static const char str2[]
Definition: inversion_type.cc:35

Definition at line 37 of file inversion_type.cc.

const ArgsParser::spec argsspecInvertArc[]
static
Initial value:
=
{
{ ArcImp::stype(), I18N_NOOP( "Compute the inversion of this arc" ),
I18N_NOOP( "Select the arc to invert..." ), false },
{ CircleImp::stype(), str1, str2, false }
}
ArcImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the ArcImp type.
Definition: other_imp.cc:629
CircleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
str1
static const char str1[]
Definition: inversion_type.cc:34
str2
static const char str2[]
Definition: inversion_type.cc:35

Definition at line 560 of file inversion_type.cc.

const ArgsParser::spec argsspecInvertCircle[]
static
Initial value:
=
{
{ CircleImp::stype(), I18N_NOOP( "Compute the inversion of this circle" ),
I18N_NOOP( "Select the circle to invert..." ), false },
{ CircleImp::stype(), str1, str2, false }
}
CircleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
str1
static const char str1[]
Definition: inversion_type.cc:34
str2
static const char str2[]
Definition: inversion_type.cc:35

Definition at line 495 of file inversion_type.cc.

const ArgsParser::spec argsspecInvertLine[]
static
Initial value:
=
{
{ LineImp::stype(), I18N_NOOP( "Compute the inversion of this line" ),
I18N_NOOP( "Select the line to invert..." ), false },
{ CircleImp::stype(), str1, str2, false }
}
LineImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the LineImp type.
Definition: line_imp.cc:528
CircleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
str1
static const char str1[]
Definition: inversion_type.cc:34
str2
static const char str2[]
Definition: inversion_type.cc:35

Definition at line 351 of file inversion_type.cc.

const ArgsParser::spec argsspecInvertPoint[]
static
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Compute the inversion of this point" ),
I18N_NOOP( "Select the point to invert..." ), false },
{ CircleImp::stype(), str1, str2, false }
}
CircleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
str1
static const char str1[]
Definition: inversion_type.cc:34
str2
static const char str2[]
Definition: inversion_type.cc:35

Definition at line 290 of file inversion_type.cc.

const ArgsParser::spec argsspecInvertSegment[]
static
Initial value:
=
{
{ SegmentImp::stype(), I18N_NOOP( "Compute the inversion of this segment" ),
I18N_NOOP( "Select the segment to invert..." ), false },
{ CircleImp::stype(), str1, str2, false }
}
SegmentImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the SegmentImp type.
Definition: line_imp.cc:545
CircleImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the CircleImp type.
Definition: circle_imp.cc:342
str1
static const char str1[]
Definition: inversion_type.cc:34
str2
static const char str2[]
Definition: inversion_type.cc:35

Definition at line 404 of file inversion_type.cc.

const char str1[] = I18N_NOOP( "Invert with respect to this circle" )
static

Definition at line 34 of file inversion_type.cc.

const char str2[] = I18N_NOOP( "Select the circle we want to invert against..." )
static

Definition at line 35 of file inversion_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