diff -r 579cc610882e -r ef813d54df51 calendarui/views/dayview/inc/calendayhourelement.h --- a/calendarui/views/dayview/inc/calendayhourelement.h Tue Jul 06 14:14:56 2010 +0300 +++ b/calendarui/views/dayview/inc/calendayhourelement.h Wed Aug 18 09:47:38 2010 +0300 @@ -1,32 +1,32 @@ /* -* Copyright (c) 2010 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: Day view control of calendar -* -*/ + * Copyright (c) 2010 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: Day view control of calendar + * + */ #ifndef CALENDAYHOURELEMENT_H #define CALENDAYHOURELEMENT_H -//System includes +// System includes #include #include -#include +#include -//User includes +// User includes -//Forward declarations +// Forward declarations class CalenDayHourScrollArea; class CalenDayHourElement : public HbWidget @@ -34,25 +34,19 @@ Q_OBJECT public: - - /** - * Constructor. - */ - CalenDayHourElement(const QTime &time, QGraphicsItem *parent=0); - - /** - * Destructor. - */ + + CalenDayHourElement(const QTime &time, QGraphicsItem *parent = 0); virtual ~CalenDayHourElement(); - /** - * - */ - void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget); + void setTime(const QTime &time); + QTime time() const; + + void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, + QWidget * widget); private: - - CalenDayHourScrollArea *mContainer; + + const CalenDayHourScrollArea *mContainer; QTime mHour; QColor mHourLineColor; qreal mUnitInPixels;