filemanager/App/inc/CFileManagerViewBase.h
branchRCL_3
changeset 52 40fb776cbfb3
parent 42 f5c50b8af68c
--- a/filemanager/App/inc/CFileManagerViewBase.h	Wed Sep 15 11:58:56 2010 +0300
+++ b/filemanager/App/inc/CFileManagerViewBase.h	Wed Oct 13 14:17:31 2010 +0300
@@ -276,6 +276,21 @@
         void CmdDeleteL();
 
         /**
+         * Marks all markable items in list.
+         */
+        void CmdMarkAllL();
+
+        /**
+         * Unmarks all marked items in list.
+         */
+        void CmdUnmarkAllL();
+
+        /**
+         * Changes mark status of currently focused item.
+         */
+        void CmdToggleMarkL();
+
+        /**
          * Creates new folder to currently active directory.
          */
         void CmdNewFolderL();