| 
    QGIS API Documentation
    3.12.1-BucureČ™ti (121cc00ff0)
    
   | 
 
#include "qgshistogramwidget.h"#include "qgsapplication.h"#include "qgsvectorlayer.h"#include "qgsvectorlayerutils.h"#include "qgsstatisticalsummary.h"#include "qgssettings.h"#include <QObject>#include <QMouseEvent>#include <qwt_global.h>#include <qwt_plot_canvas.h>#include <qwt_plot.h>#include <qwt_plot_curve.h>#include <qwt_plot_grid.h>#include <qwt_plot_marker.h>#include <qwt_plot_picker.h>#include <qwt_picker_machine.h>#include <qwt_plot_layout.h>#include <qwt_plot_renderer.h>#include <qwt_plot_histogram.h>
 1.8.13