Added mask calculation to panel.
[situare] / src / ui / tabbedpanel.h
index 5420bf0..6a483bf 100644 (file)
@@ -119,6 +119,13 @@ public slots:
 
 private slots:
     /**
+    * @brief Calculates mask for this widget.
+    *
+    * Mask is constructed from PanelTabBar, PanelContextButtonBar and panel content sizes.
+    */
+    void calculateMask();
+
+    /**
      * @brief Repositions context button bar
      */
     void repositionContextButtonBar();