kig
#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>
Go to the source code of this file.
Initial value:=
{
}
static const char bezier2_constructstatement2[]
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
static const char bezier2_constructstatement[]
Definition at line 43 of file bezier_type.cc.
Initial value:=
{
}
static const char bezier3_constructstatement2[]
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
static const char bezier3_constructstatement[]
Definition at line 143 of file bezier_type.cc.
Initial value:=
{
}
static const char rbezier2_constructstatement2[]
WeightImpType weightimptypeinstance
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
static const char rbezier2_constructstatement[]
static const char rbezier2_constructstatement3[]
Definition at line 363 of file bezier_type.cc.
Initial value:=
{
}
static const char rbezier3_constructstatement[]
static const char rbezier3_constructstatement3[]
static const char rbezier3_constructstatement2[]
WeightImpType weightimptypeinstance
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
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 |
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" ) |
|
static |
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
KDE's Doxygen guidelines are available online.