]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ViewerProxy.h
Salome HOME
#29478: Show names of groups in the view
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.h
index 59e5d0b82df13afd85f403ff4ad610a8854a38c8..2ba62974bf7690d97aafc1a6e76de580ad927167 100644 (file)
@@ -166,6 +166,12 @@ Q_OBJECT
   //! Set color scale parameters according to user preferences and window size
   void setupColorScale();
 
+  //! Sets the text displayed in right-top corner of the 3D view
+  //! \param theText the text to display, or empty string to erase presentation;
+  //!        the first item is the font name and text color
+  //! \param theSize size of the text font
+  virtual void setText(const ModuleBase_IViewer::TextColor& theText, const int theSize);
+
   // Fit all along Z (perpendicular to display)
   //virtual void Zfitall();