• 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
line_type.cc File Reference
#include "line_type.h"
#include "bogus_imp.h"
#include "line_imp.h"
#include "object_holder.h"
#include "other_imp.h"
#include "point_imp.h"
#include "../kig/kig_view.h"
#include "../kig/kig_part.h"
#include "../kig/kig_commands.h"
#include "../misc/common.h"
#include "../misc/calcpaths.h"
#include <qstringlist.h>
#include <klocale.h>
Include dependency graph for line_type.cc:

Go to the source code of this file.

Variables

static const ArgsParser::spec argsspecHalflineByVector []
 
static const ArgsParser::spec argsspecLineAB []
 
static const ArgsParser::spec argsspecLineByVector []
 
static const ArgsParser::spec argsspecLineParallel []
 
static const ArgsParser::spec argsspecLinePerpend []
 
static const ArgsParser::spec argsspecRayAB []
 
static const ArgsParser::spec argsspecSegmentAB []
 
static const char constructhalflinestartingstat [] = I18N_NOOP( "Construct a half-line starting at this point" )
 
static const char constructlineabstat [] = I18N_NOOP( "Construct a line through this point" )
 

Variable Documentation

const ArgsParser::spec argsspecHalflineByVector[]
static
Initial value:
=
{
{ VectorImp::stype(), I18N_NOOP( "Construct a half-line by this vector" ),
I18N_NOOP( "Select a vector in the direction of the new half-line..." ), true },
{ PointImp::stype(), constructhalflinestartingstat,
I18N_NOOP( "Select the start point of the new half-line..." ), true }
}
VectorImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the VectorImp type.
Definition: other_imp.cc:613
constructhalflinestartingstat
static const char constructhalflinestartingstat[]
Definition: line_type.cc:98
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159

Definition at line 296 of file line_type.cc.

const ArgsParser::spec argsspecLineAB[]
static
Initial value:
=
{
{ PointImp::stype(), constructlineabstat,
I18N_NOOP( "Select a point for the line to go through..." ), true },
{ PointImp::stype(), constructlineabstat,
I18N_NOOP( "Select another point for the line to go through..." ), true }
}
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
constructlineabstat
static const char constructlineabstat[]
Definition: line_type.cc:66

Definition at line 68 of file line_type.cc.

const ArgsParser::spec argsspecLineByVector[]
static
Initial value:
=
{
{ VectorImp::stype(), I18N_NOOP( "Construct a line by this vector" ),
I18N_NOOP( "Select a vector in the direction of the new line..." ), true },
{ PointImp::stype(), constructlineabstat,
I18N_NOOP( "Select a point for the new line to go through..." ), true }
}
VectorImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the VectorImp type.
Definition: other_imp.cc:613
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
constructlineabstat
static const char constructlineabstat[]
Definition: line_type.cc:66

Definition at line 256 of file line_type.cc.

const ArgsParser::spec argsspecLineParallel[]
static
Initial value:
=
{
{ AbstractLineImp::stype(), I18N_NOOP( "Construct a line parallel to this line" ),
I18N_NOOP( "Select a line parallel to the new line..." ), false },
{ PointImp::stype(), I18N_NOOP( "Construct the parallel line through this point" ),
I18N_NOOP( "Select a point for the new line to go through..." ), true }
}
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
AbstractLineImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520

Definition at line 144 of file line_type.cc.

const ArgsParser::spec argsspecLinePerpend[]
static
Initial value:
=
{
{ AbstractLineImp::stype(), I18N_NOOP( "Construct a line perpendicular to this line" ),
I18N_NOOP( "Select a line perpendicular to the new line..." ), false },
{ PointImp::stype(), I18N_NOOP( "Construct a perpendicular line through this point" ),
I18N_NOOP( "Select a point for the new line to go through..." ), true }
}
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159
AbstractLineImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing the AbstractLineImp type.
Definition: line_imp.cc:520

Definition at line 177 of file line_type.cc.

const ArgsParser::spec argsspecRayAB[]
static
Initial value:
=
{
{ PointImp::stype(), constructhalflinestartingstat,
I18N_NOOP( "Select the start point of the new half-line..." ), true },
{ PointImp::stype(), I18N_NOOP( "Construct a half-line through this point" ),
I18N_NOOP( "Select a point for the half-line to go through..." ), true }
}
constructhalflinestartingstat
static const char constructhalflinestartingstat[]
Definition: line_type.cc:98
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159

Definition at line 100 of file line_type.cc.

const ArgsParser::spec argsspecSegmentAB[]
static
Initial value:
=
{
{ PointImp::stype(), I18N_NOOP( "Construct a segment starting at this point" ),
I18N_NOOP( "Select the start point of the new segment..." ), true },
{ PointImp::stype(), I18N_NOOP( "Construct a segment ending at this point" ),
I18N_NOOP( "Select the end point of the new segment..." ), true }
}
PointImp::stype
static const ObjectImpType * stype()
Returns the ObjectImpType representing PointImp's.
Definition: point_imp.cc:159

Definition at line 36 of file line_type.cc.

const char constructhalflinestartingstat[] = I18N_NOOP( "Construct a half-line starting at this point" )
static

Definition at line 98 of file line_type.cc.

const char constructlineabstat[] = I18N_NOOP( "Construct a line through this point" )
static

Definition at line 66 of file line_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