Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
+
Variables
a
b
c
d
e
f
h
i
l
m
n
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
All
Functions
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::minimumSizeHint
virtual QSize minimumSizeHint() const
Definition:
QwtPlotCustom.cpp:19
rqt_multiplot::QwtPlotCustom::QwtPlotCustom
QwtPlotCustom(QWidget *=NULL)
Definition:
QwtPlotCustom.cpp:5
rqt_multiplot::QwtPlotCustom::sizeHint
virtual QSize sizeHint() const
Definition:
QwtPlotCustom.cpp:15
QwtPlotCustom.h
rqt_multiplot
Definition:
BagQuery.h:33
rqt_multiplot_plugin
Author(s): Ralf Kaestner
autogenerated on Mon May 15 2023 02:25:18