#include "qwt_plot.h"#include "qwt_plot_dict.h"#include "qwt_plot_layout.h"#include "qwt_scale_widget.h"#include "qwt_scale_engine.h"#include "qwt_text_label.h"#include "qwt_legend.h"#include "qwt_legend_data.h"#include "qwt_plot_canvas.h"#include <qmath.h>#include <qpainter.h>#include <qpointer.h>#include <qpaintengine.h>#include <qapplication.h>#include <qevent.h>
Go to the source code of this file.
Classes | |
| class | QwtPlot::PrivateData |
Functions | |
| static void | qwtEnableLegendItems (QwtPlot *plot, bool on) |
| static void | qwtSetTabOrder (QWidget *first, QWidget *second, bool withChildren) |
| static void qwtEnableLegendItems | ( | QwtPlot * | plot, |
| bool | on | ||
| ) | [inline, static] |
Definition at line 26 of file qwt_plot.cpp.
| static void qwtSetTabOrder | ( | QWidget * | first, |
| QWidget * | second, | ||
| bool | withChildren | ||
| ) | [static] |
Definition at line 46 of file qwt_plot.cpp.