config-kfile.h
- inline void debugC (const char *,...)
kfiledialog.h
- typedef bool (*PreviewHandler)( const KFileInfo *, const QString fileName, QString &, QPixmap & )
- enum PreviewType {PreviewText = 0x001, PreviewPixmap = 0x002 }
kfileinfo.h
- typedef QList<KFileInfo> KFileInfoList
- typedef QListIterator<KFileInfo> KFileInfoListIterator
xview.h
- void read_xv_file ( QImageIO* )
- void write_xv_file ( const char *_filename, QPixmap &_pixmap )
enum PreviewType {PreviewText = 0x001, PreviewPixmap = 0x002 }
|
#include <kfiledialog.h>
Preview modules are of one of these types, which means their preview is either
text or an pixmap (image).
Generated by: root@jedi.mandrakesoft.com on Sat Dec 25 21:35:50 199. |