From 568c816cc66f1566b8be6ff8d246e7b1465ae61e Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 15 Sep 2002 21:22:18 +0000 Subject: ok basicly all old functions are available again what's now missing is the code switching Listers and views toggling the toolbar filter --- (limited to 'libopie/ofileselector/ofilelistview.h') diff --git a/libopie/ofileselector/ofilelistview.h b/libopie/ofileselector/ofilelistview.h index c7e9223..a83d70d 100644 --- a/libopie/ofileselector/ofilelistview.h +++ b/libopie/ofileselector/ofilelistview.h @@ -32,6 +32,7 @@ public: const QString& file, bool isSymlink = FALSE ); void cd( const QString& path ); QWidget* widget(); + void sort(); QString selectedName()const ; QStringList selectedNames()const; @@ -39,7 +40,11 @@ public: QString selectedPath()const; QStringList selectedPaths()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