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

kig

Public Member Functions | List of all members
PolygonBCVConstructor Class Reference

#include <special_constructors.h>

Inheritance diagram for PolygonBCVConstructor:
Inheritance graph
[legend]

Public Member Functions

 PolygonBCVConstructor ()
 
 ~PolygonBCVConstructor ()
 
std::vector< ObjectHolder * > build (const std::vector< ObjectCalcer * > &os, KigDocument &d, KigWidget &w) const
 
int computeNsides (const Coordinate &c, const Coordinate &v, const Coordinate &cntrl, int &winding) const
 
const QString description () const
 
const QString descriptiveName () const
 
void drawprelim (const ObjectDrawer &drawer, KigPainter &p, const std::vector< ObjectCalcer * > &parents, const KigDocument &) const
 
Coordinate getRotatedCoord (const Coordinate &c1, const Coordinate &c2, double alpha) const
 
void handleArgs (const std::vector< ObjectCalcer * > &os, KigPart &d, KigWidget &v) const
 
void handlePrelim (KigPainter &p, const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &v) const
 
const QByteArray iconFileName (const bool canBeNull=false) const
 
bool isAlreadySelectedOK (const std::vector< ObjectCalcer * > &os, const uint &) const
 
bool isTransform () const
 
void plug (KigPart *doc, KigGUIAction *kact)
 
QString selectStatement (const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &w) const
 
QString useText (const ObjectCalcer &o, const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &v) const
 
int wantArgs (const std::vector< ObjectCalcer * > &os, const KigDocument &d, const KigWidget &v) const
 
- Public Member Functions inherited from ObjectConstructor
virtual ~ObjectConstructor ()
 
virtual BaseConstructMode * constructMode (KigPart &doc)
 
virtual bool isIntersection () const
 
virtual bool isTest () const
 

Detailed Description

Definition at line 175 of file special_constructors.h.

Constructor & Destructor Documentation

PolygonBCVConstructor::PolygonBCVConstructor ( )

Definition at line 889 of file special_constructors.cc.

PolygonBCVConstructor::~PolygonBCVConstructor ( )

Definition at line 894 of file special_constructors.cc.

Member Function Documentation

std::vector< ObjectHolder * > PolygonBCVConstructor::build ( const std::vector< ObjectCalcer * > &  os,
KigDocument &  d,
KigWidget &  w 
) const

Definition at line 1030 of file special_constructors.cc.

int PolygonBCVConstructor::computeNsides ( const Coordinate &  c,
const Coordinate &  v,
const Coordinate &  cntrl,
int &  winding 
) const

Definition at line 1156 of file special_constructors.cc.

const QString PolygonBCVConstructor::description ( ) const
virtual

Implements ObjectConstructor.

Definition at line 903 of file special_constructors.cc.

const QString PolygonBCVConstructor::descriptiveName ( ) const
virtual

Implements ObjectConstructor.

Definition at line 898 of file special_constructors.cc.

void PolygonBCVConstructor::drawprelim ( const ObjectDrawer &  drawer,
KigPainter &  p,
const std::vector< ObjectCalcer * > &  parents,
const KigDocument &  doc 
) const

Definition at line 1115 of file special_constructors.cc.

Coordinate PolygonBCVConstructor::getRotatedCoord ( const Coordinate &  c1,
const Coordinate &  c2,
double  alpha 
) const

Definition at line 1146 of file special_constructors.cc.

void PolygonBCVConstructor::handleArgs ( const std::vector< ObjectCalcer * > &  os,
KigPart &  d,
KigWidget &  v 
) const
virtual

do something fun with os .

. This func is only called if wantArgs returned Complete.. handleArgs should not do any drawing.. after somebody calls this function, he should redrawScreen() himself..

Implements ObjectConstructor.

Definition at line 937 of file special_constructors.cc.

void PolygonBCVConstructor::handlePrelim ( KigPainter &  p,
const std::vector< ObjectCalcer * > &  sel,
const KigDocument &  d,
const KigWidget &  v 
) const
virtual

show a preliminary version of what you would do when handleArgs would be called.

. E.g. if this constructor normally constructs a locus through some 5 points, then it will try to draw a locus through whatever number of points it gets..

Implements ObjectConstructor.

Definition at line 951 of file special_constructors.cc.

const QByteArray PolygonBCVConstructor::iconFileName ( const bool  canBeNull = false) const
virtual

Implements ObjectConstructor.

Definition at line 908 of file special_constructors.cc.

bool PolygonBCVConstructor::isAlreadySelectedOK ( const std::vector< ObjectCalcer * > &  os,
const uint &   
) const
virtual

the following function is called in case of duplication of arguments and returns true if this is acceptable; this will return false for typical objects

Implements ObjectConstructor.

Definition at line 913 of file special_constructors.cc.

bool PolygonBCVConstructor::isTransform ( ) const
virtual

Implements ObjectConstructor.

Definition at line 1141 of file special_constructors.cc.

void PolygonBCVConstructor::plug ( KigPart *  doc,
KigGUIAction *  kact 
)
virtual

Implements ObjectConstructor.

Definition at line 1137 of file special_constructors.cc.

QString PolygonBCVConstructor::selectStatement ( const std::vector< ObjectCalcer * > &  sel,
const KigDocument &  d,
const KigWidget &  w 
) const
virtual

return a string describing what argument you want next, if the given selection of objects were selected.

Implements ObjectConstructor.

Definition at line 1093 of file special_constructors.cc.

QString PolygonBCVConstructor::useText ( const ObjectCalcer &  o,
const std::vector< ObjectCalcer * > &  sel,
const KigDocument &  d,
const KigWidget &  v 
) const
virtual

return a string describing what you would use o for if it were selected...

o should be part of sel .

Implements ObjectConstructor.

Definition at line 1058 of file special_constructors.cc.

int PolygonBCVConstructor::wantArgs ( const std::vector< ObjectCalcer * > &  os,
const KigDocument &  d,
const KigWidget &  v 
) const
virtual

can this constructor do something useful with os ? return ArgsParser::Complete, Valid or NotGood

Implements ObjectConstructor.

Definition at line 919 of file special_constructors.cc.


The documentation for this class was generated from the following files:
  • special_constructors.h
  • special_constructors.cc
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:41 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