Salome HOME
Do not clear in neutral point correction.
[modules/shaper.git] / src / XGUI / XGUI_ErrorMgr.h
index 4b1ca159c984953d247cde182dda7cd4fc32faa1..3a320c4b0e807877a5c53b532230a6a78f504ca8 100644 (file)
@@ -52,6 +52,9 @@ protected slots:
   virtual void onWidgetChanged();
 
 private:
+  /// Stores initial values of accept/accept all tool/status tip to internal containers
+  void storeInitialActionValues();
+
   /// It disables the propety panel Accept action if the error message is not empty
   /// The message is set to the header tool tip.
   /// \param theAction an action to be changed
@@ -76,6 +79,8 @@ private:
   QLabel* myErrorLabel; /// contains an error information
   QString myAcceptToolTip; /// cached tool tip value for enabled Accept action
   QString myAcceptAllToolTip; /// cached tool tip value for enabled AcceptAll action
+  QString myAcceptStatusTip; /// cached status tip value for enabled Accept action
+  QString myAcceptAllStatusTip; /// cached status tip value for enabled AcceptAll action
 };
 
 #endif // XGUI_ErrorMgr_H
\ No newline at end of file