diff -r 6a0ceb387ac7 -r 40fb776cbfb3 filemanager/App/inc/CFileManagerViewBase.h --- 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();