Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KFilterBase Class Reference

#include <kfilterbase.h>

List of all members.

Public Methods

void setDevice (QIODevice *dev, bool autodelete=false)

Static Public Methods

KFilterBase * findFilterByFileName (const QString &fileName)
KFilterBase * findFilterByMimeType (const QString &mimeType)


Detailed Description

This is the base class for compression filters such as gzip and bzip2. It's pretty much internal. Don't use directly, use KFilterDev instead.

Definition at line 31 of file kfilterbase.h.


Member Function Documentation

KFilterBase* KFilterBase::findFilterByFileName const QString &    fileName [static]
 

Call this to create the appropriate filter for the file named fileName.

KFilterBase* KFilterBase::findFilterByMimeType const QString &    mimeType [static]
 

Call this to create the appropriate filter for the mimetype mimeType. For instance application/x-gzip.

void KFilterBase::setDevice QIODevice *    dev,
bool    autodelete = false
 

Sets the device on which the filter will work If autodelete is set to true, dev is deleted when the filter is deleted


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:14 2003 for kdelibs by doxygen1.2.18