Qt 4.8
Public Functions | Public Variables | List of all members
QStyleSheetStyleRecursionGuard Class Reference

Public Functions

 QStyleSheetStyleRecursionGuard (const QStyleSheetStyle *that)
 
 ~QStyleSheetStyleRecursionGuard ()
 

Public Variables

bool guarded
 

Detailed Description

Definition at line 114 of file qstylesheetstyle.cpp.

Constructors and Destructors

◆ QStyleSheetStyleRecursionGuard()

QStyleSheetStyleRecursionGuard::QStyleSheetStyleRecursionGuard ( const QStyleSheetStyle that)
inline

Definition at line 117 of file qstylesheetstyle.cpp.

119  {
120  if (guarded) globalStyleSheetStyle = that;
121  }
static const QStyleSheetStyle * globalStyleSheetStyle

◆ ~QStyleSheetStyleRecursionGuard()

QStyleSheetStyleRecursionGuard::~QStyleSheetStyleRecursionGuard ( )
inline

Definition at line 122 of file qstylesheetstyle.cpp.

122 { if (guarded) globalStyleSheetStyle = 0; }
static const QStyleSheetStyle * globalStyleSheetStyle

Properties

◆ guarded

bool QStyleSheetStyleRecursionGuard::guarded

Definition at line 123 of file qstylesheetstyle.cpp.


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