#include "qwt_legend_label.h"#include "qwt_legend_data.h"#include "qwt_math.h"#include "qwt_painter.h"#include "qwt_symbol.h"#include "qwt_graphic.h"#include <qpainter.h>#include <qdrawutil.h>#include <qstyle.h>#include <qpen.h>#include <qevent.h>#include <qstyleoption.h>#include <qapplication.h>
Go to the source code of this file.
Classes | |
| class | QwtLegendLabel::PrivateData |
Functions | |
| static QSize | buttonShift (const QwtLegendLabel *w) |
Variables | |
| static const int | ButtonFrame = 2 |
| static const int | Margin = 2 |
| static QSize buttonShift | ( | const QwtLegendLabel * | w | ) | [static] |
Definition at line 27 of file qwt_legend_label.cpp.
const int ButtonFrame = 2 [static] |
Definition at line 24 of file qwt_legend_label.cpp.
const int Margin = 2 [static] |
Definition at line 25 of file qwt_legend_label.cpp.