lib
KoFilterEntry Class Reference
#include <KoQueryTrader.h>
Detailed Description
Represents an available filter.
Definition at line 119 of file KoQueryTrader.h.
Public Types | |
| typedef KSharedPtr< KoFilterEntry > | Ptr |
Public Member Functions | |
| KoFilterEntry () | |
| KoFilterEntry (KService::Ptr service) | |
| ~KoFilterEntry () | |
| 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 |
Member Function Documentation
|
|
Definition at line 160 of file KoQueryTrader.h. |
|
|
Definition at line 154 of file KoQueryTrader.h. |
|
|
This function will query KDED to find all available filters.
Definition at line 172 of file KoQueryTrader.cpp. |
Member Data Documentation
|
|
Do we have to check during runtime?
Definition at line 149 of file KoQueryTrader.h. |
|
|
The exported mimetype(s).
Definition at line 139 of file KoQueryTrader.h. |
|
|
The imported mimetype(s).
Definition at line 134 of file KoQueryTrader.h. |
|
|
The "weight" of this filter path. Has to be > 0 to be valid. Definition at line 144 of file KoQueryTrader.h. |
The documentation for this class was generated from the following files:

