calendarui/views/dayview/inc/calendayutils.h
changeset 70 a5ed90760192
parent 57 bb2d3e476f29
child 81 ce92091cbd61
--- 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_ */