#include <channeliocsv.h>
Inheritance diagram for ChannelIOFormatCSV::
Public Methods | |
ChannelIOFormatCSV () | |
virtual bool | load (ChannelStore *store, QIODevice *file, const char *fmt) |
virtual bool | save (ChannelStore *store, QIODevice *file, const char *fmt) |
|
Load the contents of the specified QIODevice into the specified store. Returns true on success, false otherwise. Reimplemented from ChannelIOFormat. |
|
Save the contents of the specified store into the specified QIODevice. Returns true on success, false otherwise. Reimplemented from ChannelIOFormat. |