TQtEvent Class Reference

#include <TQtEvent.h>

List of all members.

Public Member Functions

 TQtEvent (int code)
 TQtEvent (QObject *o, QEvent *e)
virtual ~TQtEvent ()
void SetWait (TWaitCondition &condition, unsigned long &result)
void SetWait (TWaitCondition &condition)
void SetResult (unsigned long e=0)
bool Notify ()
virtual void ExecuteCB ()

Private Attributes

TWaitConditionfCondition
unsigned longfResult
QObject * fReceiver
QEvent * fThatEvent


Detailed Description

Definition at line 21 of file TQtEvent.h.


Constructor & Destructor Documentation

TQtEvent::TQtEvent ( int  code  ) 

Definition at line 25 of file TQtEvent.cxx.

TQtEvent::TQtEvent ( QObject *  o,
QEvent *  e 
)

Definition at line 29 of file TQtEvent.cxx.

virtual TQtEvent::~TQtEvent (  )  [inline, virtual]

Definition at line 33 of file TQtEvent.h.


Member Function Documentation

void TQtEvent::SetWait ( TWaitCondition condition,
unsigned long result 
)

Definition at line 55 of file TQtEvent.cxx.

References fResult.

void TQtEvent::SetWait ( TWaitCondition condition  ) 

Definition at line 50 of file TQtEvent.cxx.

References fCondition.

void TQtEvent::SetResult ( unsigned long  e = 0  ) 

Definition at line 44 of file TQtEvent.cxx.

References fCondition, fResult, and TWaitCondition::wakeOne().

Referenced by Notify().

bool TQtEvent::Notify (  ) 

Definition at line 33 of file TQtEvent.cxx.

References FALSE, fReceiver, fThatEvent, and SetResult().

virtual void TQtEvent::ExecuteCB (  )  [inline, virtual]

Definition at line 39 of file TQtEvent.h.


Member Data Documentation

TWaitCondition* TQtEvent::fCondition [private]

Definition at line 25 of file TQtEvent.h.

Referenced by SetResult(), and SetWait().

unsigned long* TQtEvent::fResult [private]

Definition at line 26 of file TQtEvent.h.

Referenced by SetResult(), and SetWait().

QObject* TQtEvent::fReceiver [private]

Definition at line 27 of file TQtEvent.h.

Referenced by Notify().

QEvent* TQtEvent::fThatEvent [private]

Definition at line 28 of file TQtEvent.h.

Referenced by Notify().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:45:55 2011 for ROOT_528-00b_version by  doxygen 1.5.1