inc/glxbackgroundtnmessagedefs.h
changeset 23 74c9f037fd5d
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Background Thumbnail messages
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef _GLXBACKGROUNDTNMESSAGEDEFS_H
       
    21 #define _GLXBACKGROUNDTNMESSAGEDEFS_H
       
    22 
       
    23 #include <e32base.h>
       
    24 
       
    25 class CFbsBitmap;
       
    26 
       
    27 /**
       
    28  * Background Thumbnail message
       
    29  */
       
    30 const TInt KGlxMessageIdBackgroundThumbnail         = 0x2000A76E;
       
    31 
       
    32 /**
       
    33  *  Attributes supported for KGlxMessageIdBackgroundThumbnail
       
    34  */    
       
    35 /**
       
    36  *  TMPXItemId (as def'd in CollectionPath)
       
    37  *  ID of media changed
       
    38  */
       
    39 const TMPXAttributeData KGlxBackgroundThumbnailMediaId={KGlxMessageIdBackgroundThumbnail, 0x01};
       
    40 /**
       
    41  *  TSize
       
    42  *  (Optional) size of thumbnail created
       
    43  */
       
    44 const TMPXAttributeData KGlxBackgroundThumbnailSize={KGlxMessageIdBackgroundThumbnail, 0x02};
       
    45 /**
       
    46  *  TInt
       
    47  *  (Optional) size of thumbnail created
       
    48  */
       
    49 const TMPXAttributeData KGlxBackgroundThumbnailError={KGlxMessageIdBackgroundThumbnail, 0x04};
       
    50 
       
    51 
       
    52 #endif // _GLXBACKGROUNDTNMESSAGEDEFS_H