• 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
bezier_type.cc File Reference
#include "bezier_type.h"
#include <math.h>
#include "bogus_imp.h"
#include "line_imp.h"
#include "point_imp.h"
#include "text_imp.h"
#include "bezier_imp.h"
#include "object_calcer.h"
#include "special_imptypes.h"
#include "../misc/common.h"
#include <klocale.h>
#include <cmath>
#include <vector>
Include dependency graph for bezier_type.cc:

Go to the source code of this file.

Variables

static const struct
ArgsParser::spec 
argsspecBezier2 []
 
static const struct
ArgsParser::spec 
argsspecBezier3 []
 
static const struct
ArgsParser::spec 
argsspecRationalBezier2 []
 
static const struct
ArgsParser::spec 
argsspecRationalBezier3 []
 
static const char bezier2_constructstatement [] = I18N_NOOP( "Construct a quadratic Bézier curve with this control point" )
 
static const char bezier2_constructstatement2 [] = I18N_NOOP( "Select a point to be a control point of the new quadratic Bézier curve..." )
 
static const char bezier3_constructstatement [] = I18N_NOOP( "Construct a cubic Bézier curve with this control point" )
 
static const char bezier3_constructstatement2 [] = I18N_NOOP( "Select a point to be a control point of the new cubic Bézier curve..." )
 
static const char rbezier2_constructstatement [] = I18N_NOOP( "Construct a quadratic rational Bézier curve with this control point" )
 
static const char rbezier2_constructstatement2 [] = I18N_NOOP( "Select three points and three numeric values as weights to construct rational Bézier curve..." )
 
static const char rbezier2_constructstatement3 [] = I18N_NOOP( "Select this value as weight" )
 
static const char rbezier3_constructstatement [] = I18N_NOOP( "Construct a cubic rational Bézier curve with this control point" )
 
static const char rbezier3_constructstatement2 [] = I18N_NOOP( "Select three points and three numeric values as weights to construct rational Bézier curve..." )
 
static const char rbezier3_constructstatement3 [] = I18N_NOOP( "Select this value as weight" )
 

Variable Documentation

const struct ArgsParser::spec argsspecBezier2[]
static
Initial value:
=
{
{ PointImp::stype(), bezier2_constructstatement, bezier2_constructstatement2, true },
{ PointImp::stype(), bezier2_constructstatement, bezier2_constructstatement2, false },
{ PointImp::stype(), bezier2_constructstatement, bezier2_constructstatement2, true }
}
bezier2_constructstatement2
static const char bezier2_constructstatement2[]
Definition: bezier_type.cc:41
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
bezier2_constructstatement
static const char bezier2_constructstatement[]
Definition: bezier_type.cc:40

Definition at line 43 of file bezier_type.cc.

const struct ArgsParser::spec argsspecBezier3[]
static
Initial value:
=
{
{ PointImp::stype(), bezier3_constructstatement, bezier3_constructstatement2, true },
{ PointImp::stype(), bezier3_constructstatement, bezier3_constructstatement2, false },
{ PointImp::stype(), bezier3_constructstatement, bezier3_constructstatement2, false },
{ PointImp::stype(), bezier3_constructstatement, bezier3_constructstatement2, true }
}
bezier3_constructstatement2
static const char bezier3_constructstatement2[]
Definition: bezier_type.cc:141
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
bezier3_constructstatement
static const char bezier3_constructstatement[]
Definition: bezier_type.cc:140

Definition at line 143 of file bezier_type.cc.

const struct ArgsParser::spec argsspecRationalBezier2[]
static
Initial value:
=
{
{ PointImp::stype(), rbezier2_constructstatement, rbezier2_constructstatement2, true },
{ &weightimptypeinstance, rbezier2_constructstatement3, rbezier2_constructstatement2, false },
{ PointImp::stype(), rbezier2_constructstatement, rbezier2_constructstatement2, false },
{ &weightimptypeinstance, rbezier2_constructstatement3, rbezier2_constructstatement2, false },
{ PointImp::stype(), rbezier2_constructstatement, rbezier2_constructstatement2, true },
{ &weightimptypeinstance, rbezier2_constructstatement3, rbezier2_constructstatement2, false }
}
rbezier2_constructstatement2
static const char rbezier2_constructstatement2[]
Definition: bezier_type.cc:359
weightimptypeinstance
WeightImpType weightimptypeinstance
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
rbezier2_constructstatement
static const char rbezier2_constructstatement[]
Definition: bezier_type.cc:358
rbezier2_constructstatement3
static const char rbezier2_constructstatement3[]
Definition: bezier_type.cc:360

Definition at line 363 of file bezier_type.cc.

const struct ArgsParser::spec argsspecRationalBezier3[]
static
Initial value:
=
{
{ PointImp::stype(), rbezier3_constructstatement, rbezier3_constructstatement2, true },
{ &weightimptypeinstance, rbezier3_constructstatement3, rbezier3_constructstatement2, false },
{ PointImp::stype(), rbezier3_constructstatement, rbezier3_constructstatement2, false },
{ &weightimptypeinstance, rbezier3_constructstatement3, rbezier3_constructstatement2, false },
{ PointImp::stype(), rbezier3_constructstatement, rbezier3_constructstatement2, false },
{ &weightimptypeinstance, rbezier3_constructstatement3, rbezier3_constructstatement2, false },
{ PointImp::stype(), rbezier3_constructstatement, rbezier3_constructstatement2, true },
{ &weightimptypeinstance, rbezier3_constructstatement3, rbezier3_constructstatement2, false }
}
rbezier3_constructstatement
static const char rbezier3_constructstatement[]
Definition: bezier_type.cc:469
rbezier3_constructstatement3
static const char rbezier3_constructstatement3[]
Definition: bezier_type.cc:471
rbezier3_constructstatement2
static const char rbezier3_constructstatement2[]
Definition: bezier_type.cc:470
weightimptypeinstance
WeightImpType weightimptypeinstance
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159

Definition at line 474 of file bezier_type.cc.

const char bezier2_constructstatement[] = I18N_NOOP( "Construct a quadratic Bézier curve with this control point" )
static

Definition at line 40 of file bezier_type.cc.

const char bezier2_constructstatement2[] = I18N_NOOP( "Select a point to be a control point of the new quadratic Bézier curve..." )
static

Definition at line 41 of file bezier_type.cc.

const char bezier3_constructstatement[] = I18N_NOOP( "Construct a cubic Bézier curve with this control point" )
static

Definition at line 140 of file bezier_type.cc.

const char bezier3_constructstatement2[] = I18N_NOOP( "Select a point to be a control point of the new cubic Bézier curve..." )
static

Definition at line 141 of file bezier_type.cc.

const char rbezier2_constructstatement[] = I18N_NOOP( "Construct a quadratic rational Bézier curve with this control point" )
static

Definition at line 358 of file bezier_type.cc.

const char rbezier2_constructstatement2[] = I18N_NOOP( "Select three points and three numeric values as weights to construct rational Bézier curve..." )
static

Definition at line 359 of file bezier_type.cc.

const char rbezier2_constructstatement3[] = I18N_NOOP( "Select this value as weight" )
static

Definition at line 360 of file bezier_type.cc.

const char rbezier3_constructstatement[] = I18N_NOOP( "Construct a cubic rational Bézier curve with this control point" )
static

Definition at line 469 of file bezier_type.cc.

const char rbezier3_constructstatement2[] = I18N_NOOP( "Select three points and three numeric values as weights to construct rational Bézier curve..." )
static

Definition at line 470 of file bezier_type.cc.

const char rbezier3_constructstatement3[] = I18N_NOOP( "Select this value as weight" )
static

Definition at line 471 of file bezier_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