kig
BogusPointImp Class Reference
#include <point_imp.h>
Inheritance diagram for BogusPointImp:
Public Member Functions | |
BogusPointImp (const Coordinate &c) | |
~BogusPointImp () | |
const ObjectImpType * | type () const |
Public Member Functions inherited from PointImp | |
PointImp (const Coordinate &c) | |
~PointImp () | |
Coordinate | attachPoint () const |
bool | canFillInNextEscape () const |
bool | contains (const Coordinate &p, int width, const KigWidget &) const |
const Coordinate & | coordinate () const |
PointImp * | copy () const |
void | draw (KigPainter &p) const |
bool | equals (const ObjectImp &rhs) const |
void | fillInNextEscape (QString &s, const KigDocument &) const |
const char * | iconForProperty (int which) const |
const ObjectImpType * | impRequirementForProperty (int which) const |
bool | inRect (const Rect &r, int width, const KigWidget &) const |
bool | isPropertyDefinedOnOrThroughThisImp (int which) const |
int | numberOfProperties () const |
const QByteArrayList | properties () const |
const QByteArrayList | propertiesInternalNames () const |
ObjectImp * | property (int which, const KigDocument &d) const |
void | setCoordinate (const Coordinate &c) |
Rect | surroundingRect () const |
ObjectImp * | transform (const Transformation &) const |
void | visit (ObjectImpVisitor *vtor) const |
Public Member Functions inherited from ObjectImp | |
virtual | ~ObjectImp () |
int | getPropGid (const char *pname) const |
int | getPropLid (int propgid) const |
const char * | getPropName (int propgid) const |
bool | inherits (const ObjectImpType *t) const |
virtual bool | isCache () const |
bool | valid () const |
Static Public Member Functions | |
static const ObjectImpType * | stype () |
Static Public Member Functions inherited from PointImp | |
static const ObjectImpType * | stype () |
Static Public Member Functions inherited from ObjectImp | |
static const ObjectImpType * | stype () |
Additional Inherited Members | |
Public Types inherited from PointImp | |
typedef ObjectImp | Parent |
Protected Member Functions inherited from ObjectImp | |
ObjectImp () | |
Detailed Description
Definition at line 81 of file point_imp.h.
Constructor & Destructor Documentation
BogusPointImp::BogusPointImp | ( | const Coordinate & | c | ) |
Definition at line 194 of file point_imp.cc.
BogusPointImp::~BogusPointImp | ( | ) |
Definition at line 199 of file point_imp.cc.
Member Function Documentation
|
static |
Definition at line 203 of file point_imp.cc.
|
virtual |
Returns the lowermost ObjectImpType that this object is an instantiation of.
E.g. if you want to get a string containing the internal name of the type of an object, you can do:
std::string typename = object.type()->internalName();
Reimplemented from PointImp.
Definition at line 220 of file point_imp.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.