qwt_abstract_legend.cpp
Go to the documentation of this file.
00001 /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
00002  * Qwt Widget Library
00003  * Copyright (C) 1997   Josef Wilgen
00004  * Copyright (C) 2002   Uwe Rathmann
00005  *
00006  * This library is free software; you can redistribute it and/or
00007  * modify it under the terms of the Qwt License, Version 1.0
00008  *****************************************************************************/
00009 
00010 #include "qwt_abstract_legend.h"
00011 
00017 QwtAbstractLegend::QwtAbstractLegend( QWidget *parent ):
00018     QFrame( parent )
00019 {
00020 }
00021 
00023 QwtAbstractLegend::~QwtAbstractLegend()
00024 {
00025 }
00026 
00034 int QwtAbstractLegend::scrollExtent( Qt::Orientation orientation ) const
00035 {
00036     Q_UNUSED( orientation );
00037     return 0;
00038 }


plotjuggler
Author(s): Davide Faconti
autogenerated on Wed Jul 3 2019 19:28:04