• 大小: 3.23MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-28
  • 语言: 其他
  • 标签: QT  绘图  QCustomPlot  

资源简介

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

资源截图

代码片段和文件信息

/***************************************************************************
**                                                                        **
**  QCustomPlot an easy to use modern plotting widget for Qt            **
**  Copyright (C) 2011 2012 2013 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: 01.08.13                                             **
**          Version: 1.0.0                                                **
****************************************************************************/

#include “qcustomplot.h“




////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////// QCPPainter
////////////////////////////////////////////////////////////////////////////////////////////////////

/*! \class QCPPainter
  \brief QPainter subclass used internally
  
  This internal class is used to provide some extended functionality e.g. for tweaking position
  consistency between antialiased and non-antialiased painting. Further it provides workarounds
  for QPainter quirks.
  
  \warning This class intentionally hides non-virtual functions of QPainter e.g. setPen save and
  restore. So while it is possible to pass a QCPPainter instance to a function that expects a
  QPainter pointer some of the workarounds and tweaks will be unavailable to the function (because
  it will call the base class implementations of the functions actually hidden by QCPPainter).
*/

/*!
  Creates a new QCPPainter instance and sets default values
*/
QCPPainter::QCPPainter() :
  QPainter()
  mModes(pmDefault)
  mIsAntialiasing(false)
{
  // don‘t setRenderHint(QPainter::NonCosmeticDefaut

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-08-21 10:12  QCustomPlot - v1.0\
     文件       23646  2013-08-02 06:19  QCustomPlot - v1.0\changelog.txt
     目录           0  2013-08-21 10:12  QCustomPlot - v1.0\documentation\
     目录           0  2013-08-21 10:12  QCustomPlot - v1.0\documentation\html\
     文件       14486  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\annotated.html
     文件       13680  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\AxisNamesOverview.png
     文件       18246  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\AxisRectSpacingOverview.png
     文件       77374  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\axis_8h_source.html
     文件         680  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\bc_s.png
     文件         147  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\bdwn.png
     文件        5609  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classes.html
     文件        1903  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classoverview.html
     文件       85630  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAbstractItem.html
     文件       27206  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAbstractItem__inherit__graph.png
     文件       89388  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAbstractLegendItem.html
     文件        6450  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAbstractLegendItem__inherit__graph.png
     文件      111647  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAbstractPlottable.html
     文件        9119  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAbstractPlottable__inherit__graph.png
     文件      190012  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAxis.html
     文件      144355  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAxisRect.html
     文件        3797  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAxisRect__inherit__graph.png
     文件        2438  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPAxis__inherit__graph.png
     文件        4816  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPBarData.html
     文件      136122  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPBars.html
     文件        4149  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPBars__inherit__graph.png
     文件      139393  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPCurve.html
     文件        5518  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPCurveData.html
     文件        4091  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPCurve__inherit__graph.png
     文件        6258  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPData.html
     文件      208757  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPGraph.html
     文件        4222  2013-08-02 06:23  QCustomPlot - v1.0\documentation\html\classQCPGraph__inherit__graph.png
............此处省略262个文件信息

评论

共有 条评论