formatfactory.cpp
59 const TQStringList list = TDEGlobal::dirs()->findAllResources( "data" ,"tdeabc/formats/*.desktop", true, true );
TQStringList findAllResources(const char *type, const TQString &filter=TQString::null, bool recursive=false, bool unique=false) const
void setGroup(const TQString &group)
kdbgstream kdDebug(int area=0)
KDE_DEPRECATED type * setObject(type *obj, bool isArray=false)
void * symbol(const char *name) const
static TDEStandardDirs * dirs()
FormatInfo * info(const TQString &type)
Returns the info structure for a special type.
Definition: formatfactory.cpp:101
TQString readEntry(const TQString &pKey, const TQString &aDefault=TQString::null) const
virtual KLibrary * library(const char *libname)
static KLibLoader * self()
bool hasGroup(const TQString &group) const
TQStringList formats()
Returns a list of all available format types.
Definition: formatfactory.cpp:86
static TQString findLibrary(const char *name, const TDEInstance *instance=TDEGlobal::instance())
kndbgstream & endl(kndbgstream &s)
Interface of vCard backend for address book.
Definition: vcardformatplugin.h:37
FormatPlugin * format(const TQString &type)
Returns a pointer to a format object or a null pointer if format type doesn't exist.
Definition: formatfactory.cpp:109