#include "qwt_arrow_button.h"#include "qwt_math.h"#include <qpainter.h>#include <qstyle.h>#include <qstyleoption.h>#include <qevent.h>#include <qapplication.h>
Go to the source code of this file.
Classes | |
| class | QwtArrowButton::PrivateData |
Functions | |
| static QStyleOptionButton | styleOpt (const QwtArrowButton *btn) |
Variables | |
| static const int | Margin = 2 |
| static const int | MaxNum = 3 |
| static const int | Spacing = 1 |
| static QStyleOptionButton styleOpt | ( | const QwtArrowButton * | btn | ) | [static] |
Definition at line 29 of file qwt_arrow_button.cpp.
const int Margin = 2 [static] |
Definition at line 19 of file qwt_arrow_button.cpp.
const int MaxNum = 3 [static] |
Definition at line 18 of file qwt_arrow_button.cpp.
const int Spacing = 1 [static] |
Definition at line 20 of file qwt_arrow_button.cpp.