kalzium
KalziumTableTypeFactory Class Reference
#include <kalziumtabletype.h>
Detailed Description
Factory for KalziumTableType classes.
Definition at line 38 of file kalziumtabletype.h.
Public Member Functions | |
| KalziumTableType * | build (const QByteArray &id) const |
| KalziumTableType * | build (int id) const |
| QStringList | tables () const |
Static Public Member Functions | |
| static KalziumTableTypeFactory * | instance () |
Member Function Documentation
| KalziumTableType * KalziumTableTypeFactory::build | ( | const QByteArray & | id | ) | const |
Returns the KalziumTableType whose name is the id specified.
It will gives 0 if none found.
Definition at line 159 of file kalziumtabletype.cpp.
| KalziumTableType * KalziumTableTypeFactory::build | ( | int | id | ) | const |
Returns the KalziumTableType with the id specified.
It will gives 0 if none found.
Definition at line 151 of file kalziumtabletype.cpp.
| KalziumTableTypeFactory * KalziumTableTypeFactory::instance | ( | ) | [static] |
| QStringList KalziumTableTypeFactory::tables | ( | ) | const |
Returns a list with the names of the table types we support.
Definition at line 171 of file kalziumtabletype.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference