-
大小: 3.23MB文件类型: .zip金币: 2下载: 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 Creator5)
- vtk QT做的三维地质可视化系统2of2
- Qt局域网聊天软件
- Qt Creator opengl实现四元数鼠标控制轨迹
- QT局域网聊天系统(基于QT5.修改过)
- qt-电子点菜系统
- C 餐厅叫号系统(QT平)
- 简易绘图的制作 (一)WPF
- QT 实现文件下载
- qt图像处理
- QT,JPEG解码源代码(已完成)
- MFC绘图小软件源代码(可当VC大作业用
- 简易绘图程序(计算机图形学课程设
- Qt 播放音频文件
- VC 使用GDI 矢量绘图软件源代码
- Qt 读取16进制的data文件
- MQTT+串口(usart)透传
- 易语言QQTEA算法源码
- VC工程转Qt工程文件的工具
- CRC校验小工具
- MQTT推送Demo
- 基于Linux、QT的视频监控系统的设计与
- Qt 百度地图 定位
- QT酷炫界面开发指南《QmlBook》
- Ubuntu下操作Excel,qt代码
- CAD门窗绘图插件
- Qt图片浏览器 --基于Qt的Graphics View f
- qtnribbon2破解
- Qt软件开发 完整项目代码
- MQTT_3.1protocol_Specific中文版
评论
共有 条评论