Qt 4.8
Public Functions | Properties | List of all members
BBScopedLoopLevelCounter Class Reference

Public Functions

 BBScopedLoopLevelCounter (QEventDispatcherBlackberryPrivate *p)
 
 ~BBScopedLoopLevelCounter ()
 

Properties

QEventDispatcherBlackberryPrivated
 

Detailed Description

Definition at line 80 of file qeventdispatcher_blackberry.cpp.

Constructors and Destructors

◆ BBScopedLoopLevelCounter()

BBScopedLoopLevelCounter::BBScopedLoopLevelCounter ( QEventDispatcherBlackberryPrivate p)
inline

Definition at line 85 of file qeventdispatcher_blackberry.cpp.

86  : d(p)
87  { ++d->loop_level; }
QEventDispatcherBlackberryPrivate * d

◆ ~BBScopedLoopLevelCounter()

BBScopedLoopLevelCounter::~BBScopedLoopLevelCounter ( )
inline

Properties

◆ d

QEventDispatcherBlackberryPrivate* BBScopedLoopLevelCounter::d
private

Definition at line 82 of file qeventdispatcher_blackberry.cpp.


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