From 19c0a4610292a95281a64655cef9c2d695a214dc Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 05 Oct 2002 20:49:38 +0000 Subject: more steps to make ofileselector modular We now got the API for a factory so switching should work in future and we now got a OPixmapProvider which provides us with pixmaps.... So an ImageViewer could install a differen OPixmapProvider and a different OFileView to make Previewing work --- (limited to 'libopie/ofileselector/ofileview.h') diff --git a/libopie/ofileselector/ofileview.h b/libopie/ofileselector/ofileview.h index a4b1748..d7ea4a2 100644 --- a/libopie/ofileselector/ofileview.h +++ b/libopie/ofileselector/ofileview.h @@ -53,22 +53,30 @@ public: virtual ~OFileView(); virtual void clear() = 0; - virtual void addFile(const QString &mine, + virtual void addFile(const QPixmap&, + const QString &mine, QFileInfo *info, bool isSymlink = FALSE ) = 0; - virtual void addFile(const QString& mine, const QString& dir, + + virtual void addFile(const QPixmap&, + const QString& mine, const QString& dir, const QString& file, bool = FALSE ) = 0; - virtual void addDir (const QString &mine, + virtual void addDir (const QPixmap&, + const QString &mine, QFileInfo *info, bool isSymlink = FALSE ) = 0; - virtual void addDir (const QString& mine, const QString& dir, + virtual void addDir (const QPixmap&, + const QString& mine, const QString& dir, const QString& file, bool = FALSE) = 0; - virtual void addSymlink(const QString &mime, + virtual void addSymlink(const QPixmap&, + const QString &mime, QFileInfo *info, bool isSymlink = FALSE ) = 0; - virtual void addSymlink(const QString& mine, + + virtual void addSymlink(const QPixmap&, + const QString& mine, const QString& path, const QString& file, bool isSymlink = FALSE ) = 0; @@ -91,6 +99,8 @@ protected: void contextMenu(); void changedDir(const QString &); void changedDir(const QDir & ); + + /* updates the file name line of the FileSelector */ void updateLine( const QString& ); OFileSelector* selector()const; -- cgit v0.9.0.2