Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qwt
src
qwt_abstract_legend.cpp
Go to the documentation of this file.
1
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
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
17
QwtAbstractLegend::QwtAbstractLegend
( QWidget *parent ):
18
QFrame( parent )
19
{
20
}
21
23
QwtAbstractLegend::~QwtAbstractLegend
()
24
{
25
}
26
34
int
QwtAbstractLegend::scrollExtent
( Qt::Orientation orientation )
const
35
{
36
Q_UNUSED( orientation );
37
return
0;
38
}
qwt_abstract_legend.h
QwtAbstractLegend::~QwtAbstractLegend
virtual ~QwtAbstractLegend()
Destructor.
Definition:
qwt_abstract_legend.cpp:23
QwtAbstractLegend::QwtAbstractLegend
QwtAbstractLegend(QWidget *parent=NULL)
Definition:
qwt_abstract_legend.cpp:17
QwtAbstractLegend::scrollExtent
virtual int scrollExtent(Qt::Orientation) const
Definition:
qwt_abstract_legend.cpp:34
plotjuggler
Author(s): Davide Faconti
autogenerated on Sat Jul 6 2019 03:44:17