3rdparty
qwt
src
qwt_abstract_legend.cpp
Go to the documentation of this file.
1
/******************************************************************************
2
* Qwt Widget Library
3
* Copyright (C) 1997 Josef Wilgen
4
* Copyright (C) 2002 Uwe Rathmann
5
*
6
* This library is free software; you can redistribute it and/or
7
* modify it under the terms of the Qwt License, Version 1.0
8
*****************************************************************************/
9
10
#include "
qwt_abstract_legend.h
"
11
#include "
qwt_legend_data.h
"
12
18
QwtAbstractLegend::QwtAbstractLegend
( QWidget* parent )
19
: QFrame( parent )
20
{
21
}
22
24
QwtAbstractLegend::~QwtAbstractLegend
()
25
{
26
}
27
35
int
QwtAbstractLegend::scrollExtent
( Qt::Orientation orientation )
const
36
{
37
Q_UNUSED( orientation );
38
return
0;
39
}
40
41
#if QWT_MOC_INCLUDE
42
#include "moc_qwt_abstract_legend.cpp"
43
#endif
qwt_legend_data.h
QwtAbstractLegend::QwtAbstractLegend
QwtAbstractLegend(QWidget *parent=NULL)
Definition:
qwt_abstract_legend.cpp:18
QwtAbstractLegend::~QwtAbstractLegend
virtual ~QwtAbstractLegend()
Destructor.
Definition:
qwt_abstract_legend.cpp:24
QwtAbstractLegend::scrollExtent
virtual int scrollExtent(Qt::Orientation) const
Definition:
qwt_abstract_legend.cpp:35
qwt_abstract_legend.h
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Nov 11 2024 03:23:45