kig
BogusPointImp Class Reference
#include <point_imp.h>
Inheritance diagram for BogusPointImp:

Detailed Description
Definition at line 81 of file point_imp.h.
Public Member Functions | |
| BogusPointImp (const Coordinate &c) | |
| const ObjectImpType * | type () const |
| ~BogusPointImp () | |
Static Public Member Functions | |
| static const ObjectImpType * | stype () |
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
| const ObjectImpType * BogusPointImp::stype | ( | ) | [static] |
Returns the ObjectImpType representing PointImp's.
Reimplemented from PointImp.
Definition at line 203 of file point_imp.cc.
| const ObjectImpType * BogusPointImp::type | ( | ) | const [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:
KDE 4.2 API Reference