wxMathPlot basic code formatting
This commit is contained in:
parent
0667b7ba63
commit
557f9270c7
|
@ -3,9 +3,9 @@
|
|||
// Purpose: Framework for plotting in wxWindows
|
||||
// Original Author: David Schalig
|
||||
// Maintainer: Davide Rondini
|
||||
// Contributors: Jose Luis Blanco, Val Greene
|
||||
// Contributors: Jose Luis Blanco, Val Greene, Maciej Suminski, Tomasz Wlostowski
|
||||
// Created: 21/07/2003
|
||||
// Last edit: 09/09/2007
|
||||
// Last edit: 05/08/2016
|
||||
// Copyright: (c) David Schalig, Davide Rondini
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
// Purpose: Framework for plotting in wxWindows
|
||||
// Original Author: David Schalig
|
||||
// Maintainer: Davide Rondini
|
||||
// Contributors: Jose Luis Blanco, Val Greene
|
||||
// Contributors: Jose Luis Blanco, Val Greene, Maciej Suminski, Tomasz Wlostowski
|
||||
// Created: 21/07/2003
|
||||
// Last edit: 22/02/2009
|
||||
// Last edit: 05/08/2016
|
||||
// Copyright: (c) David Schalig, Davide Rondini
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -1953,19 +1953,13 @@ class WXDLLIMPEXP_MATHPLOT mpBitmapLayer : public mpLayer
|
|||
wxBitmap m_scaledBitmap;
|
||||
wxCoord m_scaledBitmap_offset_x,m_scaledBitmap_offset_y;
|
||||
|
||||
|
||||
bool m_validImg;
|
||||
|
||||
|
||||
/** The shape of the bitmap:
|
||||
*/
|
||||
double m_min_x,m_max_x,m_min_y,m_max_y;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*@}*/
|
||||
|
||||
#endif // _MP_MATHPLOT_H_
|
||||
|
|
Loading…
Reference in New Issue