QtBase  v6.3.1
Classes | Functions
qstyleoption.h File Reference
#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qlocale.h>
#include <QtCore/qvariant.h>
#include <QtGui/qicon.h>
#include <QtGui/qtransform.h>
#include <QtWidgets/qstyle.h>
#include <QtWidgets/qframe.h>
Include dependency graph for qstyleoption.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QStyleOption
 The QStyleOption class stores the parameters used by QStyle functions. More...
 
class  QStyleOptionFocusRect
 the palette that should be used when painting the control More...
 
class  QStyleOptionFrame
 the background color on which the focus rectangle is being drawn More...
 
class  QStyleOptionHeader
 The QStyleOptionHeader class is used to describe the parameters for drawing a header. More...
 
class  QStyleOptionHeaderV2
 The QStyleOptionHeaderV2 class is used to describe the parameters for drawing a header. More...
 
class  QStyleOptionButton
 where ellipsis should be added for text that is too long to fit into an item More...
 
class  QStyleOptionProgressBar
 a bitwise OR of the features that describe this button More...
 
class  QStyleOptionMenuItem
 the minimum value for the progress bar More...
 
class  QStyleOptionDockWidget
 The QStyleOptionDockWidget class is used to describe the parameters for drawing a dock widget. More...
 
class  QStyleOptionToolBox
 whether or not the combobox is editable or not More...
 
class  QStyleOptionComplex
 the type of menu item More...
 
class  QStyleOptionToolButton
 the title of the dock window More...
 
class  QStyleOptionComboBox
 an OR combination of the tool button's features More...
 
class  QStyleOptionTitleBar
 the position of the selected tab in relation to this tab More...
 
class  QStyleOptionGroupBox
 a bitwise OR of the features that describe this frame. More...
 
class  QStyleOptionSizeGrip
 
class  QStyleOptionGraphicsItem
 The QStyleOptionGraphicsItem class is used to describe the parameters needed to draw a QGraphicsItem. More...
 
class  QStyleHintReturn
 the exposed rectangle, in item coordinates 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...
 

Functions

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_WIDGETS_EXPORT QDebug operator<< (QDebug debug, const QStyleOption::OptionType &optionType)
 
Q_WIDGETS_EXPORT QDebug operator<< (QDebug debug, const QStyleOption &option)
 

Function Documentation

◆ operator<<() [1/2]

Q_WIDGETS_EXPORT QDebug operator<< ( QDebug  debug,
const QStyleOption option 
)

Definition at line 4003 of file qstyleoption.cpp.

Here is the call graph for this function:

◆ operator<<() [2/2]

Q_WIDGETS_EXPORT QDebug operator<< ( QDebug  debug,
const QStyleOption::OptionType optionType 
)

Definition at line 3940 of file qstyleoption.cpp.

Here is the call graph for this function:

◆ qstyleoption_cast() [1/4]

template<typename T >
T qstyleoption_cast ( const QStyleHintReturn hint)
related

Definition at line 763 of file qstyleoption.h.

◆ qstyleoption_cast() [2/4]

template<typename T >
T qstyleoption_cast ( const QStyleOption opt)
related

Definition at line 700 of file qstyleoption.h.

◆ qstyleoption_cast() [3/4]

template<typename T >
T qstyleoption_cast ( QStyleHintReturn hint)
related

Definition at line 773 of file qstyleoption.h.

◆ qstyleoption_cast() [4/4]

template<typename T >
T qstyleoption_cast ( QStyleOption opt)
related

Definition at line 712 of file qstyleoption.h.