ui/inc/glxicondefs.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:17:18 +0300
changeset 70 a91aa46552be
parent 33 1ee2af37811f
child 69 45459746d5e8
permissions -rw-r--r--
Revision: 201037 Kit: 201039

/*
 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
 * which accompanies this distribution, and is available
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
 *
 * Initial Contributors:
 * Nokia Corporation - initial contribution.
 *
 * Contributors:
 *
 * Description:   ?Description
 *
 */



#ifndef GLXICONDEFS_H
#define GLXICONDEFS_H


//FULLSCREEN TOOLBAR
#define GLXICON_FLIP        "qtg_mono_info"
#define GLXICON_SEND        "qtg_mono_send"
#define GLXICON_DELETE      "qtg_mono_delete"
#define GLXICON_USEIMAGE    "qtg_small_ovi"

//GRID TOOLBAR
#define GLXICON_ALL     "qtg_mono_photos"
#define GLXICON_ALBUMS  "qtg_mono_photo_albums"
#define GLXICON_CAMERA  "qtg_mono_camera"
#define GLXICON_OVI     "qtg_small_ovi"

//ALBUM GRID TOOLBAR
#define GLXICON_ADD     "qtg_mono_add_to_video_collection"
#define GLXICON_REMOVE  "qtg_mono_remove_from_video_collection"

//CORRUPT ICON
#define GLXICON_CORRUPT "qtg_large_corrupted"

//PLAY ICON
#define GLXICON_PLAY    "qtg_mono_play"

//DEFAULT ICON
#define GLXICON_DEFAULT "qtg_mono_camera"

#define GLXICON_ADD_TO_FAV  "qtg_graf_ratingslider_rated"
#define GLXICON_REMOVE_FAV  "qtg_graf_ratingslider_unrated"

#define GLXICON_WALL_UI_ON   "qtg_mono_back"

#endif /* GLXICONDEFS_H */