• 大小: 7.17MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-09
  • 语言: 其他
  • 标签: QT  绘图  控件  

资源简介

qt超强精美绘图控件 - QCustomPlot 详细介绍:http://blog.csdn.net/czyt1988/article/details/10143141

资源截图

代码片段和文件信息

/***************************************************************************
**                                                                        **
**  QCustomPlot an easy to use modern plotting widget for Qt            **
**  Copyright (C) 2011-2017 Emanuel Eichhammer                            **
**                                                                        **
**  This program is free software: you can redistribute it and/or modify  **
**  it under the terms of the GNU General Public License as published by  **
**  the Free Software Foundation either version 3 of the License or     **
**  (at your option) any later version.                                   **
**                                                                        **
**  This program is distributed in the hope that it will be useful       **
**  but WITHOUT ANY WARRANTY; without even the implied warranty of        **
**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         **
**  GNU General Public License for more details.                          **
**                                                                        **
**  You should have received a copy of the GNU General Public License     **
**  along with this program.  If not see http://www.gnu.org/licenses/.   **
**                                                                        **
****************************************************************************
**           Author: Emanuel Eichhammer                                   **
**  Website/Contact: http://www.qcustomplot.com/                          **
**             Date: 04.09.17                                             **
**          Version: 2.0.0                                                **
****************************************************************************/

#include “qcustomplot.h“


/* including file ‘src/vector2d.cpp‘ size 7340                              */
/* commit 9868e55d3b412f2f89766bb482fcf299e93a0988 2017-09-04 01:56:22 +0200 */

////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////// QCPVector2D
////////////////////////////////////////////////////////////////////////////////////////////////////

/*! \class QCPVector2D
  \brief Represents two doubles as a mathematical 2D vector
  
  This class acts as a replacement for QVector2D with the advantage of double precision instead of
  single and some convenience methods tailored for the QCustomPlot library.
*/

/* start documentation of inline functions */

/*! \fn void QCPVector2D::setX(double x)
  
  Sets the x coordinate of this vector to \a x.
  
  \see setY
*/

/*! \fn void QCPVector2D::setY(double y)
  
  Sets the y coordinate of this vector to \a y.
  
  \see setX
*/

/*! \fn double QCPVector2D::length() const
  
  Returns the length of this vector.
  
  \see lengthSquared
*/

/*! \fn double QCPVector2D::lengthSquared() const
  
  Returns the squared lengt

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      49123  2017-09-04 07:58  qcustomplot(1)\changelog.txt

     文件      10472  2017-09-04 08:02  qcustomplot(1)\documentation\html\adaptive-sampling-line.png

     文件      15947  2017-09-04 08:02  qcustomplot(1)\documentation\html\adaptive-sampling-scatter.png

     文件      25459  2017-09-04 08:02  qcustomplot(1)\documentation\html\annotated.html

     文件       4453  2017-09-04 08:02  qcustomplot(1)\documentation\html\AxisNamesOverview.png

     文件       5752  2017-09-04 08:02  qcustomplot(1)\documentation\html\AxisRectSpacingOverview.png

     文件       1504  2017-09-04 08:02  qcustomplot(1)\documentation\html\axisticker-datetime.png

     文件        810  2017-09-04 08:02  qcustomplot(1)\documentation\html\axisticker-fixed.png

     文件        801  2017-09-04 08:02  qcustomplot(1)\documentation\html\axisticker-log-powers.png

     文件        693  2017-09-04 08:02  qcustomplot(1)\documentation\html\axisticker-log.png

     文件        823  2017-09-04 08:02  qcustomplot(1)\documentation\html\axisticker-pi.png

     文件       1431  2017-09-04 08:02  qcustomplot(1)\documentation\html\axisticker-text.png

     文件        876  2017-09-04 08:02  qcustomplot(1)\documentation\html\axisticker-time.png

     文件       1195  2017-09-04 08:02  qcustomplot(1)\documentation\html\axisticker-time2.png

     文件        380  2017-09-04 08:02  qcustomplot(1)\documentation\html\bc_s.png

     文件        270  2017-09-04 08:02  qcustomplot(1)\documentation\html\bdwn.png

     文件       9060  2017-09-04 08:02  qcustomplot(1)\documentation\html\classes.html

     文件       5952  2017-09-04 08:02  qcustomplot(1)\documentation\html\classoverview.html

     文件      82638  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractItem.html

     文件       6066  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractItem__inherit__graph.png

     文件      68331  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractLegendItem.html

     文件       1550  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractLegendItem__inherit__graph.png

     文件      23892  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractPaintBuffer.html

     文件       2218  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractPaintBuffer__inherit__graph.png

     文件     121629  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractPlottable.html

     文件      77287  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractPlottable1D.html

     文件       2226  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractPlottable1D__inherit__graph.png

     文件       8093  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAbstractPlottable__inherit__graph.png

     文件     188635  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAxis.html

     文件     145817  2017-09-04 08:02  qcustomplot(1)\documentation\html\classQCPAxisRect.html

............此处省略345个文件信息

评论

共有 条评论