kig
#include <special_constructors.h>
Public Member Functions | |
PointSequenceConstructor (const char *descname, const char *desc, const char *iconfile, const ObjectType *type) | |
std::vector< ObjectHolder * > | build (const std::vector< ObjectCalcer * > &os, KigDocument &d, KigWidget &w) const |
const QString | description () const |
const QString | descriptiveName () const |
virtual void | drawprelim (const ObjectDrawer &drawer, KigPainter &p, const std::vector< ObjectCalcer * > &parents, const KigDocument &) const =0 |
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 | isTransform () const |
void | plug (KigPart *doc, KigGUIAction *kact) |
Public Member Functions inherited from ObjectConstructor | |
virtual | ~ObjectConstructor () |
virtual BaseConstructMode * | constructMode (KigPart &doc) |
virtual bool | isAlreadySelectedOK (const std::vector< ObjectCalcer * > &os, const uint &) const =0 |
virtual bool | isIntersection () const |
virtual bool | isTest () const |
virtual QString | selectStatement (const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &w) const =0 |
virtual QString | useText (const ObjectCalcer &o, const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &v) const =0 |
virtual int | wantArgs (const std::vector< ObjectCalcer * > &os, const KigDocument &d, const KigWidget &v) const =0 |
Detailed Description
Definition at line 97 of file special_constructors.h.
Constructor & Destructor Documentation
PointSequenceConstructor::PointSequenceConstructor | ( | const char * | descname, |
const char * | desc, | ||
const char * | iconfile, | ||
const ObjectType * | type | ||
) |
Definition at line 506 of file special_constructors.cc.
Member Function Documentation
std::vector< ObjectHolder * > PointSequenceConstructor::build | ( | const std::vector< ObjectCalcer * > & | os, |
KigDocument & | d, | ||
KigWidget & | w | ||
) | const |
Definition at line 571 of file special_constructors.cc.
|
virtual |
Implements ObjectConstructor.
Definition at line 523 of file special_constructors.cc.
|
virtual |
Implements ObjectConstructor.
Definition at line 518 of file special_constructors.cc.
|
pure virtual |
Implemented in BezierCurveTypeConstructor, OpenPolygonTypeConstructor, and PolygonBNPTypeConstructor.
|
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 533 of file special_constructors.cc.
|
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 547 of file special_constructors.cc.
|
virtual |
Implements ObjectConstructor.
Definition at line 528 of file special_constructors.cc.
|
virtual |
Implements ObjectConstructor.
Definition at line 588 of file special_constructors.cc.
|
virtual |
Implements ObjectConstructor.
Definition at line 584 of file special_constructors.cc.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.