Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQC2::QStyleOptionFocusRect Class Reference

#include <qquickstyleoption.h>

Inheritance diagram for QQC2::QStyleOptionFocusRect:
Collaboration diagram for QQC2::QStyleOptionFocusRect:

Public Types

enum  StyleOptionType { Type = SO_FocusRect }
enum  StyleOptionVersion { Version = 1 }
Public Types inherited from QQC2::QStyleOption
enum  OptionType {
  SO_Default , SO_FocusRect , SO_Button , SO_Tab ,
  SO_MenuItem , SO_Frame , SO_ProgressBar , SO_ToolBox ,
  SO_Header , SO_DockWidget , SO_ViewItem , SO_TabWidgetFrame ,
  SO_TabBarBase , SO_RubberBand , SO_ToolBar , SO_GraphicsItem ,
  SO_Complex = 0xf0000 , SO_Slider , SO_SpinBox , SO_ToolButton ,
  SO_ComboBox , SO_TitleBar , SO_GroupBox , SO_SizeGrip ,
  SO_SearchField , SO_CustomBase = 0xf00 , SO_ComplexCustomBase = 0xf000000
}
enum  StyleOptionType { Type = SO_Default }
enum  StyleOptionVersion { Version = 1 }

Public Member Functions

 QStyleOptionFocusRect ()
 Constructs a QStyleOptionFocusRect, initializing the members variables to their default values.
 QStyleOptionFocusRect (const QStyleOptionFocusRect &other)
QStyleOptionFocusRectoperator= (const QStyleOptionFocusRect &)=default
Public Member Functions inherited from QQC2::QStyleOption
 QStyleOption (int version=QStyleOption::Version, int type=SO_Default)
 QStyleOption (const QStyleOption &other)
 Constructs a copy of other.
 ~QStyleOption ()
 Destroys this style option object.
QStyleOptionoperator= (const QStyleOption &other)
 Assign other to this QStyleOption.

Public Attributes

QColor backgroundColor
Public Attributes inherited from QQC2::QStyleOption
int version
int type
QStyle::State state
Qt::LayoutDirection direction
QRect rect
QFontMetrics fontMetrics
QPalette palette
QObjectstyleObject
QQuickItemcontrol
QWindowwindow

Protected Member Functions

 QStyleOptionFocusRect (int version)

Detailed Description

Definition at line 69 of file qquickstyleoption.h.

Member Enumeration Documentation

◆ StyleOptionType

Enumerator
Type 

Definition at line 72 of file qquickstyleoption.h.

◆ StyleOptionVersion

Enumerator
Version 

Definition at line 73 of file qquickstyleoption.h.

Constructor & Destructor Documentation

◆ QStyleOptionFocusRect() [1/3]

QStyleOptionFocusRect::QStyleOptionFocusRect ( )

Constructs a QStyleOptionFocusRect, initializing the members variables to their default values.

Definition at line 60 of file qquickstyleoption.cpp.

References QQC2::QStyleOption::QStyleOption(), QQC2::QStyleOption::SO_FocusRect, and Version.

Here is the call graph for this function:

◆ QStyleOptionFocusRect() [2/3]

QQC2::QStyleOptionFocusRect::QStyleOptionFocusRect ( const QStyleOptionFocusRect & other)
inline

Definition at line 78 of file qquickstyleoption.h.

References QQC2::QStyleOption::QStyleOption(), operator=(), Type, and Version.

Here is the call graph for this function:

◆ QStyleOptionFocusRect() [3/3]

QStyleOptionFocusRect::QStyleOptionFocusRect ( int versionIn)
protected

Definition at line 69 of file qquickstyleoption.cpp.

References QQC2::QStyleOption::QStyleOption(), and QQC2::QStyleOption::SO_FocusRect.

Here is the call graph for this function:

Member Function Documentation

◆ operator=()

QStyleOptionFocusRect & QQC2::QStyleOptionFocusRect::operator= ( const QStyleOptionFocusRect & )
default

Referenced by QStyleOptionFocusRect().

Here is the caller graph for this function:

Member Data Documentation

◆ backgroundColor

QColor QQC2::QStyleOptionFocusRect::backgroundColor

Definition at line 75 of file qquickstyleoption.h.


The documentation for this class was generated from the following files: