classicui_pub/information_preview_popup_api/inc/AknPreviewPopUpController.h
branchRCL_3
changeset 51 fcdfafb36fe7
parent 0 2f259fa3e83a
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
    59             ELayoutSubMenu = 0x0002, // submenu graphics are used
    59             ELayoutSubMenu = 0x0002, // submenu graphics are used
    60             EPermanentMode = 0x0004, // popup stays visible infinitely
    60             EPermanentMode = 0x0004, // popup stays visible infinitely
    61             EFixedMode     = 0x0008, // fixed position and size are used
    61             EFixedMode     = 0x0008, // fixed position and size are used
    62             EExcludeFrames = 0x0010, // frames and heading area are excluded in fixed mode
    62             EExcludeFrames = 0x0010, // frames and heading area are excluded in fixed mode
    63             EAutoMirror    = 0x0020, // opening direction is automatically mirrored in left-to-right layouts
    63             EAutoMirror    = 0x0020, // opening direction is automatically mirrored in left-to-right layouts
    64             EDontClose     = 0x0040  // popup not closed when pointer up received outside popup 
    64             EDontClose     = 0x0040, // popup not closed when pointer up received outside popup
       
    65             EConsumeKeys   = 0x0080  // popup consumes key events
    65     };
    66     };
    66             
    67             
    67         enum TAknPreviewPopUpContentSize
    68         enum TAknPreviewPopUpContentSize
    68             {
    69             {
    69             ESmall,
    70             ESmall,