Qwt User's Guide 6.3.0
Loading...
Searching...
No Matches
qwt_abstract_legend.cpp
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
19 : QFrame( parent )
20{
21}
22
27
35int QwtAbstractLegend::scrollExtent( Qt::Orientation orientation ) const
36{
37 Q_UNUSED( orientation );
38 return 0;
39}
40
41#include "moc_qwt_abstract_legend.cpp"
virtual int scrollExtent(Qt::Orientation) const
virtual ~QwtAbstractLegend()
Destructor.
QwtAbstractLegend(QWidget *parent=NULL)