calendarui/views/inc/caleneventlistviewitem.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:29:05 +0300
changeset 77 b0711afde476
parent 68 a5a1242fd2e8
permissions -rw-r--r--
Revision: 201035 Kit: 201037

/*
* 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:  CalenEventListViewItem class definition
*
*/

#ifndef __CALEN_EVENT_LIST_VIEW_ITEM_H__
#define __CALEN_EVENT_LIST_VIEW_ITEM_H__

// System includes
#include <hblistviewitem.h>

class CalenEventListViewItem : public HbListViewItem
{
    Q_OBJECT
  
public:
    /**
     * @brief Constructor
     * @param CalenAgendaViewWidget
     */
    CalenEventListViewItem(QGraphicsItem *parent = 0);
    
    /**
     * @brief Destructor
     */
    ~CalenEventListViewItem();

    /**
     * @brief creates the instance  of the class
     */
    HbAbstractViewItem * createItem();
    
    /**
     * @brief crestes the item of the list
     */
    void updateChildItems();
    
};

#endif      // __CALEN_EVENT_LIST_VIEW_ITEM_H__