filemanager/src/filemanager/src/fmviewmanager.h
changeset 44 22e202702210
parent 41 fc4654ce4fcb
child 48 1bebd60c0f00
--- a/filemanager/src/filemanager/src/fmviewmanager.h	Thu Sep 02 20:16:57 2010 +0300
+++ b/filemanager/src/filemanager/src/fmviewmanager.h	Fri Sep 17 08:27:42 2010 +0300
@@ -32,6 +32,7 @@
 class QFileSystemWatcher;
 class FmDriveWatcher;
 class FmDialog;
+class ShareUi;
 
 /*
  * this class is used to record relationship between dialog and drive name 
@@ -65,12 +66,13 @@
     static void RemoveViewManager();
     static FmViewManager *viewManager();
     FmOperationService *operationService();
+    ShareUi *shareUi();
     
     Qt::Orientation orientation(); 
 
     void createFileView( const QString &path,
-        bool enableBackPathCheck = true, bool disableFind = false );
-    void createFindView( const QString &keyword, const QString &path );
+    bool enableBackPathCheck = true, bool disableFind = false );
+    void createFindView( const QString &keyword, const QStringList &pathList );
     void createDriverView();
     void createSplitView();
 	void createBackupView();
@@ -146,6 +148,9 @@
 	QList<FmDlgCloseUnit*> mDlgCloseUnitList;
 	
 	QPixmap mScreenShot;
+	
+	// used to send files
+    ShareUi *mShareUi;
 };