webengine/wmlengine/src/browser/include/nw_browser_browserimages.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Mar 2010 09:52:28 +0200
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
permissions -rw-r--r--
Revision: 201006 Kit: 201011

/*
* 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 the License "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: 
*
*/
#ifndef __NW_BROWSER_BROWSERIMAGES_H
#define __NW_BROWSER_BROWSERIMAGES_H

#include <bldvariant.hrh>
#include <data_caging_path_literals.hrh>

_LIT( KBrowserBitmapsName,"browserbitmaps.mbm" );


const TUint qgn_prop_wml_square                 = 0;
const TUint qgn_prop_wml_disc                   = 1;
const TUint qgn_prop_wml_circle                 = 2;
const TUint qgn_prop_wml_image_not_shown        = 3;
const TUint qgn_prop_wml_selectarrow            = 4;
const TUint qgn_prop_wml_object                 = 5;
const TUint qgn_prop_wml_radiobutt_off          = 6;
const TUint qgn_prop_wml_radiobutt_on           = 7;
const TUint qgn_prop_wml_radiobutt_on_sel       = 8;
const TUint qgn_prop_wml_radiobutt_off_sel      = 9;
const TUint qgn_prop_wml_checkbox_off           = 10;
const TUint qgn_prop_wml_checkbox_on            = 11;
const TUint qgn_prop_wml_checkbox_on_sel        = 12;
const TUint qgn_prop_wml_checkbox_off_sel       = 13;
const TUint qgn_prop_wml_selectfile             = 14;
const TUint qgn_prop_wml_image_map              = 15;
// Masks
const TUint qgn_prop_wml_square_mask            = 16;
const TUint qgn_prop_wml_disc_mask              = 17;
const TUint qgn_prop_wml_circle_mask            = 18;
const TUint qgn_prop_wml_image_not_shown_mask   = 19;
const TUint qgn_prop_wml_selectarrow_mask       = 20;
const TUint qgn_prop_wml_object_mask            = 21;
const TUint qgn_prop_wml_radiobutt_off_mask     = 22;
const TUint qgn_prop_wml_radiobutt_on_mask      = 23;
const TUint qgn_prop_wml_radiobutt_on_sel_mask  = 24;
const TUint qgn_prop_wml_radiobutt_off_sel_mask = 25;
const TUint qgn_prop_wml_checkbox_off_mask      = 26;
const TUint qgn_prop_wml_checkbox_on_mask       = 27;
const TUint qgn_prop_wml_checkbox_on_sel_mask   = 28;
const TUint qgn_prop_wml_checkbox_off_sel_mask  = 29;
const TUint qgn_prop_wml_selectfile_mask        = 30;
const TUint qgn_prop_wml_image_map_mask         = 31;

#endif