#include <qtopia/qpeapplication.h>#include <qpushbutton.h>#include <qtoolbutton.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 <qspinbox.h>#include <qlineedit.h>#include <qmap.h>#include <qmenudata.h>#include <qpopupmenu.h>#include "flat.h"#include "flat.moc"Include dependency graph for flat.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 |
|
|
Referenced by FreshStyle::drawScrollBarControls(), and FlatStyle::drawScrollBarControls(). |
|
|
Definition at line 499 of file flat.cpp. Referenced by FreshStyle::drawScrollBarControls(), FlatStyle::drawScrollBarControls(), FreshStyle::scrollBarMetrics(), and FlatStyle::scrollBarMetrics(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 502 of file flat.cpp. Referenced by FreshStyle::scrollBarMetrics(), and FlatStyle::scrollBarMetrics(). |
|
|
Referenced by FreshStyle::drawScrollBarControls(), and FlatStyle::drawScrollBarControls(). |
|
|
Definition at line 500 of file flat.cpp. Referenced by FreshStyle::drawScrollBarControls(), and FlatStyle::drawScrollBarControls(). |
|
|
Definition at line 1101 of file flat.cpp. References Q_CREATE_INSTANCE. |
|
|
Definition at line 844 of file flat.cpp. Referenced by OThemeStyle::drawPopupMenuItem(), FreshStyle::drawPopupMenuItem(), LiquidStyle::drawPopupMenuItem(), and FlatStyle::drawPopupMenuItem(). |
|
|
Definition at line 846 of file flat.cpp. Referenced by FreshStyle::extraPopupMenuItemWidth(), and FlatStyle::extraPopupMenuItemWidth(). |
|
|
|
Definition at line 842 of file flat.cpp. Referenced by OThemeStyle::drawPopupMenuItem(), FreshStyle::drawPopupMenuItem(), LiquidStyle::drawPopupMenuItem(), FlatStyle::drawPopupMenuItem(), FreshStyle::extraPopupMenuItemWidth(), and FlatStyle::extraPopupMenuItemWidth(). |
|
|
Definition at line 843 of file flat.cpp. Referenced by OThemeStyle::drawPopupMenuItem(), FreshStyle::drawPopupMenuItem(), LiquidStyle::drawPopupMenuItem(), FlatStyle::drawPopupMenuItem(), FreshStyle::popupMenuItemHeight(), and FlatStyle::popupMenuItemHeight(). |
|
|
Definition at line 841 of file flat.cpp. Referenced by FreshStyle::popupMenuItemHeight(), and FlatStyle::popupMenuItemHeight(). |
|
|
Definition at line 845 of file flat.cpp. Referenced by FreshStyle::extraPopupMenuItemWidth(), and FlatStyle::extraPopupMenuItemWidth(). |
|
|
Definition at line 848 of file flat.cpp. Referenced by FreshStyle::extraPopupMenuItemWidth(), and FlatStyle::extraPopupMenuItemWidth(). |
|
|
Definition at line 847 of file flat.cpp. Referenced by OThemeStyle::drawPopupMenuItem(), FreshStyle::drawPopupMenuItem(), LiquidStyle::drawPopupMenuItem(), FlatStyle::drawPopupMenuItem(), FreshStyle::extraPopupMenuItemWidth(), and FlatStyle::extraPopupMenuItemWidth(). |
1.4.2