rock_widget_collection
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
build
rock-master-18.09-gui-rock-widget-collection-0.20180124
src
plot2d
Plot2d.cc
Go to the documentation of this file.
1
2
#include "
Plot2d.h
"
3
#include <stdexcept>
4
#include <sstream>
5
#include <QtCore/QtPlugin>
6
#include <QMouseEvent>
7
8
9
Plot2d::Plot2d
(QWidget *parent):
10
QCustomPlot
(parent),auto_scroll(true)
11
{
12
}
13
14
Plot2d::~Plot2d
(){}
15
16
// wrapper function for ruby bindings
17
void
Plot2d::removeGraph
(
int
index)
18
{
19
QCustomPlot::removePlottable
(index);
20
}
21
22
23
Plot2d.h
QCustomPlot
The central class which is also the QWidget which displays the plot and interacts with the user...
Definition:
qcustomplot.h:895
Plot2d::Plot2d
Plot2d(QWidget *parent=NULL)
Definition:
Plot2d.cc:9
Plot2d::removeGraph
void removeGraph(int index)
Definition:
Plot2d.cc:17
Plot2d::~Plot2d
virtual ~Plot2d()
Definition:
Plot2d.cc:14
QCustomPlot::removePlottable
bool removePlottable(QCPAbstractPlottable *plottable)
Definition:
qcustomplot.cc:5274
Generated by
1.8.11