Main Page
Namespaces
Classes
Files
File List
src
rqt_multiplot
QwtPlotCustom.cpp
Go to the documentation of this file.
1
#include "
rqt_multiplot/QwtPlotCustom.h
"
2
3
namespace
rqt_multiplot
{
4
5
QwtPlotCustom::QwtPlotCustom
(QWidget *parent)
6
: QwtPlot(parent) {
7
8
}
9
10
QwtPlotCustom::QwtPlotCustom
(
const
QwtText &title, QWidget *p)
11
: QwtPlot(title, p) {
12
13
}
14
15
QSize
QwtPlotCustom::sizeHint
()
const
{
16
return
QSize(50, 50);
17
}
18
19
QSize
QwtPlotCustom::minimumSizeHint
()
const
{
20
return
QSize(50, 50);
21
}
22
23
}
rqt_multiplot::QwtPlotCustom::QwtPlotCustom
QwtPlotCustom(QWidget *=NULL)
Definition:
QwtPlotCustom.cpp:5
rqt_multiplot::QwtPlotCustom::minimumSizeHint
virtual QSize minimumSizeHint() const
Definition:
QwtPlotCustom.cpp:19
QwtPlotCustom.h
rqt_multiplot::QwtPlotCustom::sizeHint
virtual QSize sizeHint() const
Definition:
QwtPlotCustom.cpp:15
rqt_multiplot
Definition:
BagQuery.h:33
rqt_multiplot
Author(s): Ralf Kaestner
autogenerated on Wed Jul 10 2019 03:49:44