filemanager/App/inc/CFileManagerViewBase.h
branchRCL_3
changeset 22 f5c50b8af68c
parent 21 65326cf895ed
equal deleted inserted replaced
21:65326cf895ed 22:f5c50b8af68c
   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();
       
   292 
   277 
   293         /**
   278         /**
   294          * Creates new folder to currently active directory.
   279          * Creates new folder to currently active directory.
   295          */
   280          */
   296         void CmdNewFolderL();
   281         void CmdNewFolderL();