KoFilterEntry Class Reference
Represents an available filter. More...
#include <koQueryTrader.h>
Collaboration diagram for KoFilterEntry:

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 | |
| static 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 119 of file koQueryTrader.h.
Member Function Documentation
|
|
Definition at line 154 of file koQueryTrader.h. |
|
|
Definition at line 160 of file koQueryTrader.h. References export_. |
|
|
This function will query KDED to find all available filters.
Definition at line 173 of file koQueryTrader.cc. |
Member Data Documentation
|
|
The imported mimetype(s).
Definition at line 134 of file koQueryTrader.h. |
|
|
The exported mimetype(s).
Definition at line 139 of file koQueryTrader.h. Referenced by exports(). |
|
|
The "weight" of this filter path. Has to be > 0 to be valid. Definition at line 144 of file koQueryTrader.h. |
|
|
Do we have to check during runtime?
Definition at line 149 of file koQueryTrader.h. |
The documentation for this class was generated from the following files:
