From 6a60be54b98f1eb50df5a37454bb71bd52475f43 Mon Sep 17 00:00:00 2001 From: ar Date: Wed, 15 Sep 2004 21:11:32 +0000 Subject: - implement a QStringList* m_allList for show all files/directories if a "All Item" is selected. (hope the description is not too confused ;) ) --- (limited to 'libopie2/opieui/fileselector/ofileselector.h') diff --git a/libopie2/opieui/fileselector/ofileselector.h b/libopie2/opieui/fileselector/ofileselector.h index b1cd405..d96712a 100644 --- a/libopie2/opieui/fileselector/ofileselector.h +++ b/libopie2/opieui/fileselector/ofileselector.h @@ -121,6 +121,7 @@ public: int mode()const; int selector()const; + bool allItem( const QString& )const; /** * Set the Icon visible @@ -212,6 +213,8 @@ private: int m_mode; int m_selector; + QStringList* m_allList; + struct Data; // used for future versions Data *d; -- cgit v0.9.0.2