kig
CoordinateSystemFactory Class Reference
#include <coordinate_system.h>
Detailed Description
a factory to build a CoordinateSystem and a small handle to the existent CoordinateSystem's...
Definition at line 39 of file coordinate_system.h.
Public Types | |
| enum | { Euclidean = 0, Polar = 1 } |
Static Public Member Functions | |
| static CoordinateSystem * | build (const char *type) |
| static CoordinateSystem * | build (int which) |
| static QStringList | names () |
| static QString | setCoordinateSystemStatement (int id) |
Member Enumeration Documentation
| anonymous enum |
Member Function Documentation
| CoordinateSystem * CoordinateSystemFactory::build | ( | const char * | type | ) | [static] |
Definition at line 551 of file coordinate_system.cpp.
| CoordinateSystem * CoordinateSystemFactory::build | ( | int | which | ) | [static] |
Definition at line 539 of file coordinate_system.cpp.
| QStringList CoordinateSystemFactory::names | ( | ) | [static] |
Definition at line 531 of file coordinate_system.cpp.
| QString CoordinateSystemFactory::setCoordinateSystemStatement | ( | int | id | ) | [static] |
Definition at line 580 of file coordinate_system.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference