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/ofilefactory.h') diff --git a/libopie/ofileselector/ofilefactory.h b/libopie/ofileselector/ofilefactory.h deleted file mode 100644 index 96fb00d..0000000 --- a/libopie/ofileselector/ofilefactory.h +++ b/dev/null @@ -1,32 +0,0 @@ -#ifndef OFILE_FACTORY_H -#define OFILE_FACTORY_H - -#include "olister.h" -#include "ofileview.h" -class OFileFactory { -public: - typedef OLister* (*listerFact)(OFileSelector*); - typedef OFileView* (*viewFact)(OFileSelector*, QWidget*); - OFileFactory(); - ~OFileFactory(); - - QStringList lister()const; - QStringList views()const; - - OFileView* view( const QString& name, OFileSelector*, QWidget* ); - OLister* lister( const QString& name, OFileSelector* ); - - void addLister( const QString&, listerFact fact ); - void addView( const QString&, viewFact ); - - void removeLister( const QString& ); - void removeView( const QString& ); - -private: - QMap m_lister; - QMap m_view; - -}; - - -#endif -- cgit v0.9.0.2