#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_scale_map.h"
#include "qwt_text_label.h"
#include "qwt_legend.h"
#include "qwt_legend_data.h"
#include "qwt_plot_canvas.h"
#include "qwt_math.h"
#include <qpainter.h>
#include <qpointer.h>
#include <qapplication.h>
#include <qcoreevent.h>
Go to the source code of this file.
◆ qwtEnableLegendItems()
static void qwtEnableLegendItems |
( |
QwtPlot * |
plot, |
|
|
bool |
on |
|
) |
| |
|
inlinestatic |
◆ qwtSetTabOrder()
static void qwtSetTabOrder |
( |
QWidget * |
first, |
|
|
QWidget * |
second, |
|
|
bool |
withChildren |
|
) |
| |
|
static |