Qt 4.8
|
#include <QtCore/qvariant.h>
#include <QtGui/qabstractspinbox.h>
#include <QtGui/qicon.h>
#include <QtGui/qmatrix.h>
#include <QtGui/qslider.h>
#include <QtGui/qstyle.h>
#include <QtGui/qtabbar.h>
#include <QtGui/qtabwidget.h>
#include <QtGui/qrubberband.h>
#include <QtGui/qframe.h>
#include <QtCore/qabstractitemmodel.h>
Go to the source code of this file.
Classes | |
class | QStyleHintReturn |
The QStyleHintReturn class provides style hints that return more than basic data types. More... | |
class | QStyleHintReturnMask |
The QStyleHintReturnMask class provides style hints that return a QRegion. More... | |
class | QStyleHintReturnVariant |
The QStyleHintReturnVariant class provides style hints that return a QVariant. More... | |
class | QStyleOption |
The QStyleOption class stores the parameters used by QStyle functions. More... | |
class | QStyleOptionButton |
The QStyleOptionButton class is used to describe the parameters for drawing buttons. More... | |
class | QStyleOptionComboBox |
The QStyleOptionComboBox class is used to describe the parameter for drawing a combobox. More... | |
class | QStyleOptionComplex |
The QStyleOptionComplex class is used to hold parameters that are common to all complex controls. More... | |
class | QStyleOptionDockWidget |
The QStyleOptionDockWidget class is used to describe the parameters for drawing a dock widget. More... | |
class | QStyleOptionDockWidgetV2 |
class | QStyleOptionFocusRect |
The QStyleOptionFocusRect class is used to describe the parameters for drawing a focus rectangle with QStyle. More... | |
class | QStyleOptionFrame |
The QStyleOptionFrame class is used to describe the parameters for drawing a frame. More... | |
class | QStyleOptionFrameV2 |
The QStyleOptionFrameV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.1 or above. More... | |
class | QStyleOptionFrameV3 |
The QStyleOptionFrameV3 class is used to describe the parameters necessary for drawing a frame in Qt 4.1 or above. More... | |
class | QStyleOptionGraphicsItem |
The QStyleOptionGraphicsItem class is used to describe the parameters needed to draw a QGraphicsItem. More... | |
class | QStyleOptionGroupBox |
The QStyleOptionGroupBox class describes the parameters for drawing a group box. More... | |
class | QStyleOptionHeader |
The QStyleOptionHeader class is used to describe the parameters for drawing a header. More... | |
class | QStyleOptionMenuItem |
The QStyleOptionMenuItem class is used to describe the parameter necessary for drawing a menu item. More... | |
class | QStyleOptionProgressBar |
The QStyleOptionProgressBar class is used to describe the parameters necessary for drawing a progress bar. More... | |
class | QStyleOptionProgressBarV2 |
The QStyleOptionProgressBarV2 class is used to describe the parameters necessary for drawing a progress bar in Qt 4.1 or above. More... | |
class | QStyleOptionQ3DockWindow |
The QStyleOptionQ3DockWindow class is used to describe the parameters for drawing various parts of a Q3DockWindow. More... | |
class | QStyleOptionQ3ListView |
The QStyleOptionQ3ListView class is used to describe the parameters for drawing a Q3ListView. More... | |
class | QStyleOptionQ3ListViewItem |
The QStyleOptionQ3ListViewItem class is used to describe an item drawn in a Q3ListView. More... | |
class | QStyleOptionRubberBand |
The QStyleOptionRubberBand class is used to describe the parameters needed for drawing a rubber band. More... | |
class | QStyleOptionSizeGrip |
The QStyleOptionSizeGrip class is used to describe the parameter for drawing a size grip. More... | |
class | QStyleOptionSlider |
The QStyleOptionSlider class is used to describe the parameters needed for drawing a slider. More... | |
class | QStyleOptionSpinBox |
The QStyleOptionSpinBox class is used to describe the parameters necessary for drawing a spin box. More... | |
class | QStyleOptionTab |
The QStyleOptionTab class is used to describe the parameters for drawing a tab bar. More... | |
class | QStyleOptionTabBarBase |
The QStyleOptionTabBarBase class is used to describe the base of a tab bar, i.e. More... | |
class | QStyleOptionTabBarBaseV2 |
The QStyleOptionTabBarBaseV2 class is used to describe the base of a tab bar, i.e. More... | |
class | QStyleOptionTabV2 |
The QStyleOptionTabV2 class is used to describe the parameters necessary for drawing a tabs in Qt 4.1 or above. More... | |
class | QStyleOptionTabV3 |
The QStyleOptionTabV3 class is used to describe the parameters necessary for drawing a tabs in Qt 4.5 or above. More... | |
class | QStyleOptionTabWidgetFrame |
The QStyleOptionTabWidgetFrame class is used to describe the parameters for drawing the frame around a tab widget. More... | |
class | QStyleOptionTabWidgetFrameV2 |
The QStyleOptionTabWidgetFrameV2 class is used to describe the parameters for drawing the frame around a tab widget. More... | |
class | QStyleOptionTitleBar |
The QStyleOptionTitleBar class is used to describe the parameters for drawing a title bar. More... | |
class | QStyleOptionToolBar |
The QStyleOptionToolBar class is used to describe the parameters for drawing a toolbar. More... | |
class | QStyleOptionToolBox |
The QStyleOptionToolBox class is used to describe the parameters needed for drawing a tool box. More... | |
class | QStyleOptionToolBoxV2 |
The QStyleOptionToolBoxV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.3 or above. More... | |
class | QStyleOptionToolButton |
The QStyleOptionToolButton class is used to describe the parameters for drawing a tool button. More... | |
class | QStyleOptionViewItem |
The QStyleOptionViewItem class is used to describe the parameters used to draw an item in a view widget. More... | |
class | QStyleOptionViewItemV2 |
The QStyleOptionViewItemV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.2 or above. More... | |
class | QStyleOptionViewItemV3 |
The QStyleOptionViewItemV3 class is used to describe the parameters necessary for drawing a frame in Qt 4.3 or above. More... | |
class | QStyleOptionViewItemV4 |
The QStyleOptionViewItemV4 class is used to describe the parameters necessary for drawing a frame in Qt 4.4 or above. More... | |
Functions | |
Q_GUI_EXPORT QDebug | operator<< (QDebug debug, const QStyleOption::OptionType &optionType) |
Q_GUI_EXPORT QDebug | operator<< (QDebug debug, const QStyleOption &option) |
template<typename T > | |
T | qstyleoption_cast (const QStyleOption *opt) |
template<typename T > | |
T | qstyleoption_cast (QStyleOption *opt) |
template<typename T > | |
T | qstyleoption_cast (const QStyleHintReturn *hint) |
template<typename T > | |
T | qstyleoption_cast (QStyleHintReturn *hint) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QStyleOption::OptionType & | optionType | ||
) |
Definition at line 6396 of file qstyleoption.cpp.
Referenced by qstyleoption_cast().
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QStyleOption & | option | ||
) |
Definition at line 6465 of file qstyleoption.cpp.
|
related |
Definition at line 885 of file qstyleoption.h.
Referenced by QMacStylePrivate::drawColorlessButton(), QCommonStyle::drawControl(), QWindowsVistaStyle::drawControl(), QWindowsMobileStyle::drawControl(), QPlastiqueStyle::drawControl(), QCleanlooksStyle::drawControl(), QWindowsXPStyle::drawControl(), QWindowsStyle::drawControl(), QGtkStyle::drawControl(), QMotifStyle::drawControl(), QMacStyle::drawControl(), QCommonStyle::drawPrimitive(), QWindowsMobileStyle::drawPrimitive(), QWindowsXPStyle::drawPrimitive(), QWindowsStyle::drawPrimitive(), QMacStyle::drawPrimitive(), QDockWidget::initStyleOption(), QItemDelegate::paint(), QCommonStyle::pixelMetric(), QMacStyle::sizeFromContents(), QPlastiqueStyle::styleHint(), QWindowsXPStyle::styleHint(), QCommonStyle::subElementRect(), QCleanlooksStyle::subElementRect(), QWindowsXPStyle::subElementRect(), QWindowsStyle::subElementRect(), QMacStyle::subElementRect(), and QStyleHelper::uniqueName().
|
related |
Definition at line 896 of file qstyleoption.h.
|
related |
Definition at line 944 of file qstyleoption.h.
|
related |
Definition at line 953 of file qstyleoption.h.