KoFilterEntry Class Reference
Represents an available filter. More...
#include <koQueryTrader.h>
Public Types | |
typedef KSharedPtr< KoFilterEntry > | Ptr |
Public Member Functions | |
KoFilterEntry (KService::Ptr service) | |
KoFilter * | createFilter (KoFilterChain *chain, QObject *parent=0, const char *name=0) |
bool | imports (const QString &_mimetype) const |
bool | exports (const QString &_m) const |
KService::Ptr | service () const |
Static Public Member Functions | |
QValueList< KoFilterEntry::Ptr > | query (const QString &_constr=QString::null) |
Public Attributes | |
QStringList | import |
QStringList | export_ |
unsigned int | weight |
QString | available |
Detailed Description
Represents an available filter.
Definition at line 117 of file koQueryTrader.h.
Member Function Documentation
|
Definition at line 152 of file koQueryTrader.h. |
|
Definition at line 158 of file koQueryTrader.h. References export_. |
|
This function will query KDED to find all available filters.
Definition at line 170 of file koQueryTrader.cc. |
Member Data Documentation
|
The imported mimetype(s).
Definition at line 132 of file koQueryTrader.h. |
|
The exported mimetype(s).
Definition at line 137 of file koQueryTrader.h. Referenced by exports(). |
|
The "weight" of this filter path. Has to be > 0 to be valid. Definition at line 142 of file koQueryTrader.h. |
|
Do we have to check during runtime?
Definition at line 147 of file koQueryTrader.h. |
The documentation for this class was generated from the following files: