]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
0019819: EDF 643 VISU : Scalar bar ergonomics
authorsln <sln@opencascade.com>
Tue, 16 Dec 2008 11:38:23 +0000 (11:38 +0000)
committersln <sln@opencascade.com>
Tue, 16 Dec 2008 11:38:23 +0000 (11:38 +0000)
Scalar bar ergonomics is updated.

Two Parameters "Title width (%)" and "Title height (%)" are replaced with one parameter "Title size (%)".

Two Parameters "Labels width (%)" and "Labels height (%)" are replaced with one parameter "Labels size (%)".

Format of labels is stored as integer value specified format precision instead of string value representing format. This integer value is used by Preferences and "Bar properties" dialog box. All other internal objects (actors and presentations) uses format as string values. Two auxiliary methods  VISU_Prs3dUtils::ToFormat() and  VISU_Prs3dUtils::ToPrecision() are created for converting precision to format and vice versa.

Label "Dimensions" of "Scalar bar properties" pane is replaced with "Dimensions (in % of the size of view)"

doc/salome/gui/VISU/input/scalar_map.doc

index 1f92cc3cb7a57c767ad51fd6ffde18309b15071e..e99ab907271735cdc322ee571f46f77799791f82 100644 (file)
@@ -91,7 +91,7 @@ orientation of the scalar bar.</li>
 <li><b>Origin:</b> you can enter X & Y coordinates of the origin of
 the scalar bar.</li>
 <li><b>Dimensions:</b> you can enter \b Width and \b Height of the
-scalar bar.</li>
+scalar bar specified in % of the size of view.</li>
 <li><b>Text properties</b> button allows you to define from the
 following dialog box:
 
@@ -110,11 +110,11 @@ following dialog box:
 \image html barproperty.png
 
 <ul>
-<li>Relative \b width and \b height of \b Title (in percents),</li>
-<li>Relative \b width and \b height of \b Labels (in percents),</li>
-<li>Relative \b width and \b height of \b Bar (in percents),</li>
+<li>Relative \b size of \b Title (in percents of the width of scalar bar widget),</li>
+<li>Relative \b size of \b Labels (in percents of the width of scalar bar widget),</li>
+<li>Relative \b width and \b height of \b Bar (in percents of the width and height of scalar bar widget),</li>
 <li>Visibility of \b Units in \b Title,</li>
-<li>Format of \b Labels.</li>
+<li>Precision of \b Labels which specifies the number of characters to be printed, the number of decimal places, or the number of significant digits</li>
 </ul>
 </li>
 </ul>