diff -r 1881ad52dc45 -r a5ed90760192 calendarui/views/dayview/inc/calendayutils.h --- a/calendarui/views/dayview/inc/calendayutils.h Tue Aug 31 18:15:13 2010 +0530 +++ b/calendarui/views/dayview/inc/calendayutils.h Mon Sep 06 10:12:45 2010 +0530 @@ -32,6 +32,7 @@ qreal screenWidth() const; qreal hourElementWidth() const; qreal hourElementHeight() const; + qreal minEventHeight() const; qreal contentWidth() const; Qt::Orientation orientation() const; @@ -56,6 +57,7 @@ private: qreal calculateHourElementWidth() const; qreal calculateHourElementHeight() const; + qreal calculateMinEventHeight() const; private: // data @@ -65,6 +67,7 @@ qreal mHourElementWidth; //!< The width of hour element qreal mHourElementHeight; //!< The height of hour element + qreal mMinEventHeight; //!< The minimum height of event bubble }; #endif /* CALENDAYUTILS_H_ */