filemanager/App/inc/CFileManagerViewBase.h
branchRCL_3
changeset 52 40fb776cbfb3
parent 42 f5c50b8af68c
equal deleted inserted replaced
45:6a0ceb387ac7 52:40fb776cbfb3
   272         /**
   272         /**
   273          * Executes delete command to delete current item
   273          * Executes delete command to delete current item
   274          * or if there are marked items, all of them are deleted.
   274          * or if there are marked items, all of them are deleted.
   275          */
   275          */
   276         void CmdDeleteL();
   276         void CmdDeleteL();
       
   277 
       
   278         /**
       
   279          * Marks all markable items in list.
       
   280          */
       
   281         void CmdMarkAllL();
       
   282 
       
   283         /**
       
   284          * Unmarks all marked items in list.
       
   285          */
       
   286         void CmdUnmarkAllL();
       
   287 
       
   288         /**
       
   289          * Changes mark status of currently focused item.
       
   290          */
       
   291         void CmdToggleMarkL();
   277 
   292 
   278         /**
   293         /**
   279          * Creates new folder to currently active directory.
   294          * Creates new folder to currently active directory.
   280          */
   295          */
   281         void CmdNewFolderL();
   296         void CmdNewFolderL();