From 7e1dce1560e45ef7fad91a8da2d0d96c1b166df9 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 25 May 2003 17:51:52 +0000 Subject: die here too --- (limited to 'libopie/ofileselector/ofilelistview.h') diff --git a/libopie/ofileselector/ofilelistview.h b/libopie/ofileselector/ofilelistview.h deleted file mode 100644 index f2eac57..0000000 --- a/libopie/ofileselector/ofilelistview.h +++ b/dev/null @@ -1,69 +0,0 @@ -#ifndef OPIE_FILE_LIST_VIEW_H -#define OPIE_FILE_LIST_VIEW_H - -#include -#include - -#include "ofileview.h" - -class OFileListView : public QListView, public OFileView { - Q_OBJECT -public: - OFileListView( QWidget* parent, OFileSelector* ); - ~OFileListView(); - - void clear(); - void addFile( const QPixmap&, - const QString& mine, - QFileInfo* info, - const QString& extra = QString::null, - bool isSymlink = FALSE ); - - void addFile( const QPixmap&, - const QString& mime, - const QString& dir, - const QString& file, - const QString& extra = QString::null, - bool = false ); - - void addDir( const QPixmap&, - const QString& mime, - QFileInfo* info, - const QString& extra = QString::null, - bool = FALSE ); - - void addDir( const QPixmap&, - const QString& mime, const QString& dir, - const QString& file, - const QString& extra = QString::null, - bool = FALSE ); - - void addSymlink( const QPixmap&, - const QString& mime, - QFileInfo* info, - const QString& extra = QString::null, - bool = FALSE ); - void addSymlink( const QPixmap&, - const QString& mine, const QString& path, - const QString& file, - const QString& extra = QString::null, - bool isSymlink = FALSE ); - void cd( const QString& path ); - QWidget* widget(); - void sort(); - - QString selectedName()const ; - QStringList selectedNames()const; - - QString selectedPath()const; - QStringList selectedPaths()const; - QString selectedExtra()const; - int fileCount(); -private slots: - void slotSelectionChanged(); - void slotCurrentChanged(QListViewItem* ); - void slotClicked( int, QListViewItem*, const QPoint&, int ); - void slotRightButton(int, QListViewItem*, const QPoint&, int ); -}; - -#endif -- cgit v0.9.0.2