VR-Forces 4.7 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 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)