homescreensrv_plat/menu_content_service_api/inc/mcsmenuitem.h
branchRCL_3
changeset 23 ace62b58f4b2
parent 0 79c6a41cd166
equal deleted inserted replaced
22:1b207dd38b72 23:ace62b58f4b2
    38 
    38 
    39 public:
    39 public:
    40 
    40 
    41     enum TFlags ///< Item flags.
    41     enum TFlags ///< Item flags.
    42         {
    42         {
       
    43         ENoFlag = 0x0, ///< Item has no flags.
    43         ELockDelete = 0x1, ///< Item cannot be deleted.
    44         ELockDelete = 0x1, ///< Item cannot be deleted.
    44         ELockName = 0x2, ///< Item cannot be renamed.
    45         ELockName = 0x2, ///< Item cannot be renamed.
    45         ELockIcon = 0x4, ///< Icon cannot be changed.
    46         ELockIcon = 0x4, ///< Icon cannot be changed.
    46         ELockMoveInto = 0x8, ///< Cannot add items into this folder.
    47         ELockMoveInto = 0x8, ///< Cannot add items into this folder.
    47         ELockItem = 0x10, ///< Item cannot be moved to other folder, or reordered.
    48         ELockItem = 0x10, ///< Item cannot be moved to other folder, or reordered.