kig
GenericAffinityConstructor Class Reference
#include <special_constructors.h>
Inheritance diagram for GenericAffinityConstructor:
Public Member Functions | |
GenericAffinityConstructor () | |
~GenericAffinityConstructor () | |
virtual bool | isAlreadySelectedOK (const std::vector< ObjectCalcer * > &os, const uint &) const |
Public Member Functions inherited from MergeObjectConstructor | |
MergeObjectConstructor (const char *descname, const char *desc, const char *iconfilename) | |
~MergeObjectConstructor () | |
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 | isTransform () const |
void | merge (ObjectConstructor *e) |
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 357 of file special_constructors.h.
Constructor & Destructor Documentation
GenericAffinityConstructor::GenericAffinityConstructor | ( | ) |
Definition at line 1564 of file special_constructors.cc.
GenericAffinityConstructor::~GenericAffinityConstructor | ( | ) |
Definition at line 1586 of file special_constructors.cc.
Member Function Documentation
|
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
Reimplemented from MergeObjectConstructor.
Definition at line 1588 of file special_constructors.cc.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.