VR-Forces 5.0.1 Developer's Guide
 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:33
int myDecimals
Definition: plotPicker.h:29

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)