#include <channeliozapping.h>
Inheritance diagram for ChannelIOFormatZapping::
Public Methods | |
ChannelIOFormatZapping () | |
virtual | ~ChannelIOFormatZapping () |
virtual bool | load (ChannelStore *store, QIODevice *file, const char *fmt) |
virtual ChannelFileMetaInfo | getMetaInfo (QIODevice *file, const char *fmt) |
bool | handlesFile (const QString &filename, int rflags) const |
Protected Methods | |
bool | readDocument (ChannelStore *store, const QDomDocument &doc) |
Static Protected Methods | |
QDomNode | FindSubtree (const QDomNode &node, const QString &name) |
This is a read only channel format.
|
Load the contents of the specified QIODevice into the specified store. Returns true on success, false otherwise. Reimplemented from ChannelIOFormat. |
|
Returns true if this object can handle the specified file.
This function should do a quick test about the file, so the proper format could be easily selected. The default implementation only checks, if a filename ends with the name of the format. If thats not appropriate, then you should override this method. Reimplemented from ChannelIOFormat. |
|
Finds a subtree of
|