Main Page   Class Hierarchy   Compound List   File List   Compound Members  

ChannelIOFormatCSV Class Reference

Implements the CSV channel format. More...

#include <channeliocsv.h>

Inheritance diagram for ChannelIOFormatCSV::

ChannelIOFormat List of all members.

Public Methods

 ChannelIOFormatCSV ()
virtual bool load (ChannelStore *store, QIODevice *file, const char *fmt)
virtual bool save (ChannelStore *store, QIODevice *file, const char *fmt)

Detailed Description

Implements the CSV channel format.


Member Function Documentation

virtual bool ChannelIOFormatCSV::load ChannelStore * store,
QIODevice * file,
const char * fmt
[virtual]
 

Load the contents of the specified QIODevice into the specified store.

Returns true on success, false otherwise.

Reimplemented from ChannelIOFormat.

virtual bool ChannelIOFormatCSV::save ChannelStore * store,
QIODevice * file,
const char * fmt
[virtual]
 

Save the contents of the specified store into the specified QIODevice.

Returns true on success, false otherwise.

Reimplemented from ChannelIOFormat.


The documentation for this class was generated from the following file:
Generated at Thu Jan 30 02:56:03 2003 for QtVision by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001