Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRecursionWatcher< T, Node > Class Template Reference

#include <qrecursionwatcher_p.h>

+ Collaboration diagram for QRecursionWatcher< T, Node >:

Public Member Functions

 QRecursionWatcher (T *)
 
 ~QRecursionWatcher ()
 
bool hasRecursed () const
 

Detailed Description

template<class T, QRecursionNode T::* Node>
class QRecursionWatcher< T, Node >

Definition at line 30 of file qrecursionwatcher_p.h.

Constructor & Destructor Documentation

◆ QRecursionWatcher()

template<class T , QRecursionNode T::* Node>
QRecursionWatcher< T, Node >::QRecursionWatcher ( T * t)
inline

Definition at line 46 of file qrecursionwatcher_p.h.

◆ ~QRecursionWatcher()

template<class T , QRecursionNode T::* Node>
QRecursionWatcher< T, Node >::~QRecursionWatcher ( )
inline

Definition at line 54 of file qrecursionwatcher_p.h.

Member Function Documentation

◆ hasRecursed()

template<class T , QRecursionNode T::* Node>
bool QRecursionWatcher< T, Node >::hasRecursed ( ) const
inline

Definition at line 60 of file qrecursionwatcher_p.h.

Referenced by QQmlObjectCreatorRecursionWatcher::hasRecursed().

+ Here is the caller graph for this function:

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