#include "fresh.h"#include <qpe/qpeapplication.h>#include <qpushbutton.h>#include <qpainter.h>#include <qfontmetrics.h>#include <qpalette.h>#include <qdrawutil.h>#include <qscrollbar.h>#include <qbutton.h>#include <qframe.h>#include <qtabbar.h>#include <qmenudata.h>Include dependency graph for fresh.cpp:

Go to the source code of this file.
Defines | |
| #define | INCLUDE_MENUITEM_DEF |
| #define | QCOORDARRLEN(x) sizeof(x)/(sizeof(QCOORD)*2) |
| #define | HORIZONTAL (sb->orientation() == QScrollBar::Horizontal) |
| #define | VERTICAL !HORIZONTAL |
| #define | MOTIF_BORDER 2 |
| #define | SLIDER_MIN 9 |
| #define | ADD_LINE_ACTIVE ( activeControl == AddLine ) |
| #define | SUB_LINE_ACTIVE ( activeControl == SubLine ) |
Functions | |
| Q_EXPORT_INTERFACE () | |
Variables | |
| static const int | motifItemFrame = 0 |
| static const int | motifSepHeight = 2 |
| static const int | motifItemHMargin = 1 |
| static const int | motifItemVMargin = 2 |
| static const int | motifArrowHMargin = 0 |
| static const int | motifTabSpacing = 12 |
| static const int | motifCheckMarkHMargin = 1 |
| static const int | windowsRightBorder = 8 |
| static const int | windowsCheckMarkWidth = 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 848 of file fresh.cpp. References Q_CREATE_INSTANCE. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2