phoneuis/bubblemanager2/inc/bubbleprimitives.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:31:11 +0300
changeset 27 2f8f8080a020
parent 22 6bb1b21d2484
permissions -rw-r--r--
Revision: 201015 Kit: 201018

/*!
* 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:  Primitive items in call bubble.
*
*/

#ifndef BUBBLEPRIMITIVES_H
#define BUBBLEPRIMITIVES_H

enum BubblePrimitive
{
    BP_Bubble_frame = 0,
    BP_Text1_text,
    BP_Text2_text,
    BP_Text3_text,
    BP_CallStatus_icon,
    BP_NumberType_icon,
    BP_Ciphering_icon,
    BP_DefaultAvatar_icon,
    BP_Bubble_primitive_count
};

#endif // BUBBLEPRIMITIVES_H