-
大小: 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个文件信息
相关资源
- Qt属性表控件-QtPropertyBrowser
- mqtt源码及文档
- Qt OpenGL 多图片纹理例程
- 资源文件此资源是作者博客教程所用
- Qt绘制频谱
- 几何画板中文破解版+工具包
- MQTT 客户端调试工具V1.1
- 嵌入式linux下QT开发 Camera摄像头采集视
- Qt4编写简单的计算器
- qtribbon可用
- Qt编程_数字图像处理
- air202 mqtt 测试程序
- qt5串口简单实现图片、pdf文件的传输
- openCV+qt视频传输
- QT 获取天气
- Linux下QT串口通信已测可用
- QT实现的小日历
- Qt 下使用线程绘图
- pyqt qss实现的360界面
- Qt模仿360界面实现(含所有源代码)
- ds18b20-mini2440驱动,测试程序,qt显示
- qt5.8实现rtsp流播放
- Qt通过UDP传图片 实现自定义分包和组
- QT5检测USB设备
- Qt4~实现音乐播放器~完整
- Qt 雷达图 卫星图
- 基于QT的象棋游戏
- 史上最详细的触摸屏tslib库移植和Qt的
- 基于QT的绘图软件.rar
- QT添加水印源码
评论
共有 条评论