KStyles
highcontrast.cpp File Reference
#include "highcontrast.h"
#include "highcontrast.moc"
#include <QtGui/qdrawutil.h>
#include <QtGui/QPainter>
#include <Qt3Support/Q3PointArray>
#include <QtGui/QStylePlugin>
#include <QtGui/QFont>
#include <QtGui/QComboBox>
#include <Qt3Support/Q3Header>
#include <QtGui/QMenuBar>
#include <QtGui/QPushButton>
#include <QtGui/QScrollBar>
#include <QtGui/QSlider>
#include <QtGui/QTabBar>
#include <QtGui/QToolButton>
#include <Qt3Support/Q3ToolBar>
#include <QtGui/QMenu>
#include <QtGui/QProgressBar>
#include <Qt3Support/Q3ListView>
#include <QtCore/QSettings>
#include <kdrawutil.h>
Include dependency graph for highcontrast.cpp:

Go to the source code of this file.
Functions | |
void | addOffset (QRect *r, int offset, int lineWidth=0) |
static Q3ListViewItem * | nextVisibleSibling (Q3ListViewItem *item) |
Variables | |
static const int | arrowHMargin = 6 |
static const int | itemFrame = 1 |
static const int | itemHMargin = 3 |
static const int | itemVMargin = 0 |
static const int | rightBorder = 12 |
Function Documentation
void addOffset | ( | QRect * | r, | |
int | offset, | |||
int | lineWidth = 0 | |||
) |
Definition at line 84 of file highcontrast.cpp.
static Q3ListViewItem* nextVisibleSibling | ( | Q3ListViewItem * | item | ) | [static] |
Definition at line 1166 of file highcontrast.cpp.
Variable Documentation
const int arrowHMargin = 6 [static] |
Definition at line 80 of file highcontrast.cpp.
const int itemFrame = 1 [static] |
Definition at line 77 of file highcontrast.cpp.
const int itemHMargin = 3 [static] |
Definition at line 78 of file highcontrast.cpp.
const int itemVMargin = 0 [static] |
Definition at line 79 of file highcontrast.cpp.
const int rightBorder = 12 [static] |
Definition at line 81 of file highcontrast.cpp.