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
QStyleSheetStyleCaches::Tampered< T > Struct Template Reference

#include <qstylesheetstyle_p.h>

+ Collaboration diagram for QStyleSheetStyleCaches::Tampered< T >:

Public Member Functions

reverted (T current)
 

Public Attributes

oldWidgetValue
 
decltype(std::declval< T >().resolveMask()) resolveMask
 

Detailed Description

template<typename T>
struct QStyleSheetStyleCaches::Tampered< T >

Definition at line 161 of file qstylesheetstyle_p.h.

Member Function Documentation

◆ reverted()

template<typename T>
T QStyleSheetStyleCaches::Tampered< T >::reverted ( T current)
inline

Definition at line 166 of file qstylesheetstyle_p.h.

References oldWidgetValue, and resolveMask.

Member Data Documentation

◆ oldWidgetValue

template<typename T>
T QStyleSheetStyleCaches::Tampered< T >::oldWidgetValue

Definition at line 162 of file qstylesheetstyle_p.h.

Referenced by reverted().

◆ resolveMask

template<typename T>
decltype(std::declval<T>().resolveMask()) QStyleSheetStyleCaches::Tampered< T >::resolveMask

Definition at line 163 of file qstylesheetstyle_p.h.

Referenced by reverted().


The documentation for this struct was generated from the following file: