You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kspread/qpro/libqpro/qpro/record_factory.h

20 lines
289 B

#ifndef TQPRO_RECORD_FACTORY_H
#define TQPRO_RECORD_FACTORY_H
#include <qpro/stream.h>
#include <qpro/record.h>
class QpRecFactory
{
public:
QpRecFactory(QpIStream& pIn);
~QpRecFactory();
QpRec* nextRecord();
protected:
QpIStream& cIn;
};
#endif // TQPRO_RECORD_FACTORY_H