VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
plotPicker.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
7 #include <qwt_plot_picker.h>
8 
11 {
12 public:
14  explicit DtPlotPicker( int xAxis, int yAxis,
15  RubberBand rubberBand, DisplayMode trackerMode, QWidget*, int decimals = 1 );
16 
17  virtual ~DtPlotPicker();
18 
19  virtual void setDecimals(int);
20  int decimals() const
21  {
22  return myDecimals;
23  }
24 
25 protected:
26  virtual QwtText trackerTextF( const QPointF & ) const;
27 
28 protected:
29  int myDecimals;
30 };
int decimals() const
Definition: plotPicker.h:20
Add the ability to set decimals to cursor text.
Definition: plotPicker.h:10
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:32
int myDecimals
Definition: plotPicker.h:29

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)