kig
SimpleObjectTypeConstructor Class Reference
#include <object_constructor.h>
Inheritance diagram for SimpleObjectTypeConstructor:
Public Member Functions | |
SimpleObjectTypeConstructor (const ArgsParserObjectType *t, const char *descname, const char *desc, const char *iconfile) | |
~SimpleObjectTypeConstructor () | |
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) |
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 |
QString | useText (const ObjectCalcer &o, const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &v) 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
A standard implementation of StandardConstructorBase for simple types.
Definition at line 188 of file object_constructor.h.
Constructor & Destructor Documentation
SimpleObjectTypeConstructor::SimpleObjectTypeConstructor | ( | const ArgsParserObjectType * | t, |
const char * | descname, | ||
const char * | desc, | ||
const char * | iconfile | ||
) |
Definition at line 115 of file object_constructor.cc.
SimpleObjectTypeConstructor::~SimpleObjectTypeConstructor | ( | ) |
Definition at line 124 of file object_constructor.cc.
Member Function Documentation
|
virtual |
Implements StandardConstructorBase.
Definition at line 140 of file object_constructor.cc.
|
virtual |
Implements StandardConstructorBase.
Definition at line 128 of file object_constructor.cc.
|
virtual |
Implements ObjectConstructor.
Definition at line 503 of file object_constructor.cc.
|
virtual |
Implements ObjectConstructor.
Definition at line 463 of file object_constructor.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.