calendarui/views/dayview/inc/calendayutils.h
changeset 77 b0711afde476
parent 58 ef813d54df51
--- a/calendarui/views/dayview/inc/calendayutils.h	Thu Sep 02 20:25:23 2010 +0300
+++ b/calendarui/views/dayview/inc/calendayutils.h	Fri Sep 17 08:29:05 2010 +0300
@@ -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_ */