diff -r ea65f74e6de4 -r 8e5f6eea9c9f ui/inc/glxicondefs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ui/inc/glxicondefs.h Tue Aug 31 15:14:51 2010 +0300 @@ -0,0 +1,50 @@ +/* + * 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" + +//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 */