ui/inc/glxicondefs.h
changeset 24 99ad1390cd33
child 26 c499df2dbb33
equal deleted inserted replaced
23:74c9f037fd5d 24:99ad1390cd33
       
     1 /*
       
     2  * Copyright (c) 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:   ?Description
       
    15  *
       
    16  */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef GLXICONDEFS_H
       
    21 #define GLXICONDEFS_H
       
    22 
       
    23 
       
    24 //FULLSCREEN TOOLBAR
       
    25 #define GLXICON_FLIP     "qtg_mono_info"
       
    26 #define GLXICON_SEND     "qtg_mono_send"
       
    27 #define GLXICON_DELETE   "qtg_mono_delete"
       
    28 
       
    29 //GRID TOOLBAR
       
    30 #define GLXICON_ALL     "qtg_mono_photos_all"
       
    31 #define GLXICON_ALBUMS  "qtg_mono_albums"
       
    32 #define GLXICON_CAMERA  "qtg_mono_camera"
       
    33 #define GLXICON_OVI     "qtg_small_ovi"
       
    34 
       
    35 //CORRUPT ICON
       
    36 #define GLXICON_CORRUPT "qtg_large_corrupted"
       
    37 
       
    38 //PLAY ICON
       
    39 #define GLXICON_PLAY    "qtg_mono_play"
       
    40 
       
    41 //DEFAULT ICON
       
    42 #define GLXICON_DEFAULT "qtg_mono_camera"
       
    43 
       
    44 #endif /* GLXICONDEFS_H */