summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofilelistview.h
Side-by-side diff
Diffstat (limited to 'libopie/ofileselector/ofilelistview.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/ofileselector/ofilelistview.h7
1 files changed, 6 insertions, 1 deletions
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
@@ -29,17 +29,22 @@ public:
void addSymlink( const QString& mime,
QFileInfo* info, bool = FALSE );
void addSymlink( const QString& mine, const QString& path,
const QString& file, bool isSymlink = FALSE );
void cd( const QString& path );
QWidget* widget();
+ void sort();
QString selectedName()const ;
QStringList selectedNames()const;
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