kig
#include <special_constructors.h>

Public Member Functions | |
| ConicRadicalConstructor () | |
| ~ConicRadicalConstructor () | |
| std::vector< ObjectHolder * > | build (const std::vector< ObjectCalcer * > &os, KigDocument &d, KigWidget &w) const | 
| void | drawprelim (const ObjectDrawer &drawer, KigPainter &p, const std::vector< ObjectCalcer * > &parents, const KigDocument &) const | 
| bool | isTransform () const | 
| void | plug (KigPart *doc, KigGUIAction *kact) | 
| QString | useText (const ObjectCalcer &o, const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &v) const | 
  Public Member Functions inherited from StandardConstructorBase | |
| StandardConstructorBase (const char *descname, const char *desc, const char *iconfile, const ArgsParser &parser) | |
| virtual | ~StandardConstructorBase () | 
| const QString | description () const | 
| const QString | descriptiveName () 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 | 
| QString | selectStatement (const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &w) const | 
| virtual 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 314 of file special_constructors.h.
Constructor & Destructor Documentation
| ConicRadicalConstructor::ConicRadicalConstructor | ( | ) | 
Definition at line 323 of file special_constructors.cc.
| ConicRadicalConstructor::~ConicRadicalConstructor | ( | ) | 
Definition at line 335 of file special_constructors.cc.
Member Function Documentation
      
  | 
  virtual | 
Implements StandardConstructorBase.
Definition at line 363 of file special_constructors.cc.
      
  | 
  virtual | 
Implements StandardConstructorBase.
Definition at line 339 of file special_constructors.cc.
      
  | 
  virtual | 
Implements ObjectConstructor.
Definition at line 492 of file special_constructors.cc.
      
  | 
  virtual | 
Implements ObjectConstructor.
Definition at line 484 of file special_constructors.cc.
      
  | 
  virtual | 
return a string describing what you would use o for if it were selected... 
o should be part of sel . 
Reimplemented from StandardConstructorBase.
Definition at line 1545 of file special_constructors.cc.
The documentation for this class was generated from the following files:
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.
    KDE API Reference
 Public Member Functions inherited from